Shades of Desert Sand #F3C8AB
Tints of Desert Sand #F3C8AB
RGB
CMYK
RGB Variations
Color information
#F3C8AB (or 0xF3C8AB) is known color: Desert Sand. HEX triplet: F3, C8 and AB. RGB value is (243,200,171). Sum of RGB (Red+Green+Blue) = 243+200+171=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 171 (67.19% from 255 or 27.85% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C8AB is #0C3754. Grayscale: #D1D1D1. Windows color (decimal): -800597 or 11258099. OLE color: 11258099.
HSL color Cylindrical-coordinate representation of color #F3C8AB: hue angle of 24.17º 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 #F3C8AB is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 171 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.05 |
| HSL | 24.17º | 0.75% | 0.81% | - |
| HSV(B) | 24.17º | 0.3% | 0.95% | - |
| XYZ | 64.97 | 63.3 | 47.32 | - |
| YUV | 209.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 171 | 0 | 0.18 | 0.30 | 0.05 | 24.17 | 0.75 | 0.81 |
| Hex | F3 | C8 | AB | 0 | 12 | 1E | 5 | 18 | 4B | 51 |
| Octal | 363 | 310 | 253 | 0 | 22 | 36 | 5 | 30 | 113 | 121 |
| Binary | 11110011 | 11001000 | 10101011 | 0 | 10010 | 11110 | 101 | 11000 | 1001011 | 1010001 |
Color Harmonies of #F3C8AB
Complementary color
Monochromatic Colors of #F3C8AB
Black with #F3C8AB
Text Example
Text Example
White with #F3C8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C8AB; }
p { color: rgb(243,200,171); }
H1.HeaderClassName
{
color: #F3C8AB;
}
.AnyTagClassName
{
color: #F3C8AB;
}
</style>
background-color css
<style>
a { background-color: #F3C8AB; }
a { background-color: rgb(243,200,171); }
div.DivClassName
{
background-color: #F3C8AB;
}
.BgClassName
{
background-color: #F3C8AB;
}
</style>
border-color css
<style>
span { border-color: #F3C8AB; }
span { border-color: rgb(243,200,171); }
td.TdClassName
{
border-color: #F3C8AB;
}
.TagClassName
{
border-color: #F3C8AB;
}
</style>