Shades of Spring Wood #F0E4D8
Tints of Spring Wood #F0E4D8
RGB
CMYK
RGB Variations
Color information
#F0E4D8 (or 0xF0E4D8) is known color: Spring Wood. HEX triplet: F0, E4 and D8. RGB value is (240,228,216). Sum of RGB (Red+Green+Blue) = 240+228+216=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 228 (89.45% from 255 or 33.33% from 684); Blue value is 216 (84.77% from 255 or 31.58% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E4D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0E4D8 is #0F1B27. Grayscale: #E6E6E6. Windows color (decimal): -989992 or 14214384. OLE color: 14214384.
HSL color Cylindrical-coordinate representation of color #F0E4D8: hue angle of 30º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0E4D8 is Cyan = 0, Magento = 0.05, Yellow = 0.1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 216 | - |
| CMYK | 0 | 0.05 | 0.1 | 0.06 |
| HSL | 30º | 0.44% | 0.89% | - |
| HSV(B) | 30º | 0.1% | 0.94% | - |
| XYZ | 76.07 | 78.97 | 76.2 | - |
| YUV | 230.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 216 | 0 | 0.05 | 0.1 | 0.06 | 30 | 0.44 | 0.89 |
| Hex | F0 | E4 | D8 | 0 | 5 | A | 6 | 1E | 2C | 59 |
| Octal | 360 | 344 | 330 | 0 | 5 | 12 | 6 | 36 | 54 | 131 |
| Binary | 11110000 | 11100100 | 11011000 | 0 | 101 | 1010 | 110 | 11110 | 101100 | 1011001 |
Color Harmonies of #F0E4D8
Complementary color
Monochromatic Colors of #F0E4D8
Black with #F0E4D8
Text Example
Text Example
White with #F0E4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E4D8; }
p { color: rgb(240,228,216); }
H1.HeaderClassName
{
color: #F0E4D8;
}
.AnyTagClassName
{
color: #F0E4D8;
}
</style>
background-color css
<style>
a { background-color: #F0E4D8; }
a { background-color: rgb(240,228,216); }
div.DivClassName
{
background-color: #F0E4D8;
}
.BgClassName
{
background-color: #F0E4D8;
}
</style>
border-color css
<style>
span { border-color: #F0E4D8; }
span { border-color: rgb(240,228,216); }
td.TdClassName
{
border-color: #F0E4D8;
}
.TagClassName
{
border-color: #F0E4D8;
}
</style>