Shades of Desert Sand #F3C8AC
Tints of Desert Sand #F3C8AC
RGB
CMYK
RGB Variations
Color information
#F3C8AC (or 0xF3C8AC) is known color: Desert Sand. HEX triplet: F3, C8 and AC. RGB value is (243,200,172). Sum of RGB (Red+Green+Blue) = 243+200+172=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C8AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C8AC is #0C3753. Grayscale: #D1D1D1. Windows color (decimal): -800596 or 11323635. OLE color: 11323635.
HSL color Cylindrical-coordinate representation of color #F3C8AC: hue angle of 23.66º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F3C8AC is Cyan = 0, Magento = 0.18, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 200 | 172 | - |
| CMYK | 0 | 0.18 | 0.29 | 0.05 |
| HSL | 23.66º | 0.75% | 0.81% | - |
| HSV(B) | 23.66º | 0.29% | 0.95% | - |
| XYZ | 65.06 | 63.34 | 47.83 | - |
| YUV | 209.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 200 | 172 | 0 | 0.18 | 0.29 | 0.05 | 23.66 | 0.75 | 0.81 |
| Hex | F3 | C8 | AC | 0 | 12 | 1D | 5 | 18 | 4B | 51 |
| Octal | 363 | 310 | 254 | 0 | 22 | 35 | 5 | 30 | 113 | 121 |
| Binary | 11110011 | 11001000 | 10101100 | 0 | 10010 | 11101 | 101 | 11000 | 1001011 | 1010001 |
Color Harmonies of #F3C8AC
Complementary color
Monochromatic Colors of #F3C8AC
Black with #F3C8AC
Text Example
Text Example
White with #F3C8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C8AC; }
p { color: rgb(243,200,172); }
H1.HeaderClassName
{
color: #F3C8AC;
}
.AnyTagClassName
{
color: #F3C8AC;
}
</style>
background-color css
<style>
a { background-color: #F3C8AC; }
a { background-color: rgb(243,200,172); }
div.DivClassName
{
background-color: #F3C8AC;
}
.BgClassName
{
background-color: #F3C8AC;
}
</style>
border-color css
<style>
span { border-color: #F3C8AC; }
span { border-color: rgb(243,200,172); }
td.TdClassName
{
border-color: #F3C8AC;
}
.TagClassName
{
border-color: #F3C8AC;
}
</style>