Shades of Almond #F2D6BE
Tints of Almond #F2D6BE
RGB
CMYK
RGB Variations
Color information
#F2D6BE (or 0xF2D6BE) is known color: Almond. HEX triplet: F2, D6 and BE. RGB value is (242,214,190). Sum of RGB (Red+Green+Blue) = 242+214+190=646 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.46% from 646); Green value is 214 (83.98% from 255 or 33.13% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D6BE is #0D2941. Grayscale: #DBDBDB. Windows color (decimal): -862530 or 12506866. OLE color: 12506866.
HSL color Cylindrical-coordinate representation of color #F2D6BE: hue angle of 27.69º 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 #F2D6BE is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 190 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.05 |
| HSL | 27.69º | 0.67% | 0.85% | - |
| HSV(B) | 27.69º | 0.21% | 0.95% | - |
| XYZ | 69.96 | 70.69 | 58.67 | - |
| YUV | 219.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 190 | 0 | 0.12 | 0.21 | 0.05 | 27.69 | 0.67 | 0.85 |
| Hex | F2 | D6 | BE | 0 | C | 15 | 5 | 1C | 43 | 55 |
| Octal | 362 | 326 | 276 | 0 | 14 | 25 | 5 | 34 | 103 | 125 |
| Binary | 11110010 | 11010110 | 10111110 | 0 | 1100 | 10101 | 101 | 11100 | 1000011 | 1010101 |
Color Harmonies of #F2D6BE
Complementary color
Monochromatic Colors of #F2D6BE
Black with #F2D6BE
Text Example
Text Example
White with #F2D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D6BE; }
p { color: rgb(242,214,190); }
H1.HeaderClassName
{
color: #F2D6BE;
}
.AnyTagClassName
{
color: #F2D6BE;
}
</style>
background-color css
<style>
a { background-color: #F2D6BE; }
a { background-color: rgb(242,214,190); }
div.DivClassName
{
background-color: #F2D6BE;
}
.BgClassName
{
background-color: #F2D6BE;
}
</style>
border-color css
<style>
span { border-color: #F2D6BE; }
span { border-color: rgb(242,214,190); }
td.TdClassName
{
border-color: #F2D6BE;
}
.TagClassName
{
border-color: #F2D6BE;
}
</style>