Shades of Linen #F2EEE9
Tints of Linen #F2EEE9
RGB
CMYK
RGB Variations
Color information
#F2EEE9 (or 0xF2EEE9) is known color: Linen. HEX triplet: F2, EE and E9. RGB value is (242,238,233). Sum of RGB (Red+Green+Blue) = 242+238+233=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 233 (91.41% from 255 or 32.68% from 713); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EEE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EEE9 is #0D1116. Grayscale: #EEEEEE. Windows color (decimal): -856343 or 15331058. OLE color: 15331058.
HSL color Cylindrical-coordinate representation of color #F2EEE9: hue angle of 33.33º degrees, saturation: 0.26, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2EEE9 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 233 | - |
| CMYK | 0 | 0.02 | 0.04 | 0.05 |
| HSL | 33.33º | 0.26% | 0.93% | - |
| HSV(B) | 33.33º | 0.04% | 0.95% | - |
| XYZ | 81.9 | 85.91 | 89.36 | - |
| YUV | 238.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 233 | 0 | 0.02 | 0.04 | 0.05 | 33.33 | 0.26 | 0.93 |
| Hex | F2 | EE | E9 | 0 | 2 | 4 | 5 | 21 | 1A | 5D |
| Octal | 362 | 356 | 351 | 0 | 2 | 4 | 5 | 41 | 32 | 135 |
| Binary | 11110010 | 11101110 | 11101001 | 0 | 10 | 100 | 101 | 100001 | 11010 | 1011101 |
Color Harmonies of #F2EEE9
Complementary color
Monochromatic Colors of #F2EEE9
Black with #F2EEE9
Text Example
Text Example
White with #F2EEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EEE9; }
p { color: rgb(242,238,233); }
H1.HeaderClassName
{
color: #F2EEE9;
}
.AnyTagClassName
{
color: #F2EEE9;
}
</style>
background-color css
<style>
a { background-color: #F2EEE9; }
a { background-color: rgb(242,238,233); }
div.DivClassName
{
background-color: #F2EEE9;
}
.BgClassName
{
background-color: #F2EEE9;
}
</style>
border-color css
<style>
span { border-color: #F2EEE9; }
span { border-color: rgb(242,238,233); }
td.TdClassName
{
border-color: #F2EEE9;
}
.TagClassName
{
border-color: #F2EEE9;
}
</style>