Shades of Almond #F2DBCB
Tints of Almond #F2DBCB
RGB
CMYK
RGB Variations
Color information
#F2DBCB (or 0xF2DBCB) is known color: Almond. HEX triplet: F2, DB and CB. RGB value is (242,219,203). Sum of RGB (Red+Green+Blue) = 242+219+203=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 203 (79.69% from 255 or 30.57% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBCB is #0D2434. Grayscale: #E0E0E0. Windows color (decimal): -861237 or 13360114. OLE color: 13360114.
HSL color Cylindrical-coordinate representation of color #F2DBCB: hue angle of 24.62º 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 #F2DBCB is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 203 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.05 |
| HSL | 24.62º | 0.6% | 0.87% | - |
| HSV(B) | 24.62º | 0.16% | 0.95% | - |
| XYZ | 72.73 | 73.85 | 66.92 | - |
| YUV | 224.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 203 | 0 | 0.10 | 0.16 | 0.05 | 24.62 | 0.6 | 0.87 |
| Hex | F2 | DB | CB | 0 | A | 10 | 5 | 19 | 3C | 57 |
| Octal | 362 | 333 | 313 | 0 | 12 | 20 | 5 | 31 | 74 | 127 |
| Binary | 11110010 | 11011011 | 11001011 | 0 | 1010 | 10000 | 101 | 11001 | 111100 | 1010111 |
Color Harmonies of #F2DBCB
Complementary color
Monochromatic Colors of #F2DBCB
Black with #F2DBCB
Text Example
Text Example
White with #F2DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DBCB; }
p { color: rgb(242,219,203); }
H1.HeaderClassName
{
color: #F2DBCB;
}
.AnyTagClassName
{
color: #F2DBCB;
}
</style>
background-color css
<style>
a { background-color: #F2DBCB; }
a { background-color: rgb(242,219,203); }
div.DivClassName
{
background-color: #F2DBCB;
}
.BgClassName
{
background-color: #F2DBCB;
}
</style>
border-color css
<style>
span { border-color: #F2DBCB; }
span { border-color: rgb(242,219,203); }
td.TdClassName
{
border-color: #F2DBCB;
}
.TagClassName
{
border-color: #F2DBCB;
}
</style>