Shades of Almond #F2D7BF
Tints of Almond #F2D7BF
RGB
CMYK
RGB Variations
Color information
#F2D7BF (or 0xF2D7BF) is known color: Almond. HEX triplet: F2, D7 and BF. RGB value is (242,215,191). Sum of RGB (Red+Green+Blue) = 242+215+191=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7BF is #0D2840. Grayscale: #DCDCDC. Windows color (decimal): -862273 or 12572658. OLE color: 12572658.
HSL color Cylindrical-coordinate representation of color #F2D7BF: hue angle of 28.24º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F2D7BF is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 191 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.05 |
| HSL | 28.24º | 0.66% | 0.85% | - |
| HSV(B) | 28.24º | 0.21% | 0.95% | - |
| XYZ | 70.32 | 71.24 | 59.33 | - |
| YUV | 220.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 191 | 0 | 0.11 | 0.21 | 0.05 | 28.24 | 0.66 | 0.85 |
| Hex | F2 | D7 | BF | 0 | B | 15 | 5 | 1C | 42 | 55 |
| Octal | 362 | 327 | 277 | 0 | 13 | 25 | 5 | 34 | 102 | 125 |
| Binary | 11110010 | 11010111 | 10111111 | 0 | 1011 | 10101 | 101 | 11100 | 1000010 | 1010101 |
Color Harmonies of #F2D7BF
Complementary color
Monochromatic Colors of #F2D7BF
Black with #F2D7BF
Text Example
Text Example
White with #F2D7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D7BF; }
p { color: rgb(242,215,191); }
H1.HeaderClassName
{
color: #F2D7BF;
}
.AnyTagClassName
{
color: #F2D7BF;
}
</style>
background-color css
<style>
a { background-color: #F2D7BF; }
a { background-color: rgb(242,215,191); }
div.DivClassName
{
background-color: #F2D7BF;
}
.BgClassName
{
background-color: #F2D7BF;
}
</style>
border-color css
<style>
span { border-color: #F2D7BF; }
span { border-color: rgb(242,215,191); }
td.TdClassName
{
border-color: #F2D7BF;
}
.TagClassName
{
border-color: #F2D7BF;
}
</style>