Shades of White Linen #F2E8DA
Tints of White Linen #F2E8DA
RGB
CMYK
RGB Variations
Color information
#F2E8DA (or 0xF2E8DA) is known color: White Linen. HEX triplet: F2, E8 and DA. RGB value is (242,232,218). Sum of RGB (Red+Green+Blue) = 242+232+218=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 232 (91.02% from 255 or 33.53% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E8DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E8DA is #0D1725. Grayscale: #E9E9E9. Windows color (decimal): -857894 or 14346482. OLE color: 14346482.
HSL color Cylindrical-coordinate representation of color #F2E8DA: hue angle of 35º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2E8DA is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 218 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.05 |
| HSL | 35º | 0.48% | 0.9% | - |
| HSV(B) | 35º | 0.1% | 0.95% | - |
| XYZ | 78.13 | 81.65 | 77.97 | - |
| YUV | 233.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 218 | 0 | 0.04 | 0.10 | 0.05 | 35 | 0.48 | 0.9 |
| Hex | F2 | E8 | DA | 0 | 4 | A | 5 | 23 | 30 | 5A |
| Octal | 362 | 350 | 332 | 0 | 4 | 12 | 5 | 43 | 60 | 132 |
| Binary | 11110010 | 11101000 | 11011010 | 0 | 100 | 1010 | 101 | 100011 | 110000 | 1011010 |
Color Harmonies of #F2E8DA
Complementary color
Monochromatic Colors of #F2E8DA
Black with #F2E8DA
Text Example
Text Example
White with #F2E8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E8DA; }
p { color: rgb(242,232,218); }
H1.HeaderClassName
{
color: #F2E8DA;
}
.AnyTagClassName
{
color: #F2E8DA;
}
</style>
background-color css
<style>
a { background-color: #F2E8DA; }
a { background-color: rgb(242,232,218); }
div.DivClassName
{
background-color: #F2E8DA;
}
.BgClassName
{
background-color: #F2E8DA;
}
</style>
border-color css
<style>
span { border-color: #F2E8DA; }
span { border-color: rgb(242,232,218); }
td.TdClassName
{
border-color: #F2E8DA;
}
.TagClassName
{
border-color: #F2E8DA;
}
</style>