Shades of Desert Sand #F3C6AE
Tints of Desert Sand #F3C6AE
RGB
CMYK
RGB Variations
Color information
#F3C6AE (or 0xF3C6AE) is known color: Desert Sand. HEX triplet: F3, C6 and AE. RGB value is (243,198,174). Sum of RGB (Red+Green+Blue) = 243+198+174=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C6AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C6AE is #0C3951. Grayscale: #D0D0D0. Windows color (decimal): -801106 or 11454195. OLE color: 11454195.
HSL color Cylindrical-coordinate representation of color #F3C6AE: hue angle of 20.87º degrees, saturation: 0.74, 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 #F3C6AE is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 198 | 174 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.05 |
| HSL | 20.87º | 0.74% | 0.82% | - |
| HSV(B) | 20.87º | 0.28% | 0.95% | - |
| XYZ | 64.8 | 62.5 | 48.69 | - |
| YUV | 208.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 198 | 174 | 0 | 0.19 | 0.28 | 0.05 | 20.87 | 0.74 | 0.82 |
| Hex | F3 | C6 | AE | 0 | 13 | 1C | 5 | 15 | 4A | 52 |
| Octal | 363 | 306 | 256 | 0 | 23 | 34 | 5 | 25 | 112 | 122 |
| Binary | 11110011 | 11000110 | 10101110 | 0 | 10011 | 11100 | 101 | 10101 | 1001010 | 1010010 |
Color Harmonies of #F3C6AE
Complementary color
Monochromatic Colors of #F3C6AE
Black with #F3C6AE
Text Example
Text Example
White with #F3C6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C6AE; }
p { color: rgb(243,198,174); }
H1.HeaderClassName
{
color: #F3C6AE;
}
.AnyTagClassName
{
color: #F3C6AE;
}
</style>
background-color css
<style>
a { background-color: #F3C6AE; }
a { background-color: rgb(243,198,174); }
div.DivClassName
{
background-color: #F3C6AE;
}
.BgClassName
{
background-color: #F3C6AE;
}
</style>
border-color css
<style>
span { border-color: #F3C6AE; }
span { border-color: rgb(243,198,174); }
td.TdClassName
{
border-color: #F3C6AE;
}
.TagClassName
{
border-color: #F3C6AE;
}
</style>