Shades of Desert Sand #F4C9AA
Tints of Desert Sand #F4C9AA
RGB
CMYK
RGB Variations
Color information
#F4C9AA (or 0xF4C9AA) is known color: Desert Sand. HEX triplet: F4, C9 and AA. RGB value is (244,201,170). Sum of RGB (Red+Green+Blue) = 244+201+170=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C9AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C9AA is #0B3655. Grayscale: #D2D2D2. Windows color (decimal): -734806 or 11192820. OLE color: 11192820.
HSL color Cylindrical-coordinate representation of color #F4C9AA: hue angle of 25.14º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F4C9AA is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 201 | 170 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.04 |
| HSL | 25.14º | 0.77% | 0.81% | - |
| HSV(B) | 25.14º | 0.3% | 0.96% | - |
| XYZ | 65.45 | 63.91 | 46.92 | - |
| YUV | 210.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 201 | 170 | 0 | 0.18 | 0.30 | 0.04 | 25.14 | 0.77 | 0.81 |
| Hex | F4 | C9 | AA | 0 | 12 | 1E | 4 | 19 | 4D | 51 |
| Octal | 364 | 311 | 252 | 0 | 22 | 36 | 4 | 31 | 115 | 121 |
| Binary | 11110100 | 11001001 | 10101010 | 0 | 10010 | 11110 | 100 | 11001 | 1001101 | 1010001 |
Color Harmonies of #F4C9AA
Complementary color
Monochromatic Colors of #F4C9AA
Black with #F4C9AA
Text Example
Text Example
White with #F4C9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C9AA; }
p { color: rgb(244,201,170); }
H1.HeaderClassName
{
color: #F4C9AA;
}
.AnyTagClassName
{
color: #F4C9AA;
}
</style>
background-color css
<style>
a { background-color: #F4C9AA; }
a { background-color: rgb(244,201,170); }
div.DivClassName
{
background-color: #F4C9AA;
}
.BgClassName
{
background-color: #F4C9AA;
}
</style>
border-color css
<style>
span { border-color: #F4C9AA; }
span { border-color: rgb(244,201,170); }
td.TdClassName
{
border-color: #F4C9AA;
}
.TagClassName
{
border-color: #F4C9AA;
}
</style>