Shades of Desert Sand #F3CBAB
Tints of Desert Sand #F3CBAB
RGB
CMYK
RGB Variations
Color information
#F3CBAB (or 0xF3CBAB) is known color: Desert Sand. HEX triplet: F3, CB and AB. RGB value is (243,203,171). Sum of RGB (Red+Green+Blue) = 243+203+171=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 171 (67.19% from 255 or 27.71% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CBAB is #0C3454. Grayscale: #D3D3D3. Windows color (decimal): -799829 or 11258867. OLE color: 11258867.
HSL color Cylindrical-coordinate representation of color #F3CBAB: hue angle of 26.67º 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 #F3CBAB is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 171 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.05 |
| HSL | 26.67º | 0.75% | 0.81% | - |
| HSV(B) | 26.67º | 0.3% | 0.95% | - |
| XYZ | 65.67 | 64.71 | 47.56 | - |
| YUV | 211.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 171 | 0 | 0.16 | 0.30 | 0.05 | 26.67 | 0.75 | 0.81 |
| Hex | F3 | CB | AB | 0 | 10 | 1E | 5 | 1B | 4B | 51 |
| Octal | 363 | 313 | 253 | 0 | 20 | 36 | 5 | 33 | 113 | 121 |
| Binary | 11110011 | 11001011 | 10101011 | 0 | 10000 | 11110 | 101 | 11011 | 1001011 | 1010001 |
Color Harmonies of #F3CBAB
Complementary color
Monochromatic Colors of #F3CBAB
Black with #F3CBAB
Text Example
Text Example
White with #F3CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBAB; }
p { color: rgb(243,203,171); }
H1.HeaderClassName
{
color: #F3CBAB;
}
.AnyTagClassName
{
color: #F3CBAB;
}
</style>
background-color css
<style>
a { background-color: #F3CBAB; }
a { background-color: rgb(243,203,171); }
div.DivClassName
{
background-color: #F3CBAB;
}
.BgClassName
{
background-color: #F3CBAB;
}
</style>
border-color css
<style>
span { border-color: #F3CBAB; }
span { border-color: rgb(243,203,171); }
td.TdClassName
{
border-color: #F3CBAB;
}
.TagClassName
{
border-color: #F3CBAB;
}
</style>