Shades of Almond #F0D5BE
Tints of Almond #F0D5BE
RGB
CMYK
RGB Variations
Color information
#F0D5BE (or 0xF0D5BE) is known color: Almond. HEX triplet: F0, D5 and BE. RGB value is (240,213,190). Sum of RGB (Red+Green+Blue) = 240+213+190=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D5BE is #0F2A41. Grayscale: #DADADA. Windows color (decimal): -993858 or 12506608. OLE color: 12506608.
HSL color Cylindrical-coordinate representation of color #F0D5BE: hue angle of 27.6º 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 #F0D5BE is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 190 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.06 |
| HSL | 27.6º | 0.63% | 0.84% | - |
| HSV(B) | 27.6º | 0.21% | 0.94% | - |
| XYZ | 69.02 | 69.83 | 58.56 | - |
| YUV | 218.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 190 | 0 | 0.11 | 0.21 | 0.06 | 27.6 | 0.63 | 0.84 |
| Hex | F0 | D5 | BE | 0 | B | 15 | 6 | 1C | 3E | 54 |
| Octal | 360 | 325 | 276 | 0 | 13 | 25 | 6 | 34 | 76 | 124 |
| Binary | 11110000 | 11010101 | 10111110 | 0 | 1011 | 10101 | 110 | 11100 | 111110 | 1010100 |
Color Harmonies of #F0D5BE
Complementary color
Monochromatic Colors of #F0D5BE
Black with #F0D5BE
Text Example
Text Example
White with #F0D5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D5BE; }
p { color: rgb(240,213,190); }
H1.HeaderClassName
{
color: #F0D5BE;
}
.AnyTagClassName
{
color: #F0D5BE;
}
</style>
background-color css
<style>
a { background-color: #F0D5BE; }
a { background-color: rgb(240,213,190); }
div.DivClassName
{
background-color: #F0D5BE;
}
.BgClassName
{
background-color: #F0D5BE;
}
</style>
border-color css
<style>
span { border-color: #F0D5BE; }
span { border-color: rgb(240,213,190); }
td.TdClassName
{
border-color: #F0D5BE;
}
.TagClassName
{
border-color: #F0D5BE;
}
</style>