Shades of Desert Sand #F2C5AA
Tints of Desert Sand #F2C5AA
RGB
CMYK
RGB Variations
Color information
#F2C5AA (or 0xF2C5AA) is known color: Desert Sand. HEX triplet: F2, C5 and AA. RGB value is (242,197,170). Sum of RGB (Red+Green+Blue) = 242+197+170=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 197 (77.34% from 255 or 32.35% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C5AA is #0D3A55. Grayscale: #CFCFCF. Windows color (decimal): -866902 or 11191794. OLE color: 11191794.
HSL color Cylindrical-coordinate representation of color #F2C5AA: hue angle of 22.5º 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 #F2C5AA is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 197 | 170 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.05 |
| HSL | 22.5º | 0.73% | 0.81% | - |
| HSV(B) | 22.5º | 0.3% | 0.95% | - |
| XYZ | 63.84 | 61.71 | 46.58 | - |
| YUV | 207.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 197 | 170 | 0 | 0.19 | 0.30 | 0.05 | 22.5 | 0.73 | 0.81 |
| Hex | F2 | C5 | AA | 0 | 13 | 1E | 5 | 16 | 49 | 51 |
| Octal | 362 | 305 | 252 | 0 | 23 | 36 | 5 | 26 | 111 | 121 |
| Binary | 11110010 | 11000101 | 10101010 | 0 | 10011 | 11110 | 101 | 10110 | 1001001 | 1010001 |
Color Harmonies of #F2C5AA
Complementary color
Monochromatic Colors of #F2C5AA
Black with #F2C5AA
Text Example
Text Example
White with #F2C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C5AA; }
p { color: rgb(242,197,170); }
H1.HeaderClassName
{
color: #F2C5AA;
}
.AnyTagClassName
{
color: #F2C5AA;
}
</style>
background-color css
<style>
a { background-color: #F2C5AA; }
a { background-color: rgb(242,197,170); }
div.DivClassName
{
background-color: #F2C5AA;
}
.BgClassName
{
background-color: #F2C5AA;
}
</style>
border-color css
<style>
span { border-color: #F2C5AA; }
span { border-color: rgb(242,197,170); }
td.TdClassName
{
border-color: #F2C5AA;
}
.TagClassName
{
border-color: #F2C5AA;
}
</style>