Shades of Desert Sand #F3C5AB
Tints of Desert Sand #F3C5AB
RGB
CMYK
RGB Variations
Color information
#F3C5AB (or 0xF3C5AB) is known color: Desert Sand. HEX triplet: F3, C5 and AB. RGB value is (243,197,171). Sum of RGB (Red+Green+Blue) = 243+197+171=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 197 (77.34% from 255 or 32.24% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C5AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C5AB is #0C3A54. Grayscale: #CFCFCF. Windows color (decimal): -801365 or 11257331. OLE color: 11257331.
HSL color Cylindrical-coordinate representation of color #F3C5AB: hue angle of 21.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3C5AB is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 197 | 171 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.05 |
| HSL | 21.67º | 0.75% | 0.81% | - |
| HSV(B) | 21.67º | 0.3% | 0.95% | - |
| XYZ | 64.28 | 61.93 | 47.09 | - |
| YUV | 207.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 197 | 171 | 0 | 0.19 | 0.30 | 0.05 | 21.67 | 0.75 | 0.81 |
| Hex | F3 | C5 | AB | 0 | 13 | 1E | 5 | 16 | 4B | 51 |
| Octal | 363 | 305 | 253 | 0 | 23 | 36 | 5 | 26 | 113 | 121 |
| Binary | 11110011 | 11000101 | 10101011 | 0 | 10011 | 11110 | 101 | 10110 | 1001011 | 1010001 |
Color Harmonies of #F3C5AB
Complementary color
Monochromatic Colors of #F3C5AB
Black with #F3C5AB
Text Example
Text Example
White with #F3C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C5AB; }
p { color: rgb(243,197,171); }
H1.HeaderClassName
{
color: #F3C5AB;
}
.AnyTagClassName
{
color: #F3C5AB;
}
</style>
background-color css
<style>
a { background-color: #F3C5AB; }
a { background-color: rgb(243,197,171); }
div.DivClassName
{
background-color: #F3C5AB;
}
.BgClassName
{
background-color: #F3C5AB;
}
</style>
border-color css
<style>
span { border-color: #F3C5AB; }
span { border-color: rgb(243,197,171); }
td.TdClassName
{
border-color: #F3C5AB;
}
.TagClassName
{
border-color: #F3C5AB;
}
</style>