Shades of Desert Sand #F3C9A9
Tints of Desert Sand #F3C9A9
RGB
CMYK
RGB Variations
Color information
#F3C9A9 (or 0xF3C9A9) is known color: Desert Sand. HEX triplet: F3, C9 and A9. RGB value is (243,201,169). Sum of RGB (Red+Green+Blue) = 243+201+169=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 201 (78.91% from 255 or 32.79% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3C9A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3C9A9 is #0C3656. Grayscale: #D2D2D2. Windows color (decimal): -800343 or 11127283. OLE color: 11127283.
HSL color Cylindrical-coordinate representation of color #F3C9A9: hue angle of 25.95º degrees, saturation: 0.76, 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 #F3C9A9 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 201 | 169 | - |
| CMYK | 0 | 0.17 | 0.30 | 0.05 |
| HSL | 25.95º | 0.76% | 0.81% | - |
| HSV(B) | 25.95º | 0.3% | 0.95% | - |
| XYZ | 65.01 | 63.69 | 46.4 | - |
| YUV | 209.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 201 | 169 | 0 | 0.17 | 0.30 | 0.05 | 25.95 | 0.76 | 0.81 |
| Hex | F3 | C9 | A9 | 0 | 11 | 1E | 5 | 1A | 4C | 51 |
| Octal | 363 | 311 | 251 | 0 | 21 | 36 | 5 | 32 | 114 | 121 |
| Binary | 11110011 | 11001001 | 10101001 | 0 | 10001 | 11110 | 101 | 11010 | 1001100 | 1010001 |
Color Harmonies of #F3C9A9
Complementary color
Monochromatic Colors of #F3C9A9
Black with #F3C9A9
Text Example
Text Example
White with #F3C9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3C9A9; }
p { color: rgb(243,201,169); }
H1.HeaderClassName
{
color: #F3C9A9;
}
.AnyTagClassName
{
color: #F3C9A9;
}
</style>
background-color css
<style>
a { background-color: #F3C9A9; }
a { background-color: rgb(243,201,169); }
div.DivClassName
{
background-color: #F3C9A9;
}
.BgClassName
{
background-color: #F3C9A9;
}
</style>
border-color css
<style>
span { border-color: #F3C9A9; }
span { border-color: rgb(243,201,169); }
td.TdClassName
{
border-color: #F3C9A9;
}
.TagClassName
{
border-color: #F3C9A9;
}
</style>