Shades of Almond #F0D8BE
Tints of Almond #F0D8BE
RGB
CMYK
RGB Variations
Color information
#F0D8BE (or 0xF0D8BE) is known color: Almond. HEX triplet: F0, D8 and BE. RGB value is (240,216,190). Sum of RGB (Red+Green+Blue) = 240+216+190=646 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.15% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D8BE is #0F2741. Grayscale: #DCDCDC. Windows color (decimal): -993090 or 12507376. OLE color: 12507376.
HSL color Cylindrical-coordinate representation of color #F0D8BE: hue angle of 31.2º 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 #F0D8BE is Cyan = 0, Magento = 0.1, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 190 | - |
| CMYK | 0 | 0.1 | 0.21 | 0.06 |
| HSL | 31.2º | 0.63% | 0.84% | - |
| HSV(B) | 31.2º | 0.21% | 0.94% | - |
| XYZ | 69.79 | 71.35 | 58.81 | - |
| YUV | 220.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 190 | 0 | 0.1 | 0.21 | 0.06 | 31.2 | 0.63 | 0.84 |
| Hex | F0 | D8 | BE | 0 | A | 15 | 6 | 1F | 3E | 54 |
| Octal | 360 | 330 | 276 | 0 | 12 | 25 | 6 | 37 | 76 | 124 |
| Binary | 11110000 | 11011000 | 10111110 | 0 | 1010 | 10101 | 110 | 11111 | 111110 | 1010100 |
Color Harmonies of #F0D8BE
Complementary color
Monochromatic Colors of #F0D8BE
Black with #F0D8BE
Text Example
Text Example
White with #F0D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D8BE; }
p { color: rgb(240,216,190); }
H1.HeaderClassName
{
color: #F0D8BE;
}
.AnyTagClassName
{
color: #F0D8BE;
}
</style>
background-color css
<style>
a { background-color: #F0D8BE; }
a { background-color: rgb(240,216,190); }
div.DivClassName
{
background-color: #F0D8BE;
}
.BgClassName
{
background-color: #F0D8BE;
}
</style>
border-color css
<style>
span { border-color: #F0D8BE; }
span { border-color: rgb(240,216,190); }
td.TdClassName
{
border-color: #F0D8BE;
}
.TagClassName
{
border-color: #F0D8BE;
}
</style>