Shades of Desert Sand #F0CCAB
Tints of Desert Sand #F0CCAB
RGB
CMYK
RGB Variations
Color information
#F0CCAB (or 0xF0CCAB) is known color: Desert Sand. HEX triplet: F0, CC and AB. RGB value is (240,204,171). Sum of RGB (Red+Green+Blue) = 240+204+171=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CCAB is #0F3354. Grayscale: #D3D3D3. Windows color (decimal): -996181 or 11259120. OLE color: 11259120.
HSL color Cylindrical-coordinate representation of color #F0CCAB: hue angle of 28.7º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0CCAB is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 171 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.06 |
| HSL | 28.7º | 0.7% | 0.81% | - |
| HSV(B) | 28.7º | 0.29% | 0.94% | - |
| XYZ | 64.88 | 64.65 | 47.59 | - |
| YUV | 211 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 171 | 0 | 0.15 | 0.29 | 0.06 | 28.7 | 0.7 | 0.81 |
| Hex | F0 | CC | AB | 0 | F | 1D | 6 | 1D | 46 | 51 |
| Octal | 360 | 314 | 253 | 0 | 17 | 35 | 6 | 35 | 106 | 121 |
| Binary | 11110000 | 11001100 | 10101011 | 0 | 1111 | 11101 | 110 | 11101 | 1000110 | 1010001 |
Color Harmonies of #F0CCAB
Complementary color
Monochromatic Colors of #F0CCAB
Black with #F0CCAB
Text Example
Text Example
White with #F0CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCAB; }
p { color: rgb(240,204,171); }
H1.HeaderClassName
{
color: #F0CCAB;
}
.AnyTagClassName
{
color: #F0CCAB;
}
</style>
background-color css
<style>
a { background-color: #F0CCAB; }
a { background-color: rgb(240,204,171); }
div.DivClassName
{
background-color: #F0CCAB;
}
.BgClassName
{
background-color: #F0CCAB;
}
</style>
border-color css
<style>
span { border-color: #F0CCAB; }
span { border-color: rgb(240,204,171); }
td.TdClassName
{
border-color: #F0CCAB;
}
.TagClassName
{
border-color: #F0CCAB;
}
</style>