Shades of Desert Sand #F3CBB2
Tints of Desert Sand #F3CBB2
RGB
CMYK
RGB Variations
Color information
#F3CBB2 (or 0xF3CBB2) is known color: Desert Sand. HEX triplet: F3, CB and B2. RGB value is (243,203,178). Sum of RGB (Red+Green+Blue) = 243+203+178=624 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.94% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CBB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CBB2 is #0C344D. Grayscale: #D4D4D4. Windows color (decimal): -799822 or 11717619. OLE color: 11717619.
HSL color Cylindrical-coordinate representation of color #F3CBB2: hue angle of 23.08º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F3CBB2 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 203 | 178 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.05 |
| HSL | 23.08º | 0.73% | 0.83% | - |
| HSV(B) | 23.08º | 0.27% | 0.95% | - |
| XYZ | 66.35 | 64.98 | 51.16 | - |
| YUV | 212.11 | 108.75 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 203 | 178 | 0 | 0.16 | 0.27 | 0.05 | 23.08 | 0.73 | 0.83 |
| Hex | F3 | CB | B2 | 0 | 10 | 1B | 5 | 17 | 49 | 53 |
| Octal | 363 | 313 | 262 | 0 | 20 | 33 | 5 | 27 | 111 | 123 |
| Binary | 11110011 | 11001011 | 10110010 | 0 | 10000 | 11011 | 101 | 10111 | 1001001 | 1010011 |
Color Harmonies of #F3CBB2
Complementary color
Monochromatic Colors of #F3CBB2
Black with #F3CBB2
Text Example
Text Example
White with #F3CBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CBB2; }
p { color: rgb(243,203,178); }
H1.HeaderClassName
{
color: #F3CBB2;
}
.AnyTagClassName
{
color: #F3CBB2;
}
</style>
background-color css
<style>
a { background-color: #F3CBB2; }
a { background-color: rgb(243,203,178); }
div.DivClassName
{
background-color: #F3CBB2;
}
.BgClassName
{
background-color: #F3CBB2;
}
</style>
border-color css
<style>
span { border-color: #F3CBB2; }
span { border-color: rgb(243,203,178); }
td.TdClassName
{
border-color: #F3CBB2;
}
.TagClassName
{
border-color: #F3CBB2;
}
</style>