Shades of Almond #F2D7BE
Tints of Almond #F2D7BE
RGB
CMYK
RGB Variations
Color information
#F2D7BE (or 0xF2D7BE) is known color: Almond. HEX triplet: F2, D7 and BE. RGB value is (242,215,190). Sum of RGB (Red+Green+Blue) = 242+215+190=647 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.40% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 190 (74.61% from 255 or 29.37% from 647); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7BE is #0D2841. Grayscale: #DCDCDC. Windows color (decimal): -862274 or 12507122. OLE color: 12507122.
HSL color Cylindrical-coordinate representation of color #F2D7BE: hue angle of 28.85º degrees, saturation: 0.67, 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 #F2D7BE is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 190 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.05 |
| HSL | 28.85º | 0.67% | 0.85% | - |
| HSV(B) | 28.85º | 0.21% | 0.95% | - |
| XYZ | 70.21 | 71.2 | 58.76 | - |
| YUV | 220.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 190 | 0 | 0.11 | 0.21 | 0.05 | 28.85 | 0.67 | 0.85 |
| Hex | F2 | D7 | BE | 0 | B | 15 | 5 | 1D | 43 | 55 |
| Octal | 362 | 327 | 276 | 0 | 13 | 25 | 5 | 35 | 103 | 125 |
| Binary | 11110010 | 11010111 | 10111110 | 0 | 1011 | 10101 | 101 | 11101 | 1000011 | 1010101 |
Color Harmonies of #F2D7BE
Complementary color
Monochromatic Colors of #F2D7BE
Black with #F2D7BE
Text Example
Text Example
White with #F2D7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D7BE; }
p { color: rgb(242,215,190); }
H1.HeaderClassName
{
color: #F2D7BE;
}
.AnyTagClassName
{
color: #F2D7BE;
}
</style>
background-color css
<style>
a { background-color: #F2D7BE; }
a { background-color: rgb(242,215,190); }
div.DivClassName
{
background-color: #F2D7BE;
}
.BgClassName
{
background-color: #F2D7BE;
}
</style>
border-color css
<style>
span { border-color: #F2D7BE; }
span { border-color: rgb(242,215,190); }
td.TdClassName
{
border-color: #F2D7BE;
}
.TagClassName
{
border-color: #F2D7BE;
}
</style>