Shades of Desert Sand #F5C8AD
Tints of Desert Sand #F5C8AD
RGB
CMYK
RGB Variations
Color information
#F5C8AD (or 0xF5C8AD) is known color: Desert Sand. HEX triplet: F5, C8 and AD. RGB value is (245,200,173). Sum of RGB (Red+Green+Blue) = 245+200+173=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C8AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5C8AD is #0A3752. Grayscale: #D2D2D2. Windows color (decimal): -669523 or 11389173. OLE color: 11389173.
HSL color Cylindrical-coordinate representation of color #F5C8AD: hue angle of 22.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5C8AD is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 200 | 173 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.04 |
| HSL | 22.5º | 0.78% | 0.82% | - |
| HSV(B) | 22.5º | 0.29% | 0.96% | - |
| XYZ | 65.85 | 63.74 | 48.37 | - |
| YUV | 210.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 200 | 173 | 0 | 0.18 | 0.29 | 0.04 | 22.5 | 0.78 | 0.82 |
| Hex | F5 | C8 | AD | 0 | 12 | 1D | 4 | 16 | 4E | 52 |
| Octal | 365 | 310 | 255 | 0 | 22 | 35 | 4 | 26 | 116 | 122 |
| Binary | 11110101 | 11001000 | 10101101 | 0 | 10010 | 11101 | 100 | 10110 | 1001110 | 1010010 |
Color Harmonies of #F5C8AD
Complementary color
Monochromatic Colors of #F5C8AD
Black with #F5C8AD
Text Example
Text Example
White with #F5C8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5C8AD; }
p { color: rgb(245,200,173); }
H1.HeaderClassName
{
color: #F5C8AD;
}
.AnyTagClassName
{
color: #F5C8AD;
}
</style>
background-color css
<style>
a { background-color: #F5C8AD; }
a { background-color: rgb(245,200,173); }
div.DivClassName
{
background-color: #F5C8AD;
}
.BgClassName
{
background-color: #F5C8AD;
}
</style>
border-color css
<style>
span { border-color: #F5C8AD; }
span { border-color: rgb(245,200,173); }
td.TdClassName
{
border-color: #F5C8AD;
}
.TagClassName
{
border-color: #F5C8AD;
}
</style>