Shades of Almond #F0DDCB
Tints of Almond #F0DDCB
RGB
CMYK
RGB Variations
Color information
#F0DDCB (or 0xF0DDCB) is known color: Almond. HEX triplet: F0, DD and CB. RGB value is (240,221,203). Sum of RGB (Red+Green+Blue) = 240+221+203=664 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.14% from 664); Green value is 221 (86.72% from 255 or 33.28% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDCB is #0F2234. Grayscale: #E0E0E0. Windows color (decimal): -991797 or 13360624. OLE color: 13360624.
HSL color Cylindrical-coordinate representation of color #F0DDCB: hue angle of 29.19º 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 #F0DDCB is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 203 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.06 |
| HSL | 29.19º | 0.55% | 0.87% | - |
| HSV(B) | 29.19º | 0.15% | 0.94% | - |
| XYZ | 72.57 | 74.55 | 67.06 | - |
| YUV | 224.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 203 | 0 | 0.08 | 0.15 | 0.06 | 29.19 | 0.55 | 0.87 |
| Hex | F0 | DD | CB | 0 | 8 | F | 6 | 1D | 37 | 57 |
| Octal | 360 | 335 | 313 | 0 | 10 | 17 | 6 | 35 | 67 | 127 |
| Binary | 11110000 | 11011101 | 11001011 | 0 | 1000 | 1111 | 110 | 11101 | 110111 | 1010111 |
Color Harmonies of #F0DDCB
Complementary color
Monochromatic Colors of #F0DDCB
Black with #F0DDCB
Text Example
Text Example
White with #F0DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDCB; }
p { color: rgb(240,221,203); }
H1.HeaderClassName
{
color: #F0DDCB;
}
.AnyTagClassName
{
color: #F0DDCB;
}
</style>
background-color css
<style>
a { background-color: #F0DDCB; }
a { background-color: rgb(240,221,203); }
div.DivClassName
{
background-color: #F0DDCB;
}
.BgClassName
{
background-color: #F0DDCB;
}
</style>
border-color css
<style>
span { border-color: #F0DDCB; }
span { border-color: rgb(240,221,203); }
td.TdClassName
{
border-color: #F0DDCB;
}
.TagClassName
{
border-color: #F0DDCB;
}
</style>