Shades of Watusi #F6C9BC
Tints of Watusi #F6C9BC
RGB
CMYK
RGB Variations
Color information
#F6C9BC (or 0xF6C9BC) is known color: Watusi. HEX triplet: F6, C9 and BC. RGB value is (246,201,188). Sum of RGB (Red+Green+Blue) = 246+201+188=635 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.74% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 188 (73.83% from 255 or 29.61% from 635); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6C9BC is #093643. Grayscale: #D5D5D5. Windows color (decimal): -603716 or 12372470. OLE color: 12372470.
HSL color Cylindrical-coordinate representation of color #F6C9BC: hue angle of 13.45º 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 #F6C9BC is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 201 | 188 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.04 |
| HSL | 13.45º | 0.76% | 0.85% | - |
| HSV(B) | 13.45º | 0.24% | 0.96% | - |
| XYZ | 67.97 | 65 | 56.54 | - |
| YUV | 212.97 | 113.91 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 201 | 188 | 0 | 0.18 | 0.24 | 0.04 | 13.45 | 0.76 | 0.85 |
| Hex | F6 | C9 | BC | 0 | 12 | 18 | 4 | D | 4C | 55 |
| Octal | 366 | 311 | 274 | 0 | 22 | 30 | 4 | 15 | 114 | 125 |
| Binary | 11110110 | 11001001 | 10111100 | 0 | 10010 | 11000 | 100 | 1101 | 1001100 | 1010101 |
Color Harmonies of #F6C9BC
Complementary color
Monochromatic Colors of #F6C9BC
Black with #F6C9BC
Text Example
Text Example
White with #F6C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C9BC; }
p { color: rgb(246,201,188); }
H1.HeaderClassName
{
color: #F6C9BC;
}
.AnyTagClassName
{
color: #F6C9BC;
}
</style>
background-color css
<style>
a { background-color: #F6C9BC; }
a { background-color: rgb(246,201,188); }
div.DivClassName
{
background-color: #F6C9BC;
}
.BgClassName
{
background-color: #F6C9BC;
}
</style>
border-color css
<style>
span { border-color: #F6C9BC; }
span { border-color: rgb(246,201,188); }
td.TdClassName
{
border-color: #F6C9BC;
}
.TagClassName
{
border-color: #F6C9BC;
}
</style>