Shades of Almond #F0DAC5
Tints of Almond #F0DAC5
RGB
CMYK
RGB Variations
Color information
#F0DAC5 (or 0xF0DAC5) is known color: Almond. HEX triplet: F0, DA and C5. RGB value is (240,218,197). Sum of RGB (Red+Green+Blue) = 240+218+197=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAC5 is #0F253A. Grayscale: #DEDEDE. Windows color (decimal): -992571 or 12966640. OLE color: 12966640.
HSL color Cylindrical-coordinate representation of color #F0DAC5: hue angle of 29.3º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0DAC5 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 197 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.06 |
| HSL | 29.3º | 0.59% | 0.86% | - |
| HSV(B) | 29.3º | 0.18% | 0.94% | - |
| XYZ | 71.08 | 72.7 | 63.11 | - |
| YUV | 222.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 197 | 0 | 0.09 | 0.18 | 0.06 | 29.3 | 0.59 | 0.86 |
| Hex | F0 | DA | C5 | 0 | 9 | 12 | 6 | 1D | 3B | 56 |
| Octal | 360 | 332 | 305 | 0 | 11 | 22 | 6 | 35 | 73 | 126 |
| Binary | 11110000 | 11011010 | 11000101 | 0 | 1001 | 10010 | 110 | 11101 | 111011 | 1010110 |
Color Harmonies of #F0DAC5
Complementary color
Monochromatic Colors of #F0DAC5
Black with #F0DAC5
Text Example
Text Example
White with #F0DAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DAC5; }
p { color: rgb(240,218,197); }
H1.HeaderClassName
{
color: #F0DAC5;
}
.AnyTagClassName
{
color: #F0DAC5;
}
</style>
background-color css
<style>
a { background-color: #F0DAC5; }
a { background-color: rgb(240,218,197); }
div.DivClassName
{
background-color: #F0DAC5;
}
.BgClassName
{
background-color: #F0DAC5;
}
</style>
border-color css
<style>
span { border-color: #F0DAC5; }
span { border-color: rgb(240,218,197); }
td.TdClassName
{
border-color: #F0DAC5;
}
.TagClassName
{
border-color: #F0DAC5;
}
</style>