Shades of Almond #F0D4BD
Tints of Almond #F0D4BD
RGB
CMYK
RGB Variations
Color information
#F0D4BD (or 0xF0D4BD) is known color: Almond. HEX triplet: F0, D4 and BD. RGB value is (240,212,189). Sum of RGB (Red+Green+Blue) = 240+212+189=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 212 (83.20% from 255 or 33.07% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4BD is #0F2B42. Grayscale: #D9D9D9. Windows color (decimal): -994115 or 12440816. OLE color: 12440816.
HSL color Cylindrical-coordinate representation of color #F0D4BD: hue angle of 27.06º 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 #F0D4BD is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 189 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.06 |
| HSL | 27.06º | 0.63% | 0.84% | - |
| HSV(B) | 27.06º | 0.21% | 0.94% | - |
| XYZ | 68.66 | 69.29 | 57.9 | - |
| YUV | 217.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 189 | 0 | 0.12 | 0.21 | 0.06 | 27.06 | 0.63 | 0.84 |
| Hex | F0 | D4 | BD | 0 | C | 15 | 6 | 1B | 3F | 54 |
| Octal | 360 | 324 | 275 | 0 | 14 | 25 | 6 | 33 | 77 | 124 |
| Binary | 11110000 | 11010100 | 10111101 | 0 | 1100 | 10101 | 110 | 11011 | 111111 | 1010100 |
Color Harmonies of #F0D4BD
Complementary color
Monochromatic Colors of #F0D4BD
Black with #F0D4BD
Text Example
Text Example
White with #F0D4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4BD; }
p { color: rgb(240,212,189); }
H1.HeaderClassName
{
color: #F0D4BD;
}
.AnyTagClassName
{
color: #F0D4BD;
}
</style>
background-color css
<style>
a { background-color: #F0D4BD; }
a { background-color: rgb(240,212,189); }
div.DivClassName
{
background-color: #F0D4BD;
}
.BgClassName
{
background-color: #F0D4BD;
}
</style>
border-color css
<style>
span { border-color: #F0D4BD; }
span { border-color: rgb(240,212,189); }
td.TdClassName
{
border-color: #F0D4BD;
}
.TagClassName
{
border-color: #F0D4BD;
}
</style>