Shades of Almond #F4D9BF
Tints of Almond #F4D9BF
RGB
CMYK
RGB Variations
Color information
#F4D9BF (or 0xF4D9BF) is known color: Almond. HEX triplet: F4, D9 and BF. RGB value is (244,217,191). Sum of RGB (Red+Green+Blue) = 244+217+191=652 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.42% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D9BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4D9BF is #0B2640. Grayscale: #DEDEDE. Windows color (decimal): -730689 or 12573172. OLE color: 12573172.
HSL color Cylindrical-coordinate representation of color #F4D9BF: hue angle of 29.43º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F4D9BF is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 191 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.04 |
| HSL | 29.43º | 0.71% | 0.85% | - |
| HSV(B) | 29.43º | 0.22% | 0.96% | - |
| XYZ | 71.53 | 72.62 | 59.54 | - |
| YUV | 222.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 191 | 0 | 0.11 | 0.22 | 0.04 | 29.43 | 0.71 | 0.85 |
| Hex | F4 | D9 | BF | 0 | B | 16 | 4 | 1D | 47 | 55 |
| Octal | 364 | 331 | 277 | 0 | 13 | 26 | 4 | 35 | 107 | 125 |
| Binary | 11110100 | 11011001 | 10111111 | 0 | 1011 | 10110 | 100 | 11101 | 1000111 | 1010101 |
Color Harmonies of #F4D9BF
Complementary color
Monochromatic Colors of #F4D9BF
Black with #F4D9BF
Text Example
Text Example
White with #F4D9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D9BF; }
p { color: rgb(244,217,191); }
H1.HeaderClassName
{
color: #F4D9BF;
}
.AnyTagClassName
{
color: #F4D9BF;
}
</style>
background-color css
<style>
a { background-color: #F4D9BF; }
a { background-color: rgb(244,217,191); }
div.DivClassName
{
background-color: #F4D9BF;
}
.BgClassName
{
background-color: #F4D9BF;
}
</style>
border-color css
<style>
span { border-color: #F4D9BF; }
span { border-color: rgb(244,217,191); }
td.TdClassName
{
border-color: #F4D9BF;
}
.TagClassName
{
border-color: #F4D9BF;
}
</style>