Shades of Almond #F2DDCB
Tints of Almond #F2DDCB
RGB
CMYK
RGB Variations
Color information
#F2DDCB (or 0xF2DDCB) is known color: Almond. HEX triplet: F2, DD and CB. RGB value is (242,221,203). Sum of RGB (Red+Green+Blue) = 242+221+203=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 221 (86.72% from 255 or 33.18% from 666); Blue value is 203 (79.69% from 255 or 30.48% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDCB is #0D2234. Grayscale: #E1E1E1. Windows color (decimal): -860725 or 13360626. OLE color: 13360626.
HSL color Cylindrical-coordinate representation of color #F2DDCB: hue angle of 27.69º degrees, saturation: 0.6, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2DDCB is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 221 | 203 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.05 |
| HSL | 27.69º | 0.6% | 0.87% | - |
| HSV(B) | 27.69º | 0.16% | 0.95% | - |
| XYZ | 73.25 | 74.9 | 67.1 | - |
| YUV | 225.23 | 115.46 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 203 | 0 | 0.09 | 0.16 | 0.05 | 27.69 | 0.6 | 0.87 |
| Hex | F2 | DD | CB | 0 | 9 | 10 | 5 | 1C | 3C | 57 |
| Octal | 362 | 335 | 313 | 0 | 11 | 20 | 5 | 34 | 74 | 127 |
| Binary | 11110010 | 11011101 | 11001011 | 0 | 1001 | 10000 | 101 | 11100 | 111100 | 1010111 |
Color Harmonies of #F2DDCB
Complementary color
Monochromatic Colors of #F2DDCB
Black with #F2DDCB
Text Example
Text Example
White with #F2DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDCB; }
p { color: rgb(242,221,203); }
H1.HeaderClassName
{
color: #F2DDCB;
}
.AnyTagClassName
{
color: #F2DDCB;
}
</style>
background-color css
<style>
a { background-color: #F2DDCB; }
a { background-color: rgb(242,221,203); }
div.DivClassName
{
background-color: #F2DDCB;
}
.BgClassName
{
background-color: #F2DDCB;
}
</style>
border-color css
<style>
span { border-color: #F2DDCB; }
span { border-color: rgb(242,221,203); }
td.TdClassName
{
border-color: #F2DDCB;
}
.TagClassName
{
border-color: #F2DDCB;
}
</style>