Shades of Almond #F0DECE
Tints of Almond #F0DECE
RGB
CMYK
RGB Variations
Color information
#F0DECE (or 0xF0DECE) is known color: Almond. HEX triplet: F0, DE and CE. RGB value is (240,222,206). Sum of RGB (Red+Green+Blue) = 240+222+206=668 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.93% from 668); Green value is 222 (87.11% from 255 or 33.23% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DECE is #0F2131. Grayscale: #E1E1E1. Windows color (decimal): -991538 or 13557488. OLE color: 13557488.
HSL color Cylindrical-coordinate representation of color #F0DECE: hue angle of 28.24º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0DECE is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 206 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.06 |
| HSL | 28.24º | 0.53% | 0.87% | - |
| HSV(B) | 28.24º | 0.14% | 0.94% | - |
| XYZ | 73.2 | 75.22 | 69.05 | - |
| YUV | 225.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 206 | 0 | 0.08 | 0.14 | 0.06 | 28.24 | 0.53 | 0.87 |
| Hex | F0 | DE | CE | 0 | 8 | E | 6 | 1C | 35 | 57 |
| Octal | 360 | 336 | 316 | 0 | 10 | 16 | 6 | 34 | 65 | 127 |
| Binary | 11110000 | 11011110 | 11001110 | 0 | 1000 | 1110 | 110 | 11100 | 110101 | 1010111 |
Color Harmonies of #F0DECE
Complementary color
Monochromatic Colors of #F0DECE
Black with #F0DECE
Text Example
Text Example
White with #F0DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DECE; }
p { color: rgb(240,222,206); }
H1.HeaderClassName
{
color: #F0DECE;
}
.AnyTagClassName
{
color: #F0DECE;
}
</style>
background-color css
<style>
a { background-color: #F0DECE; }
a { background-color: rgb(240,222,206); }
div.DivClassName
{
background-color: #F0DECE;
}
.BgClassName
{
background-color: #F0DECE;
}
</style>
border-color css
<style>
span { border-color: #F0DECE; }
span { border-color: rgb(240,222,206); }
td.TdClassName
{
border-color: #F0DECE;
}
.TagClassName
{
border-color: #F0DECE;
}
</style>