Shades of Spring Wood #F2E3D4
Tints of Spring Wood #F2E3D4
RGB
CMYK
RGB Variations
Color information
#F2E3D4 (or 0xF2E3D4) is known color: Spring Wood. HEX triplet: F2, E3 and D4. RGB value is (242,227,212). Sum of RGB (Red+Green+Blue) = 242+227+212=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 227 (89.06% from 255 or 33.33% from 681); Blue value is 212 (83.20% from 255 or 31.13% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E3D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2E3D4 is #0D1C2B. Grayscale: #E5E5E5. Windows color (decimal): -859180 or 13951986. OLE color: 13951986.
HSL color Cylindrical-coordinate representation of color #F2E3D4: hue angle of 30º degrees, saturation: 0.54, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2E3D4 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 212 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.05 |
| HSL | 30º | 0.54% | 0.89% | - |
| HSV(B) | 30º | 0.12% | 0.95% | - |
| XYZ | 75.97 | 78.57 | 73.45 | - |
| YUV | 229.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 212 | 0 | 0.06 | 0.12 | 0.05 | 30 | 0.54 | 0.89 |
| Hex | F2 | E3 | D4 | 0 | 6 | C | 5 | 1E | 36 | 59 |
| Octal | 362 | 343 | 324 | 0 | 6 | 14 | 5 | 36 | 66 | 131 |
| Binary | 11110010 | 11100011 | 11010100 | 0 | 110 | 1100 | 101 | 11110 | 110110 | 1011001 |
Color Harmonies of #F2E3D4
Complementary color
Monochromatic Colors of #F2E3D4
Black with #F2E3D4
Text Example
Text Example
White with #F2E3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E3D4; }
p { color: rgb(242,227,212); }
H1.HeaderClassName
{
color: #F2E3D4;
}
.AnyTagClassName
{
color: #F2E3D4;
}
</style>
background-color css
<style>
a { background-color: #F2E3D4; }
a { background-color: rgb(242,227,212); }
div.DivClassName
{
background-color: #F2E3D4;
}
.BgClassName
{
background-color: #F2E3D4;
}
</style>
border-color css
<style>
span { border-color: #F2E3D4; }
span { border-color: rgb(242,227,212); }
td.TdClassName
{
border-color: #F2E3D4;
}
.TagClassName
{
border-color: #F2E3D4;
}
</style>