Shades of Desert Sand #F2CFAE
Tints of Desert Sand #F2CFAE
RGB
CMYK
RGB Variations
Color information
#F2CFAE (or 0xF2CFAE) is known color: Desert Sand. HEX triplet: F2, CF and AE. RGB value is (242,207,174). Sum of RGB (Red+Green+Blue) = 242+207+174=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 207 (81.25% from 255 or 33.23% from 623); Blue value is 174 (68.36% from 255 or 27.93% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CFAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CFAE is #0D3051. Grayscale: #D5D5D5. Windows color (decimal): -864338 or 11456498. OLE color: 11456498.
HSL color Cylindrical-coordinate representation of color #F2CFAE: hue angle of 29.12º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2CFAE is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 207 | 174 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.05 |
| HSL | 29.12º | 0.72% | 0.82% | - |
| HSV(B) | 29.12º | 0.28% | 0.95% | - |
| XYZ | 66.57 | 66.56 | 49.38 | - |
| YUV | 213.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 207 | 174 | 0 | 0.14 | 0.28 | 0.05 | 29.12 | 0.72 | 0.82 |
| Hex | F2 | CF | AE | 0 | E | 1C | 5 | 1D | 48 | 52 |
| Octal | 362 | 317 | 256 | 0 | 16 | 34 | 5 | 35 | 110 | 122 |
| Binary | 11110010 | 11001111 | 10101110 | 0 | 1110 | 11100 | 101 | 11101 | 1001000 | 1010010 |
Color Harmonies of #F2CFAE
Complementary color
Monochromatic Colors of #F2CFAE
Black with #F2CFAE
Text Example
Text Example
White with #F2CFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CFAE; }
p { color: rgb(242,207,174); }
H1.HeaderClassName
{
color: #F2CFAE;
}
.AnyTagClassName
{
color: #F2CFAE;
}
</style>
background-color css
<style>
a { background-color: #F2CFAE; }
a { background-color: rgb(242,207,174); }
div.DivClassName
{
background-color: #F2CFAE;
}
.BgClassName
{
background-color: #F2CFAE;
}
</style>
border-color css
<style>
span { border-color: #F2CFAE; }
span { border-color: rgb(242,207,174); }
td.TdClassName
{
border-color: #F2CFAE;
}
.TagClassName
{
border-color: #F2CFAE;
}
</style>