Shades of Almond #F0D9BF
Tints of Almond #F0D9BF
RGB
CMYK
RGB Variations
Color information
#F0D9BF (or 0xF0D9BF) is known color: Almond. HEX triplet: F0, D9 and BF. RGB value is (240,217,191). Sum of RGB (Red+Green+Blue) = 240+217+191=648 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.04% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D9BF is #0F2640. Grayscale: #DDDDDD. Windows color (decimal): -992833 or 12573168. OLE color: 12573168.
HSL color Cylindrical-coordinate representation of color #F0D9BF: hue angle of 31.84º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0D9BF is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 191 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.06 |
| HSL | 31.84º | 0.62% | 0.85% | - |
| HSV(B) | 31.84º | 0.2% | 0.94% | - |
| XYZ | 70.15 | 71.91 | 59.47 | - |
| YUV | 220.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 191 | 0 | 0.10 | 0.20 | 0.06 | 31.84 | 0.62 | 0.85 |
| Hex | F0 | D9 | BF | 0 | A | 14 | 6 | 20 | 3E | 55 |
| Octal | 360 | 331 | 277 | 0 | 12 | 24 | 6 | 40 | 76 | 125 |
| Binary | 11110000 | 11011001 | 10111111 | 0 | 1010 | 10100 | 110 | 100000 | 111110 | 1010101 |
Color Harmonies of #F0D9BF
Complementary color
Monochromatic Colors of #F0D9BF
Black with #F0D9BF
Text Example
Text Example
White with #F0D9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D9BF; }
p { color: rgb(240,217,191); }
H1.HeaderClassName
{
color: #F0D9BF;
}
.AnyTagClassName
{
color: #F0D9BF;
}
</style>
background-color css
<style>
a { background-color: #F0D9BF; }
a { background-color: rgb(240,217,191); }
div.DivClassName
{
background-color: #F0D9BF;
}
.BgClassName
{
background-color: #F0D9BF;
}
</style>
border-color css
<style>
span { border-color: #F0D9BF; }
span { border-color: rgb(240,217,191); }
td.TdClassName
{
border-color: #F0D9BF;
}
.TagClassName
{
border-color: #F0D9BF;
}
</style>