Shades of Desert Sand #F3C7AF
Tints of Desert Sand #F3C7AF
RGB
CMYK
RGB Variations
Color information
#F3C7AF (or 0xF3C7AF) is known color: Desert Sand. HEX triplet: F3, C7 and AF. RGB value is (243,199,175). Sum of RGB (Red+Green+Blue) = 243+199+175=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C7AF is #0C3850. Grayscale: #D1D1D1. Windows color (decimal): -800849 or 11519987. OLE color: 11519987.
HSL color Cylindrical-coordinate representation of color #F3C7AF: hue angle of 21.18º 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 #F3C7AF is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 199 | 175 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.05 |
| HSL | 21.18º | 0.74% | 0.82% | - |
| HSV(B) | 21.18º | 0.28% | 0.95% | - |
| XYZ | 65.12 | 63 | 49.28 | - |
| YUV | 209.42 | 108.58 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 199 | 175 | 0 | 0.18 | 0.28 | 0.05 | 21.18 | 0.74 | 0.82 |
| Hex | F3 | C7 | AF | 0 | 12 | 1C | 5 | 15 | 4A | 52 |
| Octal | 363 | 307 | 257 | 0 | 22 | 34 | 5 | 25 | 112 | 122 |
| Binary | 11110011 | 11000111 | 10101111 | 0 | 10010 | 11100 | 101 | 10101 | 1001010 | 1010010 |
Color Harmonies of #F3C7AF
Complementary color
Monochromatic Colors of #F3C7AF
Black with #F3C7AF
Text Example
Text Example
White with #F3C7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C7AF; }
p { color: rgb(243,199,175); }
H1.HeaderClassName
{
color: #F3C7AF;
}
.AnyTagClassName
{
color: #F3C7AF;
}
</style>
background-color css
<style>
a { background-color: #F3C7AF; }
a { background-color: rgb(243,199,175); }
div.DivClassName
{
background-color: #F3C7AF;
}
.BgClassName
{
background-color: #F3C7AF;
}
</style>
border-color css
<style>
span { border-color: #F3C7AF; }
span { border-color: rgb(243,199,175); }
td.TdClassName
{
border-color: #F3C7AF;
}
.TagClassName
{
border-color: #F3C7AF;
}
</style>