Shades of Almond #F0DDC9
Tints of Almond #F0DDC9
RGB
CMYK
RGB Variations
Color information
#F0DDC9 (or 0xF0DDC9) is known color: Almond. HEX triplet: F0, DD and C9. RGB value is (240,221,201). Sum of RGB (Red+Green+Blue) = 240+221+201=662 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.25% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDC9 is #0F2236. Grayscale: #E0E0E0. Windows color (decimal): -991799 or 13229552. OLE color: 13229552.
HSL color Cylindrical-coordinate representation of color #F0DDC9: hue angle of 30.77º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0DDC9 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 201 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.06 |
| HSL | 30.77º | 0.57% | 0.86% | - |
| HSV(B) | 30.77º | 0.16% | 0.94% | - |
| XYZ | 72.33 | 74.46 | 65.82 | - |
| YUV | 224.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 201 | 0 | 0.08 | 0.16 | 0.06 | 30.77 | 0.57 | 0.86 |
| Hex | F0 | DD | C9 | 0 | 8 | 10 | 6 | 1F | 39 | 56 |
| Octal | 360 | 335 | 311 | 0 | 10 | 20 | 6 | 37 | 71 | 126 |
| Binary | 11110000 | 11011101 | 11001001 | 0 | 1000 | 10000 | 110 | 11111 | 111001 | 1010110 |
Color Harmonies of #F0DDC9
Complementary color
Monochromatic Colors of #F0DDC9
Black with #F0DDC9
Text Example
Text Example
White with #F0DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DDC9; }
p { color: rgb(240,221,201); }
H1.HeaderClassName
{
color: #F0DDC9;
}
.AnyTagClassName
{
color: #F0DDC9;
}
</style>
background-color css
<style>
a { background-color: #F0DDC9; }
a { background-color: rgb(240,221,201); }
div.DivClassName
{
background-color: #F0DDC9;
}
.BgClassName
{
background-color: #F0DDC9;
}
</style>
border-color css
<style>
span { border-color: #F0DDC9; }
span { border-color: rgb(240,221,201); }
td.TdClassName
{
border-color: #F0DDC9;
}
.TagClassName
{
border-color: #F0DDC9;
}
</style>