Shades of Watusi #F6CBBC
Tints of Watusi #F6CBBC
RGB
CMYK
RGB Variations
Color information
#F6CBBC (or 0xF6CBBC) is known color: Watusi. HEX triplet: F6, CB and BC. RGB value is (246,203,188). Sum of RGB (Red+Green+Blue) = 246+203+188=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 203 (79.69% from 255 or 31.87% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CBBC is #093443. Grayscale: #D6D6D6. Windows color (decimal): -603204 or 12372982. OLE color: 12372982.
HSL color Cylindrical-coordinate representation of color #F6CBBC: hue angle of 15.52º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6CBBC is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 203 | 188 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.04 |
| HSL | 15.52º | 0.76% | 0.85% | - |
| HSV(B) | 15.52º | 0.24% | 0.96% | - |
| XYZ | 68.44 | 65.94 | 56.7 | - |
| YUV | 214.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 203 | 188 | 0 | 0.17 | 0.24 | 0.04 | 15.52 | 0.76 | 0.85 |
| Hex | F6 | CB | BC | 0 | 11 | 18 | 4 | 10 | 4C | 55 |
| Octal | 366 | 313 | 274 | 0 | 21 | 30 | 4 | 20 | 114 | 125 |
| Binary | 11110110 | 11001011 | 10111100 | 0 | 10001 | 11000 | 100 | 10000 | 1001100 | 1010101 |
Color Harmonies of #F6CBBC
Complementary color
Monochromatic Colors of #F6CBBC
Black with #F6CBBC
Text Example
Text Example
White with #F6CBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CBBC; }
p { color: rgb(246,203,188); }
H1.HeaderClassName
{
color: #F6CBBC;
}
.AnyTagClassName
{
color: #F6CBBC;
}
</style>
background-color css
<style>
a { background-color: #F6CBBC; }
a { background-color: rgb(246,203,188); }
div.DivClassName
{
background-color: #F6CBBC;
}
.BgClassName
{
background-color: #F6CBBC;
}
</style>
border-color css
<style>
span { border-color: #F6CBBC; }
span { border-color: rgb(246,203,188); }
td.TdClassName
{
border-color: #F6CBBC;
}
.TagClassName
{
border-color: #F6CBBC;
}
</style>