Shades of Linen #FAF0E6
Tints of Linen #FAF0E6
RGB
CMYK
RGB Variations
Color information
#FAF0E6 (or 0xFAF0E6) is known color: Linen. HEX triplet: FA, F0 and E6. RGB value is (250,240,230). Sum of RGB (Red+Green+Blue) = 250+240+230=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 240 (94.14% from 255 or 33.33% from 720); Blue value is 230 (90.23% from 255 or 31.94% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0E6 is #050F19. Grayscale: #F1F1F1. Windows color (decimal): -331546 or 15134970. OLE color: 15134970.
HSL color Cylindrical-coordinate representation of color #FAF0E6: hue angle of 30º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAF0E6 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 240 | 230 | - |
CMYK | 0 | 0.04 | 0.08 | 0.02 |
HSL | 30º | 0.67% | 0.94% | - |
HSV(B) | 30º | 0.08% | 0.98% | - |
XYZ | 84.87 | 88.36 | 87.44 | - |
YUV | 241.85 | 121.31 | 133.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 240 | 230 | 0 | 0.04 | 0.08 | 0.02 | 30 | 0.67 | 0.94 |
Hex | FA | F0 | E6 | 0 | 4 | 8 | 2 | 1E | 43 | 5E |
Octal | 372 | 360 | 346 | 0 | 4 | 10 | 2 | 36 | 103 | 136 |
Binary | 11111010 | 11110000 | 11100110 | 0 | 100 | 1000 | 10 | 11110 | 1000011 | 1011110 |
Color Harmonies of #FAF0E6
Complementary color
Monochromatic Colors of #FAF0E6
Black with #FAF0E6
Text Example
Text Example
White with #FAF0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF0E6; }
p { color: rgb(250,240,230); }
H1.HeaderClassName
{
color: #FAF0E6;
}
.AnyTagClassName
{
color: #FAF0E6;
}
</style>
background-color css
<style>
a { background-color: #FAF0E6; }
a { background-color: rgb(250,240,230); }
div.DivClassName
{
background-color: #FAF0E6;
}
.BgClassName
{
background-color: #FAF0E6;
}
</style>
border-color css
<style>
span { border-color: #FAF0E6; }
span { border-color: rgb(250,240,230); }
td.TdClassName
{
border-color: #FAF0E6;
}
.TagClassName
{
border-color: #FAF0E6;
}
</style>