Shades of Almond #F0DBC8
Tints of Almond #F0DBC8
RGB
CMYK
RGB Variations
Color information
#F0DBC8 (or 0xF0DBC8) is known color: Almond. HEX triplet: F0, DB and C8. RGB value is (240,219,200). Sum of RGB (Red+Green+Blue) = 240+219+200=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DBC8 is #0F2437. Grayscale: #DFDFDF. Windows color (decimal): -992312 or 13163504. OLE color: 13163504.
HSL color Cylindrical-coordinate representation of color #F0DBC8: hue angle of 28.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F0DBC8 is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 200 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.06 |
| HSL | 28.5º | 0.57% | 0.86% | - |
| HSV(B) | 28.5º | 0.17% | 0.94% | - |
| XYZ | 71.69 | 73.36 | 65.02 | - |
| YUV | 223.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 200 | 0 | 0.09 | 0.17 | 0.06 | 28.5 | 0.57 | 0.86 |
| Hex | F0 | DB | C8 | 0 | 9 | 11 | 6 | 1C | 39 | 56 |
| Octal | 360 | 333 | 310 | 0 | 11 | 21 | 6 | 34 | 71 | 126 |
| Binary | 11110000 | 11011011 | 11001000 | 0 | 1001 | 10001 | 110 | 11100 | 111001 | 1010110 |
Color Harmonies of #F0DBC8
Complementary color
Monochromatic Colors of #F0DBC8
Black with #F0DBC8
Text Example
Text Example
White with #F0DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DBC8; }
p { color: rgb(240,219,200); }
H1.HeaderClassName
{
color: #F0DBC8;
}
.AnyTagClassName
{
color: #F0DBC8;
}
</style>
background-color css
<style>
a { background-color: #F0DBC8; }
a { background-color: rgb(240,219,200); }
div.DivClassName
{
background-color: #F0DBC8;
}
.BgClassName
{
background-color: #F0DBC8;
}
</style>
border-color css
<style>
span { border-color: #F0DBC8; }
span { border-color: rgb(240,219,200); }
td.TdClassName
{
border-color: #F0DBC8;
}
.TagClassName
{
border-color: #F0DBC8;
}
</style>