Shades of Desert Sand #F0C8AC
Tints of Desert Sand #F0C8AC
RGB
CMYK
RGB Variations
Color information
#F0C8AC (or 0xF0C8AC) is known color: Desert Sand. HEX triplet: F0, C8 and AC. RGB value is (240,200,172). Sum of RGB (Red+Green+Blue) = 240+200+172=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 172 (67.58% from 255 or 28.10% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C8AC is #0F3753. Grayscale: #D0D0D0. Windows color (decimal): -997204 or 11323632. OLE color: 11323632.
HSL color Cylindrical-coordinate representation of color #F0C8AC: hue angle of 24.71º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0C8AC is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 200 | 172 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.06 |
| HSL | 24.71º | 0.69% | 0.81% | - |
| HSV(B) | 24.71º | 0.28% | 0.94% | - |
| XYZ | 64.04 | 62.81 | 47.78 | - |
| YUV | 208.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 200 | 172 | 0 | 0.17 | 0.28 | 0.06 | 24.71 | 0.69 | 0.81 |
| Hex | F0 | C8 | AC | 0 | 11 | 1C | 6 | 19 | 45 | 51 |
| Octal | 360 | 310 | 254 | 0 | 21 | 34 | 6 | 31 | 105 | 121 |
| Binary | 11110000 | 11001000 | 10101100 | 0 | 10001 | 11100 | 110 | 11001 | 1000101 | 1010001 |
Color Harmonies of #F0C8AC
Complementary color
Monochromatic Colors of #F0C8AC
Black with #F0C8AC
Text Example
Text Example
White with #F0C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C8AC; }
p { color: rgb(240,200,172); }
H1.HeaderClassName
{
color: #F0C8AC;
}
.AnyTagClassName
{
color: #F0C8AC;
}
</style>
background-color css
<style>
a { background-color: #F0C8AC; }
a { background-color: rgb(240,200,172); }
div.DivClassName
{
background-color: #F0C8AC;
}
.BgClassName
{
background-color: #F0C8AC;
}
</style>
border-color css
<style>
span { border-color: #F0C8AC; }
span { border-color: rgb(240,200,172); }
td.TdClassName
{
border-color: #F0C8AC;
}
.TagClassName
{
border-color: #F0C8AC;
}
</style>