Shades of Desert Sand #F0CEB0
Tints of Desert Sand #F0CEB0
RGB
CMYK
RGB Variations
Color information
#F0CEB0 (or 0xF0CEB0) is known color: Desert Sand. HEX triplet: F0, CE and B0. RGB value is (240,206,176). Sum of RGB (Red+Green+Blue) = 240+206+176=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CEB0 is #0F314F. Grayscale: #D4D4D4. Windows color (decimal): -995664 or 11587312. OLE color: 11587312.
HSL color Cylindrical-coordinate representation of color #F0CEB0: hue angle of 28.12º 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 #F0CEB0 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 176 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.06 |
| HSL | 28.13º | 0.68% | 0.82% | - |
| HSV(B) | 28.13º | 0.27% | 0.94% | - |
| XYZ | 65.84 | 65.8 | 50.31 | - |
| YUV | 212.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 176 | 0 | 0.14 | 0.27 | 0.06 | 28.13 | 0.68 | 0.82 |
| Hex | F0 | CE | B0 | 0 | E | 1B | 6 | 1C | 44 | 52 |
| Octal | 360 | 316 | 260 | 0 | 16 | 33 | 6 | 34 | 104 | 122 |
| Binary | 11110000 | 11001110 | 10110000 | 0 | 1110 | 11011 | 110 | 11100 | 1000100 | 1010010 |
Color Harmonies of #F0CEB0
Complementary color
Monochromatic Colors of #F0CEB0
Black with #F0CEB0
Text Example
Text Example
White with #F0CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEB0; }
p { color: rgb(240,206,176); }
H1.HeaderClassName
{
color: #F0CEB0;
}
.AnyTagClassName
{
color: #F0CEB0;
}
</style>
background-color css
<style>
a { background-color: #F0CEB0; }
a { background-color: rgb(240,206,176); }
div.DivClassName
{
background-color: #F0CEB0;
}
.BgClassName
{
background-color: #F0CEB0;
}
</style>
border-color css
<style>
span { border-color: #F0CEB0; }
span { border-color: rgb(240,206,176); }
td.TdClassName
{
border-color: #F0CEB0;
}
.TagClassName
{
border-color: #F0CEB0;
}
</style>