Shades of Desert Sand #F2CEAD
Tints of Desert Sand #F2CEAD
RGB
CMYK
RGB Variations
Color information
#F2CEAD (or 0xF2CEAD) is known color: Desert Sand. HEX triplet: F2, CE and AD. RGB value is (242,206,173). Sum of RGB (Red+Green+Blue) = 242+206+173=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CEAD is #0D3152. Grayscale: #D5D5D5. Windows color (decimal): -864595 or 11390706. OLE color: 11390706.
HSL color Cylindrical-coordinate representation of color #F2CEAD: hue angle of 28.7º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2CEAD is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 173 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.05 |
| HSL | 28.7º | 0.73% | 0.81% | - |
| HSV(B) | 28.7º | 0.29% | 0.95% | - |
| XYZ | 66.23 | 66.04 | 48.79 | - |
| YUV | 213 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 173 | 0 | 0.15 | 0.29 | 0.05 | 28.7 | 0.73 | 0.81 |
| Hex | F2 | CE | AD | 0 | F | 1D | 5 | 1D | 49 | 51 |
| Octal | 362 | 316 | 255 | 0 | 17 | 35 | 5 | 35 | 111 | 121 |
| Binary | 11110010 | 11001110 | 10101101 | 0 | 1111 | 11101 | 101 | 11101 | 1001001 | 1010001 |
Color Harmonies of #F2CEAD
Complementary color
Monochromatic Colors of #F2CEAD
Black with #F2CEAD
Text Example
Text Example
White with #F2CEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEAD; }
p { color: rgb(242,206,173); }
H1.HeaderClassName
{
color: #F2CEAD;
}
.AnyTagClassName
{
color: #F2CEAD;
}
</style>
background-color css
<style>
a { background-color: #F2CEAD; }
a { background-color: rgb(242,206,173); }
div.DivClassName
{
background-color: #F2CEAD;
}
.BgClassName
{
background-color: #F2CEAD;
}
</style>
border-color css
<style>
span { border-color: #F2CEAD; }
span { border-color: rgb(242,206,173); }
td.TdClassName
{
border-color: #F2CEAD;
}
.TagClassName
{
border-color: #F2CEAD;
}
</style>