Shades of Desert Sand #F3CBAF
Tints of Desert Sand #F3CBAF
RGB
CMYK
RGB Variations
Color information
#F3CBAF (or 0xF3CBAF) is known color: Desert Sand. HEX triplet: F3, CB and AF. RGB value is (243,203,175). Sum of RGB (Red+Green+Blue) = 243+203+175=621 (82% of max value = 765). Red value is 243 (95.31% from 255 or 39.13% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CBAF is #0C3450. Grayscale: #D3D3D3. Windows color (decimal): -799825 or 11521011. OLE color: 11521011.
HSL color Cylindrical-coordinate representation of color #F3CBAF: hue angle of 24.71º 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 #F3CBAF is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 175 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.05 |
| HSL | 24.71º | 0.74% | 0.82% | - |
| HSV(B) | 24.71º | 0.28% | 0.95% | - |
| XYZ | 66.06 | 64.86 | 49.6 | - |
| YUV | 211.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 175 | 0 | 0.16 | 0.28 | 0.05 | 24.71 | 0.74 | 0.82 |
| Hex | F3 | CB | AF | 0 | 10 | 1C | 5 | 19 | 4A | 52 |
| Octal | 363 | 313 | 257 | 0 | 20 | 34 | 5 | 31 | 112 | 122 |
| Binary | 11110011 | 11001011 | 10101111 | 0 | 10000 | 11100 | 101 | 11001 | 1001010 | 1010010 |
Color Harmonies of #F3CBAF
Complementary color
Monochromatic Colors of #F3CBAF
Black with #F3CBAF
Text Example
Text Example
White with #F3CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBAF; }
p { color: rgb(243,203,175); }
H1.HeaderClassName
{
color: #F3CBAF;
}
.AnyTagClassName
{
color: #F3CBAF;
}
</style>
background-color css
<style>
a { background-color: #F3CBAF; }
a { background-color: rgb(243,203,175); }
div.DivClassName
{
background-color: #F3CBAF;
}
.BgClassName
{
background-color: #F3CBAF;
}
</style>
border-color css
<style>
span { border-color: #F3CBAF; }
span { border-color: rgb(243,203,175); }
td.TdClassName
{
border-color: #F3CBAF;
}
.TagClassName
{
border-color: #F3CBAF;
}
</style>