Linen
#faf0e6
Looking for the precise values behind Linen (#faf0e6)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #faf0e6 | |
|---|---|---|
| RGB | rgb(250, 240, 230) | |
| HSL | hsl(30, 67%, 94%) | |
| CMYK | cmyk(0%, 4%, 8%, 2%) | |
| LAB | lab(95, 2, 6) | |
| OKLCH | oklch(0.96 0.017 68) |
Color harmonies
Tints & shades
Code snippets
color: #faf0e6;
background-color: #faf0e6;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFAF0E6)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.94, blue: 0.90, alpha: 1.0)