Shades of Desert Sand #F2CCAA
Tints of Desert Sand #F2CCAA
RGB
CMYK
RGB Variations
Color information
#F2CCAA (or 0xF2CCAA) is known color: Desert Sand. HEX triplet: F2, CC and AA. RGB value is (242,204,170). Sum of RGB (Red+Green+Blue) = 242+204+170=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CCAA is #0D3355. Grayscale: #D3D3D3. Windows color (decimal): -865110 or 11193586. OLE color: 11193586.
HSL color Cylindrical-coordinate representation of color #F2CCAA: hue angle of 28.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2CCAA is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 170 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.05 |
| HSL | 28.33º | 0.73% | 0.81% | - |
| HSV(B) | 28.33º | 0.3% | 0.95% | - |
| XYZ | 65.47 | 64.97 | 47.12 | - |
| YUV | 211.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 170 | 0 | 0.16 | 0.30 | 0.05 | 28.33 | 0.73 | 0.81 |
| Hex | F2 | CC | AA | 0 | 10 | 1E | 5 | 1C | 49 | 51 |
| Octal | 362 | 314 | 252 | 0 | 20 | 36 | 5 | 34 | 111 | 121 |
| Binary | 11110010 | 11001100 | 10101010 | 0 | 10000 | 11110 | 101 | 11100 | 1001001 | 1010001 |
Color Harmonies of #F2CCAA
Complementary color
Monochromatic Colors of #F2CCAA
Black with #F2CCAA
Text Example
Text Example
White with #F2CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCAA; }
p { color: rgb(242,204,170); }
H1.HeaderClassName
{
color: #F2CCAA;
}
.AnyTagClassName
{
color: #F2CCAA;
}
</style>
background-color css
<style>
a { background-color: #F2CCAA; }
a { background-color: rgb(242,204,170); }
div.DivClassName
{
background-color: #F2CCAA;
}
.BgClassName
{
background-color: #F2CCAA;
}
</style>
border-color css
<style>
span { border-color: #F2CCAA; }
span { border-color: rgb(242,204,170); }
td.TdClassName
{
border-color: #F2CCAA;
}
.TagClassName
{
border-color: #F2CCAA;
}
</style>