Shades of Desert Sand #F0CAB0
Tints of Desert Sand #F0CAB0
RGB
CMYK
RGB Variations
Color information
#F0CAB0 (or 0xF0CAB0) is known color: Desert Sand. HEX triplet: F0, CA and B0. RGB value is (240,202,176). Sum of RGB (Red+Green+Blue) = 240+202+176=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 176 (69.14% from 255 or 28.48% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CAB0 is #0F354F. Grayscale: #D2D2D2. Windows color (decimal): -996688 or 11586288. OLE color: 11586288.
HSL color Cylindrical-coordinate representation of color #F0CAB0: hue angle of 24.38º 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 #F0CAB0 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 202 | 176 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.06 |
| HSL | 24.38º | 0.68% | 0.82% | - |
| HSV(B) | 24.38º | 0.27% | 0.94% | - |
| XYZ | 64.89 | 63.9 | 49.99 | - |
| YUV | 210.4 | 108.59 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 202 | 176 | 0 | 0.16 | 0.27 | 0.06 | 24.38 | 0.68 | 0.82 |
| Hex | F0 | CA | B0 | 0 | 10 | 1B | 6 | 18 | 44 | 52 |
| Octal | 360 | 312 | 260 | 0 | 20 | 33 | 6 | 30 | 104 | 122 |
| Binary | 11110000 | 11001010 | 10110000 | 0 | 10000 | 11011 | 110 | 11000 | 1000100 | 1010010 |
Color Harmonies of #F0CAB0
Complementary color
Monochromatic Colors of #F0CAB0
Black with #F0CAB0
Text Example
Text Example
White with #F0CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CAB0; }
p { color: rgb(240,202,176); }
H1.HeaderClassName
{
color: #F0CAB0;
}
.AnyTagClassName
{
color: #F0CAB0;
}
</style>
background-color css
<style>
a { background-color: #F0CAB0; }
a { background-color: rgb(240,202,176); }
div.DivClassName
{
background-color: #F0CAB0;
}
.BgClassName
{
background-color: #F0CAB0;
}
</style>
border-color css
<style>
span { border-color: #F0CAB0; }
span { border-color: rgb(240,202,176); }
td.TdClassName
{
border-color: #F0CAB0;
}
.TagClassName
{
border-color: #F0CAB0;
}
</style>