Shades of White Linen #F0E6DA
Tints of White Linen #F0E6DA
RGB
CMYK
RGB Variations
Color information
#F0E6DA (or 0xF0E6DA) is known color: White Linen. HEX triplet: F0, E6 and DA. RGB value is (240,230,218). Sum of RGB (Red+Green+Blue) = 240+230+218=688 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.88% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 218 (85.55% from 255 or 31.69% from 688); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0E6DA is #0F1925. Grayscale: #E7E7E7. Windows color (decimal): -989478 or 14345968. OLE color: 14345968.
HSL color Cylindrical-coordinate representation of color #F0E6DA: hue angle of 32.73º 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 #F0E6DA is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 230 | 218 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.06 |
| HSL | 32.73º | 0.42% | 0.9% | - |
| HSV(B) | 32.73º | 0.09% | 0.94% | - |
| XYZ | 76.89 | 80.18 | 77.75 | - |
| YUV | 231.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 230 | 218 | 0 | 0.04 | 0.09 | 0.06 | 32.73 | 0.42 | 0.9 |
| Hex | F0 | E6 | DA | 0 | 4 | 9 | 6 | 21 | 2A | 5A |
| Octal | 360 | 346 | 332 | 0 | 4 | 11 | 6 | 41 | 52 | 132 |
| Binary | 11110000 | 11100110 | 11011010 | 0 | 100 | 1001 | 110 | 100001 | 101010 | 1011010 |
Color Harmonies of #F0E6DA
Complementary color
Monochromatic Colors of #F0E6DA
Black with #F0E6DA
Text Example
Text Example
White with #F0E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E6DA; }
p { color: rgb(240,230,218); }
H1.HeaderClassName
{
color: #F0E6DA;
}
.AnyTagClassName
{
color: #F0E6DA;
}
</style>
background-color css
<style>
a { background-color: #F0E6DA; }
a { background-color: rgb(240,230,218); }
div.DivClassName
{
background-color: #F0E6DA;
}
.BgClassName
{
background-color: #F0E6DA;
}
</style>
border-color css
<style>
span { border-color: #F0E6DA; }
span { border-color: rgb(240,230,218); }
td.TdClassName
{
border-color: #F0E6DA;
}
.TagClassName
{
border-color: #F0E6DA;
}
</style>