Shades of White Linen #F0E9DB
Tints of White Linen #F0E9DB
RGB
CMYK
RGB Variations
Color information
#F0E9DB (or 0xF0E9DB) is known color: White Linen. HEX triplet: F0, E9 and DB. RGB value is (240,233,219). Sum of RGB (Red+Green+Blue) = 240+233+219=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 233 (91.41% from 255 or 33.67% from 692); Blue value is 219 (85.94% from 255 or 31.65% from 692); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E9DB is #0F1624. Grayscale: #E9E9E9. Windows color (decimal): -988709 or 14412272. OLE color: 14412272.
HSL color Cylindrical-coordinate representation of color #F0E9DB: hue angle of 40º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0E9DB is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 219 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.06 |
| HSL | 40º | 0.41% | 0.9% | - |
| HSV(B) | 40º | 0.09% | 0.94% | - |
| XYZ | 77.86 | 81.92 | 78.73 | - |
| YUV | 233.5 | 119.82 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 219 | 0 | 0.03 | 0.09 | 0.06 | 40 | 0.41 | 0.9 |
| Hex | F0 | E9 | DB | 0 | 3 | 9 | 6 | 28 | 29 | 5A |
| Octal | 360 | 351 | 333 | 0 | 3 | 11 | 6 | 50 | 51 | 132 |
| Binary | 11110000 | 11101001 | 11011011 | 0 | 11 | 1001 | 110 | 101000 | 101001 | 1011010 |
Color Harmonies of #F0E9DB
Complementary color
Monochromatic Colors of #F0E9DB
Black with #F0E9DB
Text Example
Text Example
White with #F0E9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E9DB; }
p { color: rgb(240,233,219); }
H1.HeaderClassName
{
color: #F0E9DB;
}
.AnyTagClassName
{
color: #F0E9DB;
}
</style>
background-color css
<style>
a { background-color: #F0E9DB; }
a { background-color: rgb(240,233,219); }
div.DivClassName
{
background-color: #F0E9DB;
}
.BgClassName
{
background-color: #F0E9DB;
}
</style>
border-color css
<style>
span { border-color: #F0E9DB; }
span { border-color: rgb(240,233,219); }
td.TdClassName
{
border-color: #F0E9DB;
}
.TagClassName
{
border-color: #F0E9DB;
}
</style>