Shades of Almond #F0D6BD
Tints of Almond #F0D6BD
RGB
CMYK
RGB Variations
Color information
#F0D6BD (or 0xF0D6BD) is known color: Almond. HEX triplet: F0, D6 and BD. RGB value is (240,214,189). Sum of RGB (Red+Green+Blue) = 240+214+189=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D6BD is #0F2942. Grayscale: #DBDBDB. Windows color (decimal): -993603 or 12441328. OLE color: 12441328.
HSL color Cylindrical-coordinate representation of color #F0D6BD: hue angle of 29.41º degrees, saturation: 0.63, 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 #F0D6BD is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 189 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.06 |
| HSL | 29.41º | 0.63% | 0.84% | - |
| HSV(B) | 29.41º | 0.21% | 0.94% | - |
| XYZ | 69.17 | 70.29 | 58.07 | - |
| YUV | 218.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 189 | 0 | 0.11 | 0.21 | 0.06 | 29.41 | 0.63 | 0.84 |
| Hex | F0 | D6 | BD | 0 | B | 15 | 6 | 1D | 3F | 54 |
| Octal | 360 | 326 | 275 | 0 | 13 | 25 | 6 | 35 | 77 | 124 |
| Binary | 11110000 | 11010110 | 10111101 | 0 | 1011 | 10101 | 110 | 11101 | 111111 | 1010100 |
Color Harmonies of #F0D6BD
Complementary color
Monochromatic Colors of #F0D6BD
Black with #F0D6BD
Text Example
Text Example
White with #F0D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D6BD; }
p { color: rgb(240,214,189); }
H1.HeaderClassName
{
color: #F0D6BD;
}
.AnyTagClassName
{
color: #F0D6BD;
}
</style>
background-color css
<style>
a { background-color: #F0D6BD; }
a { background-color: rgb(240,214,189); }
div.DivClassName
{
background-color: #F0D6BD;
}
.BgClassName
{
background-color: #F0D6BD;
}
</style>
border-color css
<style>
span { border-color: #F0D6BD; }
span { border-color: rgb(240,214,189); }
td.TdClassName
{
border-color: #F0D6BD;
}
.TagClassName
{
border-color: #F0D6BD;
}
</style>