Shades of Almond #F0D4BE
Tints of Almond #F0D4BE
RGB
CMYK
RGB Variations
Color information
#F0D4BE (or 0xF0D4BE) is known color: Almond. HEX triplet: F0, D4 and BE. RGB value is (240,212,190). Sum of RGB (Red+Green+Blue) = 240+212+190=642 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.38% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4BE is #0F2B41. Grayscale: #D9D9D9. Windows color (decimal): -994114 or 12506352. OLE color: 12506352.
HSL color Cylindrical-coordinate representation of color #F0D4BE: hue angle of 26.4º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0D4BE is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 190 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.06 |
| HSL | 26.4º | 0.63% | 0.84% | - |
| HSV(B) | 26.4º | 0.21% | 0.94% | - |
| XYZ | 68.77 | 69.33 | 58.47 | - |
| YUV | 217.86 | 112.28 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 190 | 0 | 0.12 | 0.21 | 0.06 | 26.4 | 0.63 | 0.84 |
| Hex | F0 | D4 | BE | 0 | C | 15 | 6 | 1A | 3E | 54 |
| Octal | 360 | 324 | 276 | 0 | 14 | 25 | 6 | 32 | 76 | 124 |
| Binary | 11110000 | 11010100 | 10111110 | 0 | 1100 | 10101 | 110 | 11010 | 111110 | 1010100 |
Color Harmonies of #F0D4BE
Complementary color
Monochromatic Colors of #F0D4BE
Black with #F0D4BE
Text Example
Text Example
White with #F0D4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4BE; }
p { color: rgb(240,212,190); }
H1.HeaderClassName
{
color: #F0D4BE;
}
.AnyTagClassName
{
color: #F0D4BE;
}
</style>
background-color css
<style>
a { background-color: #F0D4BE; }
a { background-color: rgb(240,212,190); }
div.DivClassName
{
background-color: #F0D4BE;
}
.BgClassName
{
background-color: #F0D4BE;
}
</style>
border-color css
<style>
span { border-color: #F0D4BE; }
span { border-color: rgb(240,212,190); }
td.TdClassName
{
border-color: #F0D4BE;
}
.TagClassName
{
border-color: #F0D4BE;
}
</style>