Shades of Desert Sand #F0CEAC
Tints of Desert Sand #F0CEAC
RGB
CMYK
RGB Variations
Color information
#F0CEAC (or 0xF0CEAC) is known color: Desert Sand. HEX triplet: F0, CE and AC. RGB value is (240,206,172). Sum of RGB (Red+Green+Blue) = 240+206+172=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CEAC is #0F3153. Grayscale: #D4D4D4. Windows color (decimal): -995668 or 11325168. OLE color: 11325168.
HSL color Cylindrical-coordinate representation of color #F0CEAC: hue angle of 30º 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 #F0CEAC is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 172 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.06 |
| HSL | 30º | 0.69% | 0.81% | - |
| HSV(B) | 30º | 0.28% | 0.94% | - |
| XYZ | 65.45 | 65.65 | 48.25 | - |
| YUV | 212.29 | 105.26 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 172 | 0 | 0.14 | 0.28 | 0.06 | 30 | 0.69 | 0.81 |
| Hex | F0 | CE | AC | 0 | E | 1C | 6 | 1E | 45 | 51 |
| Octal | 360 | 316 | 254 | 0 | 16 | 34 | 6 | 36 | 105 | 121 |
| Binary | 11110000 | 11001110 | 10101100 | 0 | 1110 | 11100 | 110 | 11110 | 1000101 | 1010001 |
Color Harmonies of #F0CEAC
Complementary color
Monochromatic Colors of #F0CEAC
Black with #F0CEAC
Text Example
Text Example
White with #F0CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEAC; }
p { color: rgb(240,206,172); }
H1.HeaderClassName
{
color: #F0CEAC;
}
.AnyTagClassName
{
color: #F0CEAC;
}
</style>
background-color css
<style>
a { background-color: #F0CEAC; }
a { background-color: rgb(240,206,172); }
div.DivClassName
{
background-color: #F0CEAC;
}
.BgClassName
{
background-color: #F0CEAC;
}
</style>
border-color css
<style>
span { border-color: #F0CEAC; }
span { border-color: rgb(240,206,172); }
td.TdClassName
{
border-color: #F0CEAC;
}
.TagClassName
{
border-color: #F0CEAC;
}
</style>