Shades of White Linen #F2EADC
Tints of White Linen #F2EADC
RGB
CMYK
RGB Variations
Color information
#F2EADC (or 0xF2EADC) is known color: White Linen. HEX triplet: F2, EA and DC. RGB value is (242,234,220). Sum of RGB (Red+Green+Blue) = 242+234+220=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 234 (91.80% from 255 or 33.62% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EADC is #0D1523. Grayscale: #EAEAEA. Windows color (decimal): -857380 or 14478066. OLE color: 14478066.
HSL color Cylindrical-coordinate representation of color #F2EADC: hue angle of 38.18º 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 #F2EADC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 234 | 220 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.05 |
| HSL | 38.18º | 0.46% | 0.91% | - |
| HSV(B) | 38.18º | 0.09% | 0.95% | - |
| XYZ | 78.96 | 82.89 | 79.55 | - |
| YUV | 234.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 234 | 220 | 0 | 0.03 | 0.09 | 0.05 | 38.18 | 0.46 | 0.91 |
| Hex | F2 | EA | DC | 0 | 3 | 9 | 5 | 26 | 2E | 5B |
| Octal | 362 | 352 | 334 | 0 | 3 | 11 | 5 | 46 | 56 | 133 |
| Binary | 11110010 | 11101010 | 11011100 | 0 | 11 | 1001 | 101 | 100110 | 101110 | 1011011 |
Color Harmonies of #F2EADC
Complementary color
Monochromatic Colors of #F2EADC
Black with #F2EADC
Text Example
Text Example
White with #F2EADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EADC; }
p { color: rgb(242,234,220); }
H1.HeaderClassName
{
color: #F2EADC;
}
.AnyTagClassName
{
color: #F2EADC;
}
</style>
background-color css
<style>
a { background-color: #F2EADC; }
a { background-color: rgb(242,234,220); }
div.DivClassName
{
background-color: #F2EADC;
}
.BgClassName
{
background-color: #F2EADC;
}
</style>
border-color css
<style>
span { border-color: #F2EADC; }
span { border-color: rgb(242,234,220); }
td.TdClassName
{
border-color: #F2EADC;
}
.TagClassName
{
border-color: #F2EADC;
}
</style>