Shades of Almond #F2DCCB
Tints of Almond #F2DCCB
RGB
CMYK
RGB Variations
Color information
#F2DCCB (or 0xF2DCCB) is known color: Almond. HEX triplet: F2, DC and CB. RGB value is (242,220,203). Sum of RGB (Red+Green+Blue) = 242+220+203=665 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.39% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 203 (79.69% from 255 or 30.53% from 665); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCCB is #0D2334. Grayscale: #E0E0E0. Windows color (decimal): -860981 or 13360370. OLE color: 13360370.
HSL color Cylindrical-coordinate representation of color #F2DCCB: hue angle of 26.15º 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 #F2DCCB is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 203 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.05 |
| HSL | 26.15º | 0.6% | 0.87% | - |
| HSV(B) | 26.15º | 0.16% | 0.95% | - |
| XYZ | 72.99 | 74.38 | 67.01 | - |
| YUV | 224.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 203 | 0 | 0.09 | 0.16 | 0.05 | 26.15 | 0.6 | 0.87 |
| Hex | F2 | DC | CB | 0 | 9 | 10 | 5 | 1A | 3C | 57 |
| Octal | 362 | 334 | 313 | 0 | 11 | 20 | 5 | 32 | 74 | 127 |
| Binary | 11110010 | 11011100 | 11001011 | 0 | 1001 | 10000 | 101 | 11010 | 111100 | 1010111 |
Color Harmonies of #F2DCCB
Complementary color
Monochromatic Colors of #F2DCCB
Black with #F2DCCB
Text Example
Text Example
White with #F2DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCCB; }
p { color: rgb(242,220,203); }
H1.HeaderClassName
{
color: #F2DCCB;
}
.AnyTagClassName
{
color: #F2DCCB;
}
</style>
background-color css
<style>
a { background-color: #F2DCCB; }
a { background-color: rgb(242,220,203); }
div.DivClassName
{
background-color: #F2DCCB;
}
.BgClassName
{
background-color: #F2DCCB;
}
</style>
border-color css
<style>
span { border-color: #F2DCCB; }
span { border-color: rgb(242,220,203); }
td.TdClassName
{
border-color: #F2DCCB;
}
.TagClassName
{
border-color: #F2DCCB;
}
</style>