Shades of Watusi #F1CBBF
Tints of Watusi #F1CBBF
RGB
CMYK
RGB Variations
Color information
#F1CBBF (or 0xF1CBBF) is known color: Watusi. HEX triplet: F1, CB and BF. RGB value is (241,203,191). Sum of RGB (Red+Green+Blue) = 241+203+191=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBBF is #0E3440. Grayscale: #D5D5D5. Windows color (decimal): -930881 or 12569585. OLE color: 12569585.
HSL color Cylindrical-coordinate representation of color #F1CBBF: hue angle of 14.4º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F1CBBF is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 203 | 191 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.05 |
| HSL | 14.4º | 0.64% | 0.85% | - |
| HSV(B) | 14.4º | 0.21% | 0.95% | - |
| XYZ | 67.04 | 65.17 | 58.34 | - |
| YUV | 212.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 203 | 191 | 0 | 0.16 | 0.21 | 0.05 | 14.4 | 0.64 | 0.85 |
| Hex | F1 | CB | BF | 0 | 10 | 15 | 5 | E | 40 | 55 |
| Octal | 361 | 313 | 277 | 0 | 20 | 25 | 5 | 16 | 100 | 125 |
| Binary | 11110001 | 11001011 | 10111111 | 0 | 10000 | 10101 | 101 | 1110 | 1000000 | 1010101 |
Color Harmonies of #F1CBBF
Complementary color
Monochromatic Colors of #F1CBBF
Black with #F1CBBF
Text Example
Text Example
White with #F1CBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1CBBF; }
p { color: rgb(241,203,191); }
H1.HeaderClassName
{
color: #F1CBBF;
}
.AnyTagClassName
{
color: #F1CBBF;
}
</style>
background-color css
<style>
a { background-color: #F1CBBF; }
a { background-color: rgb(241,203,191); }
div.DivClassName
{
background-color: #F1CBBF;
}
.BgClassName
{
background-color: #F1CBBF;
}
</style>
border-color css
<style>
span { border-color: #F1CBBF; }
span { border-color: rgb(241,203,191); }
td.TdClassName
{
border-color: #F1CBBF;
}
.TagClassName
{
border-color: #F1CBBF;
}
</style>