Shades of Almond #F2D5BD
Tints of Almond #F2D5BD
RGB
CMYK
RGB Variations
Color information
#F2D5BD (or 0xF2D5BD) is known color: Almond. HEX triplet: F2, D5 and BD. RGB value is (242,213,189). Sum of RGB (Red+Green+Blue) = 242+213+189=644 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.58% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D5BD is #0D2A42. Grayscale: #DBDBDB. Windows color (decimal): -862787 or 12441074. OLE color: 12441074.
HSL color Cylindrical-coordinate representation of color #F2D5BD: hue angle of 27.17º 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 #F2D5BD is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 213 | 189 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.05 |
| HSL | 27.17º | 0.67% | 0.85% | - |
| HSV(B) | 27.17º | 0.22% | 0.95% | - |
| XYZ | 69.6 | 70.14 | 58.01 | - |
| YUV | 218.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 189 | 0 | 0.12 | 0.22 | 0.05 | 27.17 | 0.67 | 0.85 |
| Hex | F2 | D5 | BD | 0 | C | 16 | 5 | 1B | 43 | 55 |
| Octal | 362 | 325 | 275 | 0 | 14 | 26 | 5 | 33 | 103 | 125 |
| Binary | 11110010 | 11010101 | 10111101 | 0 | 1100 | 10110 | 101 | 11011 | 1000011 | 1010101 |
Color Harmonies of #F2D5BD
Complementary color
Monochromatic Colors of #F2D5BD
Black with #F2D5BD
Text Example
Text Example
White with #F2D5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D5BD; }
p { color: rgb(242,213,189); }
H1.HeaderClassName
{
color: #F2D5BD;
}
.AnyTagClassName
{
color: #F2D5BD;
}
</style>
background-color css
<style>
a { background-color: #F2D5BD; }
a { background-color: rgb(242,213,189); }
div.DivClassName
{
background-color: #F2D5BD;
}
.BgClassName
{
background-color: #F2D5BD;
}
</style>
border-color css
<style>
span { border-color: #F2D5BD; }
span { border-color: rgb(242,213,189); }
td.TdClassName
{
border-color: #F2D5BD;
}
.TagClassName
{
border-color: #F2D5BD;
}
</style>