Shades of Almond #F0D4BF
Tints of Almond #F0D4BF
RGB
CMYK
RGB Variations
Color information
#F0D4BF (or 0xF0D4BF) is known color: Almond. HEX triplet: F0, D4 and BF. RGB value is (240,212,191). Sum of RGB (Red+Green+Blue) = 240+212+191=643 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.33% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D4BF is #0F2B40. Grayscale: #DADADA. Windows color (decimal): -994113 or 12571888. OLE color: 12571888.
HSL color Cylindrical-coordinate representation of color #F0D4BF: hue angle of 25.71º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0D4BF is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 191 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.06 |
| HSL | 25.71º | 0.62% | 0.85% | - |
| HSV(B) | 25.71º | 0.2% | 0.94% | - |
| XYZ | 68.88 | 69.37 | 59.05 | - |
| YUV | 217.98 | 112.78 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 191 | 0 | 0.12 | 0.20 | 0.06 | 25.71 | 0.62 | 0.85 |
| Hex | F0 | D4 | BF | 0 | C | 14 | 6 | 1A | 3E | 55 |
| Octal | 360 | 324 | 277 | 0 | 14 | 24 | 6 | 32 | 76 | 125 |
| Binary | 11110000 | 11010100 | 10111111 | 0 | 1100 | 10100 | 110 | 11010 | 111110 | 1010101 |
Color Harmonies of #F0D4BF
Complementary color
Monochromatic Colors of #F0D4BF
Black with #F0D4BF
Text Example
Text Example
White with #F0D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D4BF; }
p { color: rgb(240,212,191); }
H1.HeaderClassName
{
color: #F0D4BF;
}
.AnyTagClassName
{
color: #F0D4BF;
}
</style>
background-color css
<style>
a { background-color: #F0D4BF; }
a { background-color: rgb(240,212,191); }
div.DivClassName
{
background-color: #F0D4BF;
}
.BgClassName
{
background-color: #F0D4BF;
}
</style>
border-color css
<style>
span { border-color: #F0D4BF; }
span { border-color: rgb(240,212,191); }
td.TdClassName
{
border-color: #F0D4BF;
}
.TagClassName
{
border-color: #F0D4BF;
}
</style>