Shades of Watusi #F6CCBA
Tints of Watusi #F6CCBA
RGB
CMYK
RGB Variations
Color information
#F6CCBA (or 0xF6CCBA) is known color: Watusi. HEX triplet: F6, CC and BA. RGB value is (246,204,186). Sum of RGB (Red+Green+Blue) = 246+204+186=636 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.68% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCBA is #093345. Grayscale: #D6D6D6. Windows color (decimal): -602950 or 12242166. OLE color: 12242166.
HSL color Cylindrical-coordinate representation of color #F6CCBA: hue angle of 18º degrees, saturation: 0.77, 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 #F6CCBA is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 186 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.04 |
| HSL | 18º | 0.77% | 0.85% | - |
| HSV(B) | 18º | 0.24% | 0.96% | - |
| XYZ | 68.46 | 66.32 | 55.65 | - |
| YUV | 214.51 | 111.91 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 186 | 0 | 0.17 | 0.24 | 0.04 | 18 | 0.77 | 0.85 |
| Hex | F6 | CC | BA | 0 | 11 | 18 | 4 | 12 | 4D | 55 |
| Octal | 366 | 314 | 272 | 0 | 21 | 30 | 4 | 22 | 115 | 125 |
| Binary | 11110110 | 11001100 | 10111010 | 0 | 10001 | 11000 | 100 | 10010 | 1001101 | 1010101 |
Color Harmonies of #F6CCBA
Complementary color
Monochromatic Colors of #F6CCBA
Black with #F6CCBA
Text Example
Text Example
White with #F6CCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCBA; }
p { color: rgb(246,204,186); }
H1.HeaderClassName
{
color: #F6CCBA;
}
.AnyTagClassName
{
color: #F6CCBA;
}
</style>
background-color css
<style>
a { background-color: #F6CCBA; }
a { background-color: rgb(246,204,186); }
div.DivClassName
{
background-color: #F6CCBA;
}
.BgClassName
{
background-color: #F6CCBA;
}
</style>
border-color css
<style>
span { border-color: #F6CCBA; }
span { border-color: rgb(246,204,186); }
td.TdClassName
{
border-color: #F6CCBA;
}
.TagClassName
{
border-color: #F6CCBA;
}
</style>