Shades of Desert Sand #F3CCB2
Tints of Desert Sand #F3CCB2
RGB
CMYK
RGB Variations
Color information
#F3CCB2 (or 0xF3CCB2) is known color: Desert Sand. HEX triplet: F3, CC and B2. RGB value is (243,204,178). Sum of RGB (Red+Green+Blue) = 243+204+178=625 (82% of max value = 765). Red value is 243 (95.31% from 255 or 38.88% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 178 (69.92% from 255 or 28.48% from 625); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3CCB2 is #0C334D. Grayscale: #D4D4D4. Windows color (decimal): -799566 or 11717875. OLE color: 11717875.
HSL color Cylindrical-coordinate representation of color #F3CCB2: hue angle of 24º 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 #F3CCB2 is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 204 | 178 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.05 |
| HSL | 24º | 0.73% | 0.83% | - |
| HSV(B) | 24º | 0.27% | 0.95% | - |
| XYZ | 66.59 | 65.45 | 51.24 | - |
| YUV | 212.7 | 108.42 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 204 | 178 | 0 | 0.16 | 0.27 | 0.05 | 24 | 0.73 | 0.83 |
| Hex | F3 | CC | B2 | 0 | 10 | 1B | 5 | 18 | 49 | 53 |
| Octal | 363 | 314 | 262 | 0 | 20 | 33 | 5 | 30 | 111 | 123 |
| Binary | 11110011 | 11001100 | 10110010 | 0 | 10000 | 11011 | 101 | 11000 | 1001001 | 1010011 |
Color Harmonies of #F3CCB2
Complementary color
Monochromatic Colors of #F3CCB2
Black with #F3CCB2
Text Example
Text Example
White with #F3CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3CCB2; }
p { color: rgb(243,204,178); }
H1.HeaderClassName
{
color: #F3CCB2;
}
.AnyTagClassName
{
color: #F3CCB2;
}
</style>
background-color css
<style>
a { background-color: #F3CCB2; }
a { background-color: rgb(243,204,178); }
div.DivClassName
{
background-color: #F3CCB2;
}
.BgClassName
{
background-color: #F3CCB2;
}
</style>
border-color css
<style>
span { border-color: #F3CCB2; }
span { border-color: rgb(243,204,178); }
td.TdClassName
{
border-color: #F3CCB2;
}
.TagClassName
{
border-color: #F3CCB2;
}
</style>