Shades of Watusi #F6CABC
Tints of Watusi #F6CABC
RGB
CMYK
RGB Variations
Color information
#F6CABC (or 0xF6CABC) is known color: Watusi. HEX triplet: F6, CA and BC. RGB value is (246,202,188). Sum of RGB (Red+Green+Blue) = 246+202+188=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CABC is #093543. Grayscale: #D5D5D5. Windows color (decimal): -603460 or 12372726. OLE color: 12372726.
HSL color Cylindrical-coordinate representation of color #F6CABC: hue angle of 14.48º 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 #F6CABC is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 202 | 188 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.04 |
| HSL | 14.48º | 0.76% | 0.85% | - |
| HSV(B) | 14.48º | 0.24% | 0.96% | - |
| XYZ | 68.2 | 65.46 | 56.62 | - |
| YUV | 213.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 202 | 188 | 0 | 0.18 | 0.24 | 0.04 | 14.48 | 0.76 | 0.85 |
| Hex | F6 | CA | BC | 0 | 12 | 18 | 4 | E | 4C | 55 |
| Octal | 366 | 312 | 274 | 0 | 22 | 30 | 4 | 16 | 114 | 125 |
| Binary | 11110110 | 11001010 | 10111100 | 0 | 10010 | 11000 | 100 | 1110 | 1001100 | 1010101 |
Color Harmonies of #F6CABC
Complementary color
Monochromatic Colors of #F6CABC
Black with #F6CABC
Text Example
Text Example
White with #F6CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CABC; }
p { color: rgb(246,202,188); }
H1.HeaderClassName
{
color: #F6CABC;
}
.AnyTagClassName
{
color: #F6CABC;
}
</style>
background-color css
<style>
a { background-color: #F6CABC; }
a { background-color: rgb(246,202,188); }
div.DivClassName
{
background-color: #F6CABC;
}
.BgClassName
{
background-color: #F6CABC;
}
</style>
border-color css
<style>
span { border-color: #F6CABC; }
span { border-color: rgb(246,202,188); }
td.TdClassName
{
border-color: #F6CABC;
}
.TagClassName
{
border-color: #F6CABC;
}
</style>