Shades of Desert Sand #F3CAB0
Tints of Desert Sand #F3CAB0
RGB
CMYK
RGB Variations
Color information
#F3CAB0 (or 0xF3CAB0) is known color: Desert Sand. HEX triplet: F3, CA and B0. RGB value is (243,202,176). Sum of RGB (Red+Green+Blue) = 243+202+176=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CAB0 is #0C354F. Grayscale: #D3D3D3. Windows color (decimal): -800080 or 11586291. OLE color: 11586291.
HSL color Cylindrical-coordinate representation of color #F3CAB0: hue angle of 23.28º 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 #F3CAB0 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 202 | 176 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.05 |
| HSL | 23.28º | 0.74% | 0.82% | - |
| HSV(B) | 23.28º | 0.28% | 0.95% | - |
| XYZ | 65.92 | 64.43 | 50.04 | - |
| YUV | 211.3 | 108.08 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 202 | 176 | 0 | 0.17 | 0.28 | 0.05 | 23.28 | 0.74 | 0.82 |
| Hex | F3 | CA | B0 | 0 | 11 | 1C | 5 | 17 | 4A | 52 |
| Octal | 363 | 312 | 260 | 0 | 21 | 34 | 5 | 27 | 112 | 122 |
| Binary | 11110011 | 11001010 | 10110000 | 0 | 10001 | 11100 | 101 | 10111 | 1001010 | 1010010 |
Color Harmonies of #F3CAB0
Complementary color
Monochromatic Colors of #F3CAB0
Black with #F3CAB0
Text Example
Text Example
White with #F3CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CAB0; }
p { color: rgb(243,202,176); }
H1.HeaderClassName
{
color: #F3CAB0;
}
.AnyTagClassName
{
color: #F3CAB0;
}
</style>
background-color css
<style>
a { background-color: #F3CAB0; }
a { background-color: rgb(243,202,176); }
div.DivClassName
{
background-color: #F3CAB0;
}
.BgClassName
{
background-color: #F3CAB0;
}
</style>
border-color css
<style>
span { border-color: #F3CAB0; }
span { border-color: rgb(243,202,176); }
td.TdClassName
{
border-color: #F3CAB0;
}
.TagClassName
{
border-color: #F3CAB0;
}
</style>