Shades of Almond #F2DCCC
Tints of Almond #F2DCCC
RGB
CMYK
RGB Variations
Color information
#F2DCCC (or 0xF2DCCC) is known color: Almond. HEX triplet: F2, DC and CC. RGB value is (242,220,204). Sum of RGB (Red+Green+Blue) = 242+220+204=666 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.34% from 666); Green value is 220 (86.33% from 255 or 33.03% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCCC is #0D2333. Grayscale: #E0E0E0. Windows color (decimal): -860980 or 13425906. OLE color: 13425906.
HSL color Cylindrical-coordinate representation of color #F2DCCC: hue angle of 25.26º degrees, saturation: 0.59, 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 #F2DCCC is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 204 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.05 |
| HSL | 25.26º | 0.59% | 0.87% | - |
| HSV(B) | 25.26º | 0.16% | 0.95% | - |
| XYZ | 73.11 | 74.42 | 67.64 | - |
| YUV | 224.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 204 | 0 | 0.09 | 0.16 | 0.05 | 25.26 | 0.59 | 0.87 |
| Hex | F2 | DC | CC | 0 | 9 | 10 | 5 | 19 | 3B | 57 |
| Octal | 362 | 334 | 314 | 0 | 11 | 20 | 5 | 31 | 73 | 127 |
| Binary | 11110010 | 11011100 | 11001100 | 0 | 1001 | 10000 | 101 | 11001 | 111011 | 1010111 |
Color Harmonies of #F2DCCC
Complementary color
Monochromatic Colors of #F2DCCC
Black with #F2DCCC
Text Example
Text Example
White with #F2DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCCC; }
p { color: rgb(242,220,204); }
H1.HeaderClassName
{
color: #F2DCCC;
}
.AnyTagClassName
{
color: #F2DCCC;
}
</style>
background-color css
<style>
a { background-color: #F2DCCC; }
a { background-color: rgb(242,220,204); }
div.DivClassName
{
background-color: #F2DCCC;
}
.BgClassName
{
background-color: #F2DCCC;
}
</style>
border-color css
<style>
span { border-color: #F2DCCC; }
span { border-color: rgb(242,220,204); }
td.TdClassName
{
border-color: #F2DCCC;
}
.TagClassName
{
border-color: #F2DCCC;
}
</style>