Shades of Almond #F0D5BF
Tints of Almond #F0D5BF
RGB
CMYK
RGB Variations
Color information
#F0D5BF (or 0xF0D5BF) is known color: Almond. HEX triplet: F0, D5 and BF. RGB value is (240,213,191). Sum of RGB (Red+Green+Blue) = 240+213+191=644 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.27% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 191 (75% from 255 or 29.66% from 644); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D5BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D5BF is #0F2A40. Grayscale: #DADADA. Windows color (decimal): -993857 or 12572144. OLE color: 12572144.
HSL color Cylindrical-coordinate representation of color #F0D5BF: hue angle of 26.94º 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 #F0D5BF is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 191 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.06 |
| HSL | 26.94º | 0.62% | 0.85% | - |
| HSV(B) | 26.94º | 0.2% | 0.94% | - |
| XYZ | 69.13 | 69.88 | 59.13 | - |
| YUV | 218.57 | 112.45 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 191 | 0 | 0.11 | 0.20 | 0.06 | 26.94 | 0.62 | 0.85 |
| Hex | F0 | D5 | BF | 0 | B | 14 | 6 | 1B | 3E | 55 |
| Octal | 360 | 325 | 277 | 0 | 13 | 24 | 6 | 33 | 76 | 125 |
| Binary | 11110000 | 11010101 | 10111111 | 0 | 1011 | 10100 | 110 | 11011 | 111110 | 1010101 |
Color Harmonies of #F0D5BF
Complementary color
Monochromatic Colors of #F0D5BF
Black with #F0D5BF
Text Example
Text Example
White with #F0D5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D5BF; }
p { color: rgb(240,213,191); }
H1.HeaderClassName
{
color: #F0D5BF;
}
.AnyTagClassName
{
color: #F0D5BF;
}
</style>
background-color css
<style>
a { background-color: #F0D5BF; }
a { background-color: rgb(240,213,191); }
div.DivClassName
{
background-color: #F0D5BF;
}
.BgClassName
{
background-color: #F0D5BF;
}
</style>
border-color css
<style>
span { border-color: #F0D5BF; }
span { border-color: rgb(240,213,191); }
td.TdClassName
{
border-color: #F0D5BF;
}
.TagClassName
{
border-color: #F0D5BF;
}
</style>