Shades of Desert Sand #F1CCB2
Tints of Desert Sand #F1CCB2
RGB
CMYK
RGB Variations
Color information
#F1CCB2 (or 0xF1CCB2) is known color: Desert Sand. HEX triplet: F1, CC and B2. RGB value is (241,204,178). Sum of RGB (Red+Green+Blue) = 241+204+178=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 178 (69.92% from 255 or 28.57% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CCB2 is #0E334D. Grayscale: #D4D4D4. Windows color (decimal): -930638 or 11717873. OLE color: 11717873.
HSL color Cylindrical-coordinate representation of color #F1CCB2: hue angle of 24.76º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F1CCB2 is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 204 | 178 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.05 |
| HSL | 24.76º | 0.69% | 0.82% | - |
| HSV(B) | 24.76º | 0.26% | 0.95% | - |
| XYZ | 65.9 | 65.1 | 51.21 | - |
| YUV | 212.1 | 108.76 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 204 | 178 | 0 | 0.15 | 0.26 | 0.05 | 24.76 | 0.69 | 0.82 |
| Hex | F1 | CC | B2 | 0 | F | 1A | 5 | 19 | 45 | 52 |
| Octal | 361 | 314 | 262 | 0 | 17 | 32 | 5 | 31 | 105 | 122 |
| Binary | 11110001 | 11001100 | 10110010 | 0 | 1111 | 11010 | 101 | 11001 | 1000101 | 1010010 |
Color Harmonies of #F1CCB2
Complementary color
Monochromatic Colors of #F1CCB2
Black with #F1CCB2
Text Example
Text Example
White with #F1CCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CCB2; }
p { color: rgb(241,204,178); }
H1.HeaderClassName
{
color: #F1CCB2;
}
.AnyTagClassName
{
color: #F1CCB2;
}
</style>
background-color css
<style>
a { background-color: #F1CCB2; }
a { background-color: rgb(241,204,178); }
div.DivClassName
{
background-color: #F1CCB2;
}
.BgClassName
{
background-color: #F1CCB2;
}
</style>
border-color css
<style>
span { border-color: #F1CCB2; }
span { border-color: rgb(241,204,178); }
td.TdClassName
{
border-color: #F1CCB2;
}
.TagClassName
{
border-color: #F1CCB2;
}
</style>