Shades of Watusi #F6CCBD
Tints of Watusi #F6CCBD
RGB
CMYK
RGB Variations
Color information
#F6CCBD (or 0xF6CCBD) is known color: Watusi. HEX triplet: F6, CC and BD. RGB value is (246,204,189). Sum of RGB (Red+Green+Blue) = 246+204+189=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CCBD is #093342. Grayscale: #D6D6D6. Windows color (decimal): -602947 or 12438774. OLE color: 12438774.
HSL color Cylindrical-coordinate representation of color #F6CCBD: hue angle of 15.79º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6CCBD is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 204 | 189 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.04 |
| HSL | 15.79º | 0.76% | 0.85% | - |
| HSV(B) | 15.79º | 0.23% | 0.96% | - |
| XYZ | 68.78 | 66.45 | 57.35 | - |
| YUV | 214.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 204 | 189 | 0 | 0.17 | 0.23 | 0.04 | 15.79 | 0.76 | 0.85 |
| Hex | F6 | CC | BD | 0 | 11 | 17 | 4 | 10 | 4C | 55 |
| Octal | 366 | 314 | 275 | 0 | 21 | 27 | 4 | 20 | 114 | 125 |
| Binary | 11110110 | 11001100 | 10111101 | 0 | 10001 | 10111 | 100 | 10000 | 1001100 | 1010101 |
Color Harmonies of #F6CCBD
Complementary color
Monochromatic Colors of #F6CCBD
Black with #F6CCBD
Text Example
Text Example
White with #F6CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CCBD; }
p { color: rgb(246,204,189); }
H1.HeaderClassName
{
color: #F6CCBD;
}
.AnyTagClassName
{
color: #F6CCBD;
}
</style>
background-color css
<style>
a { background-color: #F6CCBD; }
a { background-color: rgb(246,204,189); }
div.DivClassName
{
background-color: #F6CCBD;
}
.BgClassName
{
background-color: #F6CCBD;
}
</style>
border-color css
<style>
span { border-color: #F6CCBD; }
span { border-color: rgb(246,204,189); }
td.TdClassName
{
border-color: #F6CCBD;
}
.TagClassName
{
border-color: #F6CCBD;
}
</style>