Shades of Desert Sand #F0CCAC
Tints of Desert Sand #F0CCAC
RGB
CMYK
RGB Variations
Color information
#F0CCAC (or 0xF0CCAC) is known color: Desert Sand. HEX triplet: F0, CC and AC. RGB value is (240,204,172). Sum of RGB (Red+Green+Blue) = 240+204+172=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CCAC is #0F3353. Grayscale: #D3D3D3. Windows color (decimal): -996180 or 11324656. OLE color: 11324656.
HSL color Cylindrical-coordinate representation of color #F0CCAC: hue angle of 28.24º 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 #F0CCAC is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 172 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.06 |
| HSL | 28.24º | 0.69% | 0.81% | - |
| HSV(B) | 28.24º | 0.28% | 0.94% | - |
| XYZ | 64.97 | 64.69 | 48.09 | - |
| YUV | 211.12 | 105.93 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 172 | 0 | 0.15 | 0.28 | 0.06 | 28.24 | 0.69 | 0.81 |
| Hex | F0 | CC | AC | 0 | F | 1C | 6 | 1C | 45 | 51 |
| Octal | 360 | 314 | 254 | 0 | 17 | 34 | 6 | 34 | 105 | 121 |
| Binary | 11110000 | 11001100 | 10101100 | 0 | 1111 | 11100 | 110 | 11100 | 1000101 | 1010001 |
Color Harmonies of #F0CCAC
Complementary color
Monochromatic Colors of #F0CCAC
Black with #F0CCAC
Text Example
Text Example
White with #F0CCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCAC; }
p { color: rgb(240,204,172); }
H1.HeaderClassName
{
color: #F0CCAC;
}
.AnyTagClassName
{
color: #F0CCAC;
}
</style>
background-color css
<style>
a { background-color: #F0CCAC; }
a { background-color: rgb(240,204,172); }
div.DivClassName
{
background-color: #F0CCAC;
}
.BgClassName
{
background-color: #F0CCAC;
}
</style>
border-color css
<style>
span { border-color: #F0CCAC; }
span { border-color: rgb(240,204,172); }
td.TdClassName
{
border-color: #F0CCAC;
}
.TagClassName
{
border-color: #F0CCAC;
}
</style>