Shades of Almond #F0DECC
Tints of Almond #F0DECC
RGB
CMYK
RGB Variations
Color information
#F0DECC (or 0xF0DECC) is known color: Almond. HEX triplet: F0, DE and CC. RGB value is (240,222,204). Sum of RGB (Red+Green+Blue) = 240+222+204=666 (88% of max value = 765). Red value is 240 (94.14% from 255 or 36.04% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DECC is #0F2133. Grayscale: #E1E1E1. Windows color (decimal): -991540 or 13426416. OLE color: 13426416.
HSL color Cylindrical-coordinate representation of color #F0DECC: hue angle of 30º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0DECC is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 204 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.06 |
| HSL | 30º | 0.55% | 0.87% | - |
| HSV(B) | 30º | 0.15% | 0.94% | - |
| XYZ | 72.96 | 75.13 | 67.78 | - |
| YUV | 225.33 | 115.96 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 204 | 0 | 0.08 | 0.15 | 0.06 | 30 | 0.55 | 0.87 |
| Hex | F0 | DE | CC | 0 | 8 | F | 6 | 1E | 37 | 57 |
| Octal | 360 | 336 | 314 | 0 | 10 | 17 | 6 | 36 | 67 | 127 |
| Binary | 11110000 | 11011110 | 11001100 | 0 | 1000 | 1111 | 110 | 11110 | 110111 | 1010111 |
Color Harmonies of #F0DECC
Complementary color
Monochromatic Colors of #F0DECC
Black with #F0DECC
Text Example
Text Example
White with #F0DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DECC; }
p { color: rgb(240,222,204); }
H1.HeaderClassName
{
color: #F0DECC;
}
.AnyTagClassName
{
color: #F0DECC;
}
</style>
background-color css
<style>
a { background-color: #F0DECC; }
a { background-color: rgb(240,222,204); }
div.DivClassName
{
background-color: #F0DECC;
}
.BgClassName
{
background-color: #F0DECC;
}
</style>
border-color css
<style>
span { border-color: #F0DECC; }
span { border-color: rgb(240,222,204); }
td.TdClassName
{
border-color: #F0DECC;
}
.TagClassName
{
border-color: #F0DECC;
}
</style>