Shades of Almond #F2DCCA
Tints of Almond #F2DCCA
RGB
CMYK
RGB Variations
Color information
#F2DCCA (or 0xF2DCCA) is known color: Almond. HEX triplet: F2, DC and CA. RGB value is (242,220,202). Sum of RGB (Red+Green+Blue) = 242+220+202=664 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.45% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 202 (79.30% from 255 or 30.42% from 664); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCCA is #0D2335. Grayscale: #E0E0E0. Windows color (decimal): -860982 or 13294834. OLE color: 13294834.
HSL color Cylindrical-coordinate representation of color #F2DCCA: hue angle of 27º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2DCCA is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 202 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.05 |
| HSL | 27º | 0.61% | 0.87% | - |
| HSV(B) | 27º | 0.17% | 0.95% | - |
| XYZ | 72.87 | 74.33 | 66.38 | - |
| YUV | 224.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 202 | 0 | 0.09 | 0.17 | 0.05 | 27 | 0.61 | 0.87 |
| Hex | F2 | DC | CA | 0 | 9 | 11 | 5 | 1B | 3D | 57 |
| Octal | 362 | 334 | 312 | 0 | 11 | 21 | 5 | 33 | 75 | 127 |
| Binary | 11110010 | 11011100 | 11001010 | 0 | 1001 | 10001 | 101 | 11011 | 111101 | 1010111 |
Color Harmonies of #F2DCCA
Complementary color
Monochromatic Colors of #F2DCCA
Black with #F2DCCA
Text Example
Text Example
White with #F2DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCCA; }
p { color: rgb(242,220,202); }
H1.HeaderClassName
{
color: #F2DCCA;
}
.AnyTagClassName
{
color: #F2DCCA;
}
</style>
background-color css
<style>
a { background-color: #F2DCCA; }
a { background-color: rgb(242,220,202); }
div.DivClassName
{
background-color: #F2DCCA;
}
.BgClassName
{
background-color: #F2DCCA;
}
</style>
border-color css
<style>
span { border-color: #F2DCCA; }
span { border-color: rgb(242,220,202); }
td.TdClassName
{
border-color: #F2DCCA;
}
.TagClassName
{
border-color: #F2DCCA;
}
</style>