Shades of Desert Sand #F2CEAF
Tints of Desert Sand #F2CEAF
RGB
CMYK
RGB Variations
Color information
#F2CEAF (or 0xF2CEAF) is known color: Desert Sand. HEX triplet: F2, CE and AF. RGB value is (242,206,175). Sum of RGB (Red+Green+Blue) = 242+206+175=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CEAF is #0D3150. Grayscale: #D5D5D5. Windows color (decimal): -864593 or 11521778. OLE color: 11521778.
HSL color Cylindrical-coordinate representation of color #F2CEAF: hue angle of 27.76º 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 #F2CEAF is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 206 | 175 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.05 |
| HSL | 27.76º | 0.72% | 0.82% | - |
| HSV(B) | 27.76º | 0.28% | 0.95% | - |
| XYZ | 66.43 | 66.12 | 49.82 | - |
| YUV | 213.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 206 | 175 | 0 | 0.15 | 0.28 | 0.05 | 27.76 | 0.72 | 0.82 |
| Hex | F2 | CE | AF | 0 | F | 1C | 5 | 1C | 48 | 52 |
| Octal | 362 | 316 | 257 | 0 | 17 | 34 | 5 | 34 | 110 | 122 |
| Binary | 11110010 | 11001110 | 10101111 | 0 | 1111 | 11100 | 101 | 11100 | 1001000 | 1010010 |
Color Harmonies of #F2CEAF
Complementary color
Monochromatic Colors of #F2CEAF
Black with #F2CEAF
Text Example
Text Example
White with #F2CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CEAF; }
p { color: rgb(242,206,175); }
H1.HeaderClassName
{
color: #F2CEAF;
}
.AnyTagClassName
{
color: #F2CEAF;
}
</style>
background-color css
<style>
a { background-color: #F2CEAF; }
a { background-color: rgb(242,206,175); }
div.DivClassName
{
background-color: #F2CEAF;
}
.BgClassName
{
background-color: #F2CEAF;
}
</style>
border-color css
<style>
span { border-color: #F2CEAF; }
span { border-color: rgb(242,206,175); }
td.TdClassName
{
border-color: #F2CEAF;
}
.TagClassName
{
border-color: #F2CEAF;
}
</style>