Shades of White Linen #F2E9DC
Tints of White Linen #F2E9DC
RGB
CMYK
RGB Variations
Color information
#F2E9DC (or 0xF2E9DC) is known color: White Linen. HEX triplet: F2, E9 and DC. RGB value is (242,233,220). Sum of RGB (Red+Green+Blue) = 242+233+220=695 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.82% from 695); Green value is 233 (91.41% from 255 or 33.53% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2E9DC is #0D1623. Grayscale: #EAEAEA. Windows color (decimal): -857636 or 14477810. OLE color: 14477810.
HSL color Cylindrical-coordinate representation of color #F2E9DC: hue angle of 35.45º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2E9DC is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 220 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.05 |
| HSL | 35.45º | 0.46% | 0.91% | - |
| HSV(B) | 35.45º | 0.09% | 0.95% | - |
| XYZ | 78.68 | 82.32 | 79.45 | - |
| YUV | 234.21 | 119.98 | 133.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 220 | 0 | 0.04 | 0.09 | 0.05 | 35.45 | 0.46 | 0.91 |
| Hex | F2 | E9 | DC | 0 | 4 | 9 | 5 | 23 | 2E | 5B |
| Octal | 362 | 351 | 334 | 0 | 4 | 11 | 5 | 43 | 56 | 133 |
| Binary | 11110010 | 11101001 | 11011100 | 0 | 100 | 1001 | 101 | 100011 | 101110 | 1011011 |
Color Harmonies of #F2E9DC
Complementary color
Monochromatic Colors of #F2E9DC
Black with #F2E9DC
Text Example
Text Example
White with #F2E9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E9DC; }
p { color: rgb(242,233,220); }
H1.HeaderClassName
{
color: #F2E9DC;
}
.AnyTagClassName
{
color: #F2E9DC;
}
</style>
background-color css
<style>
a { background-color: #F2E9DC; }
a { background-color: rgb(242,233,220); }
div.DivClassName
{
background-color: #F2E9DC;
}
.BgClassName
{
background-color: #F2E9DC;
}
</style>
border-color css
<style>
span { border-color: #F2E9DC; }
span { border-color: rgb(242,233,220); }
td.TdClassName
{
border-color: #F2E9DC;
}
.TagClassName
{
border-color: #F2E9DC;
}
</style>