Shades of White Linen #F0E7DA
Tints of White Linen #F0E7DA
RGB
CMYK
RGB Variations
Color information
#F0E7DA (or 0xF0E7DA) is known color: White Linen. HEX triplet: F0, E7 and DA. RGB value is (240,231,218). Sum of RGB (Red+Green+Blue) = 240+231+218=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E7DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E7DA is #0F1825. Grayscale: #E8E8E8. Windows color (decimal): -989222 or 14346224. OLE color: 14346224.
HSL color Cylindrical-coordinate representation of color #F0E7DA: hue angle of 35.45º degrees, saturation: 0.42, 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 #F0E7DA is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 231 | 218 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.06 |
| HSL | 35.45º | 0.42% | 0.9% | - |
| HSV(B) | 35.45º | 0.09% | 0.94% | - |
| XYZ | 77.17 | 80.74 | 77.85 | - |
| YUV | 232.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 231 | 218 | 0 | 0.04 | 0.09 | 0.06 | 35.45 | 0.42 | 0.9 |
| Hex | F0 | E7 | DA | 0 | 4 | 9 | 6 | 23 | 2A | 5A |
| Octal | 360 | 347 | 332 | 0 | 4 | 11 | 6 | 43 | 52 | 132 |
| Binary | 11110000 | 11100111 | 11011010 | 0 | 100 | 1001 | 110 | 100011 | 101010 | 1011010 |
Color Harmonies of #F0E7DA
Complementary color
Monochromatic Colors of #F0E7DA
Black with #F0E7DA
Text Example
Text Example
White with #F0E7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E7DA; }
p { color: rgb(240,231,218); }
H1.HeaderClassName
{
color: #F0E7DA;
}
.AnyTagClassName
{
color: #F0E7DA;
}
</style>
background-color css
<style>
a { background-color: #F0E7DA; }
a { background-color: rgb(240,231,218); }
div.DivClassName
{
background-color: #F0E7DA;
}
.BgClassName
{
background-color: #F0E7DA;
}
</style>
border-color css
<style>
span { border-color: #F0E7DA; }
span { border-color: rgb(240,231,218); }
td.TdClassName
{
border-color: #F0E7DA;
}
.TagClassName
{
border-color: #F0E7DA;
}
</style>