Shades of Desert Sand #F4C5AA
Tints of Desert Sand #F4C5AA
RGB
CMYK
RGB Variations
Color information
#F4C5AA (or 0xF4C5AA) is known color: Desert Sand. HEX triplet: F4, C5 and AA. RGB value is (244,197,170). Sum of RGB (Red+Green+Blue) = 244+197+170=611 (80% of max value = 765). Red value is 244 (95.70% from 255 or 39.93% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 244 - color contains mainly: red. Hex color #F4C5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4C5AA is #0B3A55. Grayscale: #D0D0D0. Windows color (decimal): -735830 or 11191796. OLE color: 11191796.
HSL color Cylindrical-coordinate representation of color #F4C5AA: hue angle of 21.89º 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 #F4C5AA is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 197 | 170 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.04 |
| HSL | 21.89º | 0.77% | 0.81% | - |
| HSV(B) | 21.89º | 0.3% | 0.96% | - |
| XYZ | 64.53 | 62.07 | 46.61 | - |
| YUV | 207.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 197 | 170 | 0 | 0.19 | 0.30 | 0.04 | 21.89 | 0.77 | 0.81 |
| Hex | F4 | C5 | AA | 0 | 13 | 1E | 4 | 16 | 4D | 51 |
| Octal | 364 | 305 | 252 | 0 | 23 | 36 | 4 | 26 | 115 | 121 |
| Binary | 11110100 | 11000101 | 10101010 | 0 | 10011 | 11110 | 100 | 10110 | 1001101 | 1010001 |
Color Harmonies of #F4C5AA
Complementary color
Monochromatic Colors of #F4C5AA
Black with #F4C5AA
Text Example
Text Example
White with #F4C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4C5AA; }
p { color: rgb(244,197,170); }
H1.HeaderClassName
{
color: #F4C5AA;
}
.AnyTagClassName
{
color: #F4C5AA;
}
</style>
background-color css
<style>
a { background-color: #F4C5AA; }
a { background-color: rgb(244,197,170); }
div.DivClassName
{
background-color: #F4C5AA;
}
.BgClassName
{
background-color: #F4C5AA;
}
</style>
border-color css
<style>
span { border-color: #F4C5AA; }
span { border-color: rgb(244,197,170); }
td.TdClassName
{
border-color: #F4C5AA;
}
.TagClassName
{
border-color: #F4C5AA;
}
</style>