Shades of Desert Sand #F3CBA9
Tints of Desert Sand #F3CBA9
RGB
CMYK
RGB Variations
Color information
#F3CBA9 (or 0xF3CBA9) is known color: Desert Sand. HEX triplet: F3, CB and A9. RGB value is (243,203,169). Sum of RGB (Red+Green+Blue) = 243+203+169=615 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.51% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 169 (66.41% from 255 or 27.48% from 615); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CBA9 is #0C3456. Grayscale: #D3D3D3. Windows color (decimal): -799831 or 11127795. OLE color: 11127795.
HSL color Cylindrical-coordinate representation of color #F3CBA9: hue angle of 27.57º 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 #F3CBA9 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 169 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.05 |
| HSL | 27.57º | 0.76% | 0.81% | - |
| HSV(B) | 27.57º | 0.3% | 0.95% | - |
| XYZ | 65.48 | 64.63 | 46.56 | - |
| YUV | 211.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 169 | 0 | 0.16 | 0.30 | 0.05 | 27.57 | 0.76 | 0.81 |
| Hex | F3 | CB | A9 | 0 | 10 | 1E | 5 | 1C | 4C | 51 |
| Octal | 363 | 313 | 251 | 0 | 20 | 36 | 5 | 34 | 114 | 121 |
| Binary | 11110011 | 11001011 | 10101001 | 0 | 10000 | 11110 | 101 | 11100 | 1001100 | 1010001 |
Color Harmonies of #F3CBA9
Complementary color
Monochromatic Colors of #F3CBA9
Black with #F3CBA9
Text Example
Text Example
White with #F3CBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBA9; }
p { color: rgb(243,203,169); }
H1.HeaderClassName
{
color: #F3CBA9;
}
.AnyTagClassName
{
color: #F3CBA9;
}
</style>
background-color css
<style>
a { background-color: #F3CBA9; }
a { background-color: rgb(243,203,169); }
div.DivClassName
{
background-color: #F3CBA9;
}
.BgClassName
{
background-color: #F3CBA9;
}
</style>
border-color css
<style>
span { border-color: #F3CBA9; }
span { border-color: rgb(243,203,169); }
td.TdClassName
{
border-color: #F3CBA9;
}
.TagClassName
{
border-color: #F3CBA9;
}
</style>