#FAF0E6
linen
#FAF0E6 is a orange colour. In RGB it is 250 red, 240 green and 230 blue, which converts to a hue of 30 degrees, 67% saturation and 94% lightness. It is one of the named CSS colours, written as linen in stylesheets.
Color values
| HEX | #FAF0E6 |
|---|---|
| RGB | rgb(250, 240, 230) |
| HSL | hsl(30, 67%, 94%) |
| HSV | hsv(30, 8%, 98%) |
| CMYK | cmyk(0%, 4%, 8%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.12:1, and against black it is 18.67:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.12:1 | Fail | Fail |
| Black | 18.67:1 | AAA | AAA |
Tints and shades
Lighter tints move #FAF0E6 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FAF0E6; |
|---|---|
| CSS rgb() | color: rgb(250 240 230); |
| Tailwind | bg-[#faf0e6] |
| SwiftUI | Color(red: 0.980, green: 0.941, blue: 0.902) |
| Android | Color.parseColor("#FAF0E6") |