Shades of Desert Sand #F0CCAF
Tints of Desert Sand #F0CCAF
RGB
CMYK
RGB Variations
Color information
#F0CCAF (or 0xF0CCAF) is known color: Desert Sand. HEX triplet: F0, CC and AF. RGB value is (240,204,175). Sum of RGB (Red+Green+Blue) = 240+204+175=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 204 (80.08% from 255 or 32.96% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CCAF is #0F3350. Grayscale: #D3D3D3. Windows color (decimal): -996177 or 11521264. OLE color: 11521264.
HSL color Cylindrical-coordinate representation of color #F0CCAF: hue angle of 26.77º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0CCAF is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 175 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.06 |
| HSL | 26.77º | 0.68% | 0.81% | - |
| HSV(B) | 26.77º | 0.27% | 0.94% | - |
| XYZ | 65.27 | 64.81 | 49.63 | - |
| YUV | 211.46 | 107.43 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 175 | 0 | 0.15 | 0.27 | 0.06 | 26.77 | 0.68 | 0.81 |
| Hex | F0 | CC | AF | 0 | F | 1B | 6 | 1B | 44 | 51 |
| Octal | 360 | 314 | 257 | 0 | 17 | 33 | 6 | 33 | 104 | 121 |
| Binary | 11110000 | 11001100 | 10101111 | 0 | 1111 | 11011 | 110 | 11011 | 1000100 | 1010001 |
Color Harmonies of #F0CCAF
Complementary color
Monochromatic Colors of #F0CCAF
Black with #F0CCAF
Text Example
Text Example
White with #F0CCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCAF; }
p { color: rgb(240,204,175); }
H1.HeaderClassName
{
color: #F0CCAF;
}
.AnyTagClassName
{
color: #F0CCAF;
}
</style>
background-color css
<style>
a { background-color: #F0CCAF; }
a { background-color: rgb(240,204,175); }
div.DivClassName
{
background-color: #F0CCAF;
}
.BgClassName
{
background-color: #F0CCAF;
}
</style>
border-color css
<style>
span { border-color: #F0CCAF; }
span { border-color: rgb(240,204,175); }
td.TdClassName
{
border-color: #F0CCAF;
}
.TagClassName
{
border-color: #F0CCAF;
}
</style>