Shades of Almond #F0DAC9
Tints of Almond #F0DAC9
RGB
CMYK
RGB Variations
Color information
#F0DAC9 (or 0xF0DAC9) is known color: Almond. HEX triplet: F0, DA and C9. RGB value is (240,218,201). Sum of RGB (Red+Green+Blue) = 240+218+201=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAC9 is #0F2536. Grayscale: #DEDEDE. Windows color (decimal): -992567 or 13228784. OLE color: 13228784.
HSL color Cylindrical-coordinate representation of color #F0DAC9: hue angle of 26.15º 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 #F0DAC9 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 201 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.06 |
| HSL | 26.15º | 0.57% | 0.86% | - |
| HSV(B) | 26.15º | 0.16% | 0.94% | - |
| XYZ | 71.55 | 72.89 | 65.56 | - |
| YUV | 222.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 201 | 0 | 0.09 | 0.16 | 0.06 | 26.15 | 0.57 | 0.86 |
| Hex | F0 | DA | C9 | 0 | 9 | 10 | 6 | 1A | 39 | 56 |
| Octal | 360 | 332 | 311 | 0 | 11 | 20 | 6 | 32 | 71 | 126 |
| Binary | 11110000 | 11011010 | 11001001 | 0 | 1001 | 10000 | 110 | 11010 | 111001 | 1010110 |
Color Harmonies of #F0DAC9
Complementary color
Monochromatic Colors of #F0DAC9
Black with #F0DAC9
Text Example
Text Example
White with #F0DAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAC9; }
p { color: rgb(240,218,201); }
H1.HeaderClassName
{
color: #F0DAC9;
}
.AnyTagClassName
{
color: #F0DAC9;
}
</style>
background-color css
<style>
a { background-color: #F0DAC9; }
a { background-color: rgb(240,218,201); }
div.DivClassName
{
background-color: #F0DAC9;
}
.BgClassName
{
background-color: #F0DAC9;
}
</style>
border-color css
<style>
span { border-color: #F0DAC9; }
span { border-color: rgb(240,218,201); }
td.TdClassName
{
border-color: #F0DAC9;
}
.TagClassName
{
border-color: #F0DAC9;
}
</style>