Shades of Watusi #F0CBBC
Tints of Watusi #F0CBBC
RGB
CMYK
RGB Variations
Color information
#F0CBBC (or 0xF0CBBC) is known color: Watusi. HEX triplet: F0, CB and BC. RGB value is (240,203,188). Sum of RGB (Red+Green+Blue) = 240+203+188=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 203 (79.69% from 255 or 32.17% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CBBC is #0F3443. Grayscale: #D4D4D4. Windows color (decimal): -996420 or 12372976. OLE color: 12372976.
HSL color Cylindrical-coordinate representation of color #F0CBBC: hue angle of 17.31º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0CBBC is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 203 | 188 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.06 |
| HSL | 17.31º | 0.63% | 0.84% | - |
| HSV(B) | 17.31º | 0.22% | 0.94% | - |
| XYZ | 66.37 | 64.87 | 56.6 | - |
| YUV | 212.35 | 114.26 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 203 | 188 | 0 | 0.15 | 0.22 | 0.06 | 17.31 | 0.63 | 0.84 |
| Hex | F0 | CB | BC | 0 | F | 16 | 6 | 11 | 3F | 54 |
| Octal | 360 | 313 | 274 | 0 | 17 | 26 | 6 | 21 | 77 | 124 |
| Binary | 11110000 | 11001011 | 10111100 | 0 | 1111 | 10110 | 110 | 10001 | 111111 | 1010100 |
Color Harmonies of #F0CBBC
Complementary color
Monochromatic Colors of #F0CBBC
Black with #F0CBBC
Text Example
Text Example
White with #F0CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CBBC; }
p { color: rgb(240,203,188); }
H1.HeaderClassName
{
color: #F0CBBC;
}
.AnyTagClassName
{
color: #F0CBBC;
}
</style>
background-color css
<style>
a { background-color: #F0CBBC; }
a { background-color: rgb(240,203,188); }
div.DivClassName
{
background-color: #F0CBBC;
}
.BgClassName
{
background-color: #F0CBBC;
}
</style>
border-color css
<style>
span { border-color: #F0CBBC; }
span { border-color: rgb(240,203,188); }
td.TdClassName
{
border-color: #F0CBBC;
}
.TagClassName
{
border-color: #F0CBBC;
}
</style>