Shades of Desert Sand #F0CEB3
Tints of Desert Sand #F0CEB3
RGB
CMYK
RGB Variations
Color information
#F0CEB3 (or 0xF0CEB3) is known color: Desert Sand. HEX triplet: F0, CE and B3. RGB value is (240,206,179). Sum of RGB (Red+Green+Blue) = 240+206+179=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEB3 is #0F314C. Grayscale: #D5D5D5. Windows color (decimal): -995661 or 11783920. OLE color: 11783920.
HSL color Cylindrical-coordinate representation of color #F0CEB3: hue angle of 26.56º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F0CEB3 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 179 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.06 |
| HSL | 26.56º | 0.67% | 0.82% | - |
| HSV(B) | 26.56º | 0.25% | 0.94% | - |
| XYZ | 66.14 | 65.92 | 51.89 | - |
| YUV | 213.09 | 108.76 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 179 | 0 | 0.14 | 0.25 | 0.06 | 26.56 | 0.67 | 0.82 |
| Hex | F0 | CE | B3 | 0 | E | 19 | 6 | 1B | 43 | 52 |
| Octal | 360 | 316 | 263 | 0 | 16 | 31 | 6 | 33 | 103 | 122 |
| Binary | 11110000 | 11001110 | 10110011 | 0 | 1110 | 11001 | 110 | 11011 | 1000011 | 1010010 |
Color Harmonies of #F0CEB3
Complementary color
Monochromatic Colors of #F0CEB3
Black with #F0CEB3
Text Example
Text Example
White with #F0CEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEB3; }
p { color: rgb(240,206,179); }
H1.HeaderClassName
{
color: #F0CEB3;
}
.AnyTagClassName
{
color: #F0CEB3;
}
</style>
background-color css
<style>
a { background-color: #F0CEB3; }
a { background-color: rgb(240,206,179); }
div.DivClassName
{
background-color: #F0CEB3;
}
.BgClassName
{
background-color: #F0CEB3;
}
</style>
border-color css
<style>
span { border-color: #F0CEB3; }
span { border-color: rgb(240,206,179); }
td.TdClassName
{
border-color: #F0CEB3;
}
.TagClassName
{
border-color: #F0CEB3;
}
</style>