Shades of Watusi #F1CBBC
Tints of Watusi #F1CBBC
RGB
CMYK
RGB Variations
Color information
#F1CBBC (or 0xF1CBBC) is known color: Watusi. HEX triplet: F1, CB and BC. RGB value is (241,203,188). Sum of RGB (Red+Green+Blue) = 241+203+188=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 203 (79.69% from 255 or 32.12% from 632); Blue value is 188 (73.83% from 255 or 29.75% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBBC is #0E3443. Grayscale: #D4D4D4. Windows color (decimal): -930884 or 12372977. OLE color: 12372977.
HSL color Cylindrical-coordinate representation of color #F1CBBC: hue angle of 16.98º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1CBBC is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 188 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.05 |
| HSL | 16.98º | 0.65% | 0.84% | - |
| HSV(B) | 16.98º | 0.22% | 0.95% | - |
| XYZ | 66.71 | 65.04 | 56.62 | - |
| YUV | 212.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 188 | 0 | 0.16 | 0.22 | 0.05 | 16.98 | 0.65 | 0.84 |
| Hex | F1 | CB | BC | 0 | 10 | 16 | 5 | 11 | 41 | 54 |
| Octal | 361 | 313 | 274 | 0 | 20 | 26 | 5 | 21 | 101 | 124 |
| Binary | 11110001 | 11001011 | 10111100 | 0 | 10000 | 10110 | 101 | 10001 | 1000001 | 1010100 |
Color Harmonies of #F1CBBC
Complementary color
Monochromatic Colors of #F1CBBC
Black with #F1CBBC
Text Example
Text Example
White with #F1CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBBC; }
p { color: rgb(241,203,188); }
H1.HeaderClassName
{
color: #F1CBBC;
}
.AnyTagClassName
{
color: #F1CBBC;
}
</style>
background-color css
<style>
a { background-color: #F1CBBC; }
a { background-color: rgb(241,203,188); }
div.DivClassName
{
background-color: #F1CBBC;
}
.BgClassName
{
background-color: #F1CBBC;
}
</style>
border-color css
<style>
span { border-color: #F1CBBC; }
span { border-color: rgb(241,203,188); }
td.TdClassName
{
border-color: #F1CBBC;
}
.TagClassName
{
border-color: #F1CBBC;
}
</style>