Shades of Spring Wood #F0DFCF
Tints of Spring Wood #F0DFCF
RGB
CMYK
RGB Variations
Color information
#F0DFCF (or 0xF0DFCF) is known color: Spring Wood. HEX triplet: F0, DF and CF. RGB value is (240,223,207). Sum of RGB (Red+Green+Blue) = 240+223+207=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 223 (87.5% from 255 or 33.28% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFCF is #0F2030. Grayscale: #E2E2E2. Windows color (decimal): -991281 or 13623280. OLE color: 13623280.
HSL color Cylindrical-coordinate representation of color #F0DFCF: hue angle of 29.09º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0DFCF is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 207 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.06 |
| HSL | 29.09º | 0.52% | 0.88% | - |
| HSV(B) | 29.09º | 0.14% | 0.94% | - |
| XYZ | 73.59 | 75.81 | 69.79 | - |
| YUV | 226.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 207 | 0 | 0.07 | 0.14 | 0.06 | 29.09 | 0.52 | 0.88 |
| Hex | F0 | DF | CF | 0 | 7 | E | 6 | 1D | 34 | 58 |
| Octal | 360 | 337 | 317 | 0 | 7 | 16 | 6 | 35 | 64 | 130 |
| Binary | 11110000 | 11011111 | 11001111 | 0 | 111 | 1110 | 110 | 11101 | 110100 | 1011000 |
Color Harmonies of #F0DFCF
Complementary color
Monochromatic Colors of #F0DFCF
Black with #F0DFCF
Text Example
Text Example
White with #F0DFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFCF; }
p { color: rgb(240,223,207); }
H1.HeaderClassName
{
color: #F0DFCF;
}
.AnyTagClassName
{
color: #F0DFCF;
}
</style>
background-color css
<style>
a { background-color: #F0DFCF; }
a { background-color: rgb(240,223,207); }
div.DivClassName
{
background-color: #F0DFCF;
}
.BgClassName
{
background-color: #F0DFCF;
}
</style>
border-color css
<style>
span { border-color: #F0DFCF; }
span { border-color: rgb(240,223,207); }
td.TdClassName
{
border-color: #F0DFCF;
}
.TagClassName
{
border-color: #F0DFCF;
}
</style>