Shades of Desert Sand #F3CFB0
Tints of Desert Sand #F3CFB0
RGB
CMYK
RGB Variations
Color information
#F3CFB0 (or 0xF3CFB0) is known color: Desert Sand. HEX triplet: F3, CF and B0. RGB value is (243,207,176). Sum of RGB (Red+Green+Blue) = 243+207+176=626 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.82% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 176 (69.14% from 255 or 28.12% from 626); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CFB0 is #0C304F. Grayscale: #D6D6D6. Windows color (decimal): -798800 or 11587571. OLE color: 11587571.
HSL color Cylindrical-coordinate representation of color #F3CFB0: hue angle of 27.76º 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 #F3CFB0 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 207 | 176 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.05 |
| HSL | 27.76º | 0.74% | 0.82% | - |
| HSV(B) | 27.76º | 0.28% | 0.95% | - |
| XYZ | 67.11 | 66.81 | 50.43 | - |
| YUV | 214.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 207 | 176 | 0 | 0.15 | 0.28 | 0.05 | 27.76 | 0.74 | 0.82 |
| Hex | F3 | CF | B0 | 0 | F | 1C | 5 | 1C | 4A | 52 |
| Octal | 363 | 317 | 260 | 0 | 17 | 34 | 5 | 34 | 112 | 122 |
| Binary | 11110011 | 11001111 | 10110000 | 0 | 1111 | 11100 | 101 | 11100 | 1001010 | 1010010 |
Color Harmonies of #F3CFB0
Complementary color
Monochromatic Colors of #F3CFB0
Black with #F3CFB0
Text Example
Text Example
White with #F3CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CFB0; }
p { color: rgb(243,207,176); }
H1.HeaderClassName
{
color: #F3CFB0;
}
.AnyTagClassName
{
color: #F3CFB0;
}
</style>
background-color css
<style>
a { background-color: #F3CFB0; }
a { background-color: rgb(243,207,176); }
div.DivClassName
{
background-color: #F3CFB0;
}
.BgClassName
{
background-color: #F3CFB0;
}
</style>
border-color css
<style>
span { border-color: #F3CFB0; }
span { border-color: rgb(243,207,176); }
td.TdClassName
{
border-color: #F3CFB0;
}
.TagClassName
{
border-color: #F3CFB0;
}
</style>