Shades of Spring Wood #F2E1D1
Tints of Spring Wood #F2E1D1
RGB
CMYK
RGB Variations
Color information
#F2E1D1 (or 0xF2E1D1) is known color: Spring Wood. HEX triplet: F2, E1 and D1. RGB value is (242,225,209). Sum of RGB (Red+Green+Blue) = 242+225+209=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 209 (82.03% from 255 or 30.92% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E1D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E1D1 is #0D1E2E. Grayscale: #E4E4E4. Windows color (decimal): -859695 or 13754866. OLE color: 13754866.
HSL color Cylindrical-coordinate representation of color #F2E1D1: hue angle of 29.09º 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 #F2E1D1 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 209 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.05 |
| HSL | 29.09º | 0.56% | 0.88% | - |
| HSV(B) | 29.09º | 0.14% | 0.95% | - |
| XYZ | 75.05 | 77.33 | 71.29 | - |
| YUV | 228.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 209 | 0 | 0.07 | 0.14 | 0.05 | 29.09 | 0.56 | 0.88 |
| Hex | F2 | E1 | D1 | 0 | 7 | E | 5 | 1D | 38 | 58 |
| Octal | 362 | 341 | 321 | 0 | 7 | 16 | 5 | 35 | 70 | 130 |
| Binary | 11110010 | 11100001 | 11010001 | 0 | 111 | 1110 | 101 | 11101 | 111000 | 1011000 |
Color Harmonies of #F2E1D1
Complementary color
Monochromatic Colors of #F2E1D1
Black with #F2E1D1
Text Example
Text Example
White with #F2E1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E1D1; }
p { color: rgb(242,225,209); }
H1.HeaderClassName
{
color: #F2E1D1;
}
.AnyTagClassName
{
color: #F2E1D1;
}
</style>
background-color css
<style>
a { background-color: #F2E1D1; }
a { background-color: rgb(242,225,209); }
div.DivClassName
{
background-color: #F2E1D1;
}
.BgClassName
{
background-color: #F2E1D1;
}
</style>
border-color css
<style>
span { border-color: #F2E1D1; }
span { border-color: rgb(242,225,209); }
td.TdClassName
{
border-color: #F2E1D1;
}
.TagClassName
{
border-color: #F2E1D1;
}
</style>