Shades of Desert Sand #F2C8AA
Tints of Desert Sand #F2C8AA
RGB
CMYK
RGB Variations
Color information
#F2C8AA (or 0xF2C8AA) is known color: Desert Sand. HEX triplet: F2, C8 and AA. RGB value is (242,200,170). Sum of RGB (Red+Green+Blue) = 242+200+170=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C8AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C8AA is #0D3755. Grayscale: #D1D1D1. Windows color (decimal): -866134 or 11192562. OLE color: 11192562.
HSL color Cylindrical-coordinate representation of color #F2C8AA: hue angle of 25º 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 #F2C8AA is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 200 | 170 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.05 |
| HSL | 25º | 0.73% | 0.81% | - |
| HSV(B) | 25º | 0.3% | 0.95% | - |
| XYZ | 64.53 | 63.09 | 46.81 | - |
| YUV | 209.14 | 105.91 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 200 | 170 | 0 | 0.17 | 0.30 | 0.05 | 25 | 0.73 | 0.81 |
| Hex | F2 | C8 | AA | 0 | 11 | 1E | 5 | 19 | 49 | 51 |
| Octal | 362 | 310 | 252 | 0 | 21 | 36 | 5 | 31 | 111 | 121 |
| Binary | 11110010 | 11001000 | 10101010 | 0 | 10001 | 11110 | 101 | 11001 | 1001001 | 1010001 |
Color Harmonies of #F2C8AA
Complementary color
Monochromatic Colors of #F2C8AA
Black with #F2C8AA
Text Example
Text Example
White with #F2C8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C8AA; }
p { color: rgb(242,200,170); }
H1.HeaderClassName
{
color: #F2C8AA;
}
.AnyTagClassName
{
color: #F2C8AA;
}
</style>
background-color css
<style>
a { background-color: #F2C8AA; }
a { background-color: rgb(242,200,170); }
div.DivClassName
{
background-color: #F2C8AA;
}
.BgClassName
{
background-color: #F2C8AA;
}
</style>
border-color css
<style>
span { border-color: #F2C8AA; }
span { border-color: rgb(242,200,170); }
td.TdClassName
{
border-color: #F2C8AA;
}
.TagClassName
{
border-color: #F2C8AA;
}
</style>