Shades of Spring Wood #F2E0D1
Tints of Spring Wood #F2E0D1
RGB
CMYK
RGB Variations
Color information
#F2E0D1 (or 0xF2E0D1) is known color: Spring Wood. HEX triplet: F2, E0 and D1. RGB value is (242,224,209). Sum of RGB (Red+Green+Blue) = 242+224+209=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E0D1 is #0D1F2E. Grayscale: #E3E3E3. Windows color (decimal): -859951 or 13754610. OLE color: 13754610.
HSL color Cylindrical-coordinate representation of color #F2E0D1: hue angle of 27.27º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F2E0D1 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 209 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.05 |
| HSL | 27.27º | 0.56% | 0.88% | - |
| HSV(B) | 27.27º | 0.14% | 0.95% | - |
| XYZ | 74.78 | 76.79 | 71.2 | - |
| YUV | 227.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 209 | 0 | 0.07 | 0.14 | 0.05 | 27.27 | 0.56 | 0.88 |
| Hex | F2 | E0 | D1 | 0 | 7 | E | 5 | 1B | 38 | 58 |
| Octal | 362 | 340 | 321 | 0 | 7 | 16 | 5 | 33 | 70 | 130 |
| Binary | 11110010 | 11100000 | 11010001 | 0 | 111 | 1110 | 101 | 11011 | 111000 | 1011000 |
Color Harmonies of #F2E0D1
Complementary color
Monochromatic Colors of #F2E0D1
Black with #F2E0D1
Text Example
Text Example
White with #F2E0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E0D1; }
p { color: rgb(242,224,209); }
H1.HeaderClassName
{
color: #F2E0D1;
}
.AnyTagClassName
{
color: #F2E0D1;
}
</style>
background-color css
<style>
a { background-color: #F2E0D1; }
a { background-color: rgb(242,224,209); }
div.DivClassName
{
background-color: #F2E0D1;
}
.BgClassName
{
background-color: #F2E0D1;
}
</style>
border-color css
<style>
span { border-color: #F2E0D1; }
span { border-color: rgb(242,224,209); }
td.TdClassName
{
border-color: #F2E0D1;
}
.TagClassName
{
border-color: #F2E0D1;
}
</style>