Shades of Desert Sand #F0C7B0
Tints of Desert Sand #F0C7B0
RGB
CMYK
RGB Variations
Color information
#F0C7B0 (or 0xF0C7B0) is known color: Desert Sand. HEX triplet: F0, C7 and B0. RGB value is (240,199,176). Sum of RGB (Red+Green+Blue) = 240+199+176=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C7B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0C7B0 is #0F384F. Grayscale: #D0D0D0. Windows color (decimal): -997456 or 11585520. OLE color: 11585520.
HSL color Cylindrical-coordinate representation of color #F0C7B0: hue angle of 21.56º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0C7B0 is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 199 | 176 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.06 |
| HSL | 21.56º | 0.68% | 0.82% | - |
| HSV(B) | 21.56º | 0.27% | 0.94% | - |
| XYZ | 64.2 | 62.51 | 49.76 | - |
| YUV | 208.64 | 109.58 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 199 | 176 | 0 | 0.17 | 0.27 | 0.06 | 21.56 | 0.68 | 0.82 |
| Hex | F0 | C7 | B0 | 0 | 11 | 1B | 6 | 16 | 44 | 52 |
| Octal | 360 | 307 | 260 | 0 | 21 | 33 | 6 | 26 | 104 | 122 |
| Binary | 11110000 | 11000111 | 10110000 | 0 | 10001 | 11011 | 110 | 10110 | 1000100 | 1010010 |
Color Harmonies of #F0C7B0
Complementary color
Monochromatic Colors of #F0C7B0
Black with #F0C7B0
Text Example
Text Example
White with #F0C7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C7B0; }
p { color: rgb(240,199,176); }
H1.HeaderClassName
{
color: #F0C7B0;
}
.AnyTagClassName
{
color: #F0C7B0;
}
</style>
background-color css
<style>
a { background-color: #F0C7B0; }
a { background-color: rgb(240,199,176); }
div.DivClassName
{
background-color: #F0C7B0;
}
.BgClassName
{
background-color: #F0C7B0;
}
</style>
border-color css
<style>
span { border-color: #F0C7B0; }
span { border-color: rgb(240,199,176); }
td.TdClassName
{
border-color: #F0C7B0;
}
.TagClassName
{
border-color: #F0C7B0;
}
</style>