Shades of Almond #F2D6BD
Tints of Almond #F2D6BD
RGB
CMYK
RGB Variations
Color information
#F2D6BD (or 0xF2D6BD) is known color: Almond. HEX triplet: F2, D6 and BD. RGB value is (242,214,189). Sum of RGB (Red+Green+Blue) = 242+214+189=645 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.52% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D6BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D6BD is #0D2942. Grayscale: #DBDBDB. Windows color (decimal): -862531 or 12441330. OLE color: 12441330.
HSL color Cylindrical-coordinate representation of color #F2D6BD: hue angle of 28.3º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2D6BD is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 214 | 189 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.05 |
| HSL | 28.3º | 0.67% | 0.85% | - |
| HSV(B) | 28.3º | 0.22% | 0.95% | - |
| XYZ | 69.85 | 70.64 | 58.1 | - |
| YUV | 219.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 214 | 189 | 0 | 0.12 | 0.22 | 0.05 | 28.3 | 0.67 | 0.85 |
| Hex | F2 | D6 | BD | 0 | C | 16 | 5 | 1C | 43 | 55 |
| Octal | 362 | 326 | 275 | 0 | 14 | 26 | 5 | 34 | 103 | 125 |
| Binary | 11110010 | 11010110 | 10111101 | 0 | 1100 | 10110 | 101 | 11100 | 1000011 | 1010101 |
Color Harmonies of #F2D6BD
Complementary color
Monochromatic Colors of #F2D6BD
Black with #F2D6BD
Text Example
Text Example
White with #F2D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D6BD; }
p { color: rgb(242,214,189); }
H1.HeaderClassName
{
color: #F2D6BD;
}
.AnyTagClassName
{
color: #F2D6BD;
}
</style>
background-color css
<style>
a { background-color: #F2D6BD; }
a { background-color: rgb(242,214,189); }
div.DivClassName
{
background-color: #F2D6BD;
}
.BgClassName
{
background-color: #F2D6BD;
}
</style>
border-color css
<style>
span { border-color: #F2D6BD; }
span { border-color: rgb(242,214,189); }
td.TdClassName
{
border-color: #F2D6BD;
}
.TagClassName
{
border-color: #F2D6BD;
}
</style>