Shades of Almond #F0DAC0
Tints of Almond #F0DAC0
RGB
CMYK
RGB Variations
Color information
#F0DAC0 (or 0xF0DAC0) is known color: Almond. HEX triplet: F0, DA and C0. RGB value is (240,218,192). Sum of RGB (Red+Green+Blue) = 240+218+192=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 218 (85.55% from 255 or 33.54% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAC0 is #0F253F. Grayscale: #DDDDDD. Windows color (decimal): -992576 or 12638960. OLE color: 12638960.
HSL color Cylindrical-coordinate representation of color #F0DAC0: hue angle of 32.5º 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 #F0DAC0 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 192 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.06 |
| HSL | 32.5º | 0.62% | 0.85% | - |
| HSV(B) | 32.5º | 0.2% | 0.94% | - |
| XYZ | 70.52 | 72.47 | 60.14 | - |
| YUV | 221.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 192 | 0 | 0.09 | 0.20 | 0.06 | 32.5 | 0.62 | 0.85 |
| Hex | F0 | DA | C0 | 0 | 9 | 14 | 6 | 20 | 3E | 55 |
| Octal | 360 | 332 | 300 | 0 | 11 | 24 | 6 | 40 | 76 | 125 |
| Binary | 11110000 | 11011010 | 11000000 | 0 | 1001 | 10100 | 110 | 100000 | 111110 | 1010101 |
Color Harmonies of #F0DAC0
Complementary color
Monochromatic Colors of #F0DAC0
Black with #F0DAC0
Text Example
Text Example
White with #F0DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAC0; }
p { color: rgb(240,218,192); }
H1.HeaderClassName
{
color: #F0DAC0;
}
.AnyTagClassName
{
color: #F0DAC0;
}
</style>
background-color css
<style>
a { background-color: #F0DAC0; }
a { background-color: rgb(240,218,192); }
div.DivClassName
{
background-color: #F0DAC0;
}
.BgClassName
{
background-color: #F0DAC0;
}
</style>
border-color css
<style>
span { border-color: #F0DAC0; }
span { border-color: rgb(240,218,192); }
td.TdClassName
{
border-color: #F0DAC0;
}
.TagClassName
{
border-color: #F0DAC0;
}
</style>