Linen Hex Code — #FAF0E6
RGB, HSL, and CMYK values for Linen.
Linen Color Values
| Format | Value |
|---|---|
| HEX | #FAF0E6 |
| RGB | rgb(250, 240, 230) |
| HSL | hsl(30, 67%, 94%) |
| CMYK | cmyk(0%, 4%, 8%, 2%) |
Want to explore more shades? Use our Color Converter
About Linen
Color psychology: Naturalness, comfort.
Linen (#FAF0E6) is a light shade of white. It's commonly used in web design, graphic design, and branding where naturalness, comfort are desired associations.
How to Use Linen in CSS
/* Using HEX */ color: #FAF0E6; background-color: #FAF0E6; /* Using RGB */ color: rgb(250, 240, 230); /* Using HSL */ color: hsl(30, 67%, 94%);