Shades of Almond #F2D9BE
Tints of Almond #F2D9BE
RGB
CMYK
RGB Variations
Color information
#F2D9BE (or 0xF2D9BE) is known color: Almond. HEX triplet: F2, D9 and BE. RGB value is (242,217,190). Sum of RGB (Red+Green+Blue) = 242+217+190=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D9BE is #0D2641. Grayscale: #DDDDDD. Windows color (decimal): -861762 or 12507634. OLE color: 12507634.
HSL color Cylindrical-coordinate representation of color #F2D9BE: hue angle of 31.15º 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 #F2D9BE is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 190 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.05 |
| HSL | 31.15º | 0.67% | 0.85% | - |
| HSV(B) | 31.15º | 0.21% | 0.95% | - |
| XYZ | 70.73 | 72.22 | 58.93 | - |
| YUV | 221.4 | 110.28 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 190 | 0 | 0.10 | 0.21 | 0.05 | 31.15 | 0.67 | 0.85 |
| Hex | F2 | D9 | BE | 0 | A | 15 | 5 | 1F | 43 | 55 |
| Octal | 362 | 331 | 276 | 0 | 12 | 25 | 5 | 37 | 103 | 125 |
| Binary | 11110010 | 11011001 | 10111110 | 0 | 1010 | 10101 | 101 | 11111 | 1000011 | 1010101 |
Color Harmonies of #F2D9BE
Complementary color
Monochromatic Colors of #F2D9BE
Black with #F2D9BE
Text Example
Text Example
White with #F2D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9BE; }
p { color: rgb(242,217,190); }
H1.HeaderClassName
{
color: #F2D9BE;
}
.AnyTagClassName
{
color: #F2D9BE;
}
</style>
background-color css
<style>
a { background-color: #F2D9BE; }
a { background-color: rgb(242,217,190); }
div.DivClassName
{
background-color: #F2D9BE;
}
.BgClassName
{
background-color: #F2D9BE;
}
</style>
border-color css
<style>
span { border-color: #F2D9BE; }
span { border-color: rgb(242,217,190); }
td.TdClassName
{
border-color: #F2D9BE;
}
.TagClassName
{
border-color: #F2D9BE;
}
</style>