Shades of Desert Sand #F2C9AE
Tints of Desert Sand #F2C9AE
RGB
CMYK
RGB Variations
Color information
#F2C9AE (or 0xF2C9AE) is known color: Desert Sand. HEX triplet: F2, C9 and AE. RGB value is (242,201,174). Sum of RGB (Red+Green+Blue) = 242+201+174=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 174 (68.36% from 255 or 28.20% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2C9AE is #0D3651. Grayscale: #D2D2D2. Windows color (decimal): -865874 or 11454962. OLE color: 11454962.
HSL color Cylindrical-coordinate representation of color #F2C9AE: hue angle of 23.82º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2C9AE is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 174 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.05 |
| HSL | 23.82º | 0.72% | 0.82% | - |
| HSV(B) | 23.82º | 0.28% | 0.95% | - |
| XYZ | 65.14 | 63.71 | 48.91 | - |
| YUV | 210.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 174 | 0 | 0.17 | 0.28 | 0.05 | 23.82 | 0.72 | 0.82 |
| Hex | F2 | C9 | AE | 0 | 11 | 1C | 5 | 18 | 48 | 52 |
| Octal | 362 | 311 | 256 | 0 | 21 | 34 | 5 | 30 | 110 | 122 |
| Binary | 11110010 | 11001001 | 10101110 | 0 | 10001 | 11100 | 101 | 11000 | 1001000 | 1010010 |
Color Harmonies of #F2C9AE
Complementary color
Monochromatic Colors of #F2C9AE
Black with #F2C9AE
Text Example
Text Example
White with #F2C9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C9AE; }
p { color: rgb(242,201,174); }
H1.HeaderClassName
{
color: #F2C9AE;
}
.AnyTagClassName
{
color: #F2C9AE;
}
</style>
background-color css
<style>
a { background-color: #F2C9AE; }
a { background-color: rgb(242,201,174); }
div.DivClassName
{
background-color: #F2C9AE;
}
.BgClassName
{
background-color: #F2C9AE;
}
</style>
border-color css
<style>
span { border-color: #F2C9AE; }
span { border-color: rgb(242,201,174); }
td.TdClassName
{
border-color: #F2C9AE;
}
.TagClassName
{
border-color: #F2C9AE;
}
</style>