Shades of Desert Sand #F0CFAE
Tints of Desert Sand #F0CFAE
RGB
CMYK
RGB Variations
Color information
#F0CFAE (or 0xF0CFAE) is known color: Desert Sand. HEX triplet: F0, CF and AE. RGB value is (240,207,174). Sum of RGB (Red+Green+Blue) = 240+207+174=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CFAE is #0F3051. Grayscale: #D5D5D5. Windows color (decimal): -995410 or 11456496. OLE color: 11456496.
HSL color Cylindrical-coordinate representation of color #F0CFAE: 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.27%. Process color model (Four color, CMYK) of #F0CFAE is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 207 | 174 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.06 |
| HSL | 30º | 0.69% | 0.81% | - |
| HSV(B) | 30º | 0.28% | 0.94% | - |
| XYZ | 65.89 | 66.21 | 49.35 | - |
| YUV | 213.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 207 | 174 | 0 | 0.14 | 0.28 | 0.06 | 30 | 0.69 | 0.81 |
| Hex | F0 | CF | AE | 0 | E | 1C | 6 | 1E | 45 | 51 |
| Octal | 360 | 317 | 256 | 0 | 16 | 34 | 6 | 36 | 105 | 121 |
| Binary | 11110000 | 11001111 | 10101110 | 0 | 1110 | 11100 | 110 | 11110 | 1000101 | 1010001 |
Color Harmonies of #F0CFAE
Complementary color
Monochromatic Colors of #F0CFAE
Black with #F0CFAE
Text Example
Text Example
White with #F0CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CFAE; }
p { color: rgb(240,207,174); }
H1.HeaderClassName
{
color: #F0CFAE;
}
.AnyTagClassName
{
color: #F0CFAE;
}
</style>
background-color css
<style>
a { background-color: #F0CFAE; }
a { background-color: rgb(240,207,174); }
div.DivClassName
{
background-color: #F0CFAE;
}
.BgClassName
{
background-color: #F0CFAE;
}
</style>
border-color css
<style>
span { border-color: #F0CFAE; }
span { border-color: rgb(240,207,174); }
td.TdClassName
{
border-color: #F0CFAE;
}
.TagClassName
{
border-color: #F0CFAE;
}
</style>