Shades of Desert Sand #F3CBAC
Tints of Desert Sand #F3CBAC
RGB
CMYK
RGB Variations
Color information
#F3CBAC (or 0xF3CBAC) is known color: Desert Sand. HEX triplet: F3, CB and AC. RGB value is (243,203,172). Sum of RGB (Red+Green+Blue) = 243+203+172=618 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.32% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CBAC is #0C3453. Grayscale: #D3D3D3. Windows color (decimal): -799828 or 11324403. OLE color: 11324403.
HSL color Cylindrical-coordinate representation of color #F3CBAC: hue angle of 26.2º 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 #F3CBAC is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 172 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.05 |
| HSL | 26.2º | 0.75% | 0.81% | - |
| HSV(B) | 26.2º | 0.29% | 0.95% | - |
| XYZ | 65.76 | 64.75 | 48.06 | - |
| YUV | 211.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 172 | 0 | 0.16 | 0.29 | 0.05 | 26.2 | 0.75 | 0.81 |
| Hex | F3 | CB | AC | 0 | 10 | 1D | 5 | 1A | 4B | 51 |
| Octal | 363 | 313 | 254 | 0 | 20 | 35 | 5 | 32 | 113 | 121 |
| Binary | 11110011 | 11001011 | 10101100 | 0 | 10000 | 11101 | 101 | 11010 | 1001011 | 1010001 |
Color Harmonies of #F3CBAC
Complementary color
Monochromatic Colors of #F3CBAC
Black with #F3CBAC
Text Example
Text Example
White with #F3CBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBAC; }
p { color: rgb(243,203,172); }
H1.HeaderClassName
{
color: #F3CBAC;
}
.AnyTagClassName
{
color: #F3CBAC;
}
</style>
background-color css
<style>
a { background-color: #F3CBAC; }
a { background-color: rgb(243,203,172); }
div.DivClassName
{
background-color: #F3CBAC;
}
.BgClassName
{
background-color: #F3CBAC;
}
</style>
border-color css
<style>
span { border-color: #F3CBAC; }
span { border-color: rgb(243,203,172); }
td.TdClassName
{
border-color: #F3CBAC;
}
.TagClassName
{
border-color: #F3CBAC;
}
</style>