Shades of Watusi #F6CDBA
Tints of Watusi #F6CDBA
RGB
CMYK
RGB Variations
Color information
#F6CDBA (or 0xF6CDBA) is known color: Watusi. HEX triplet: F6, CD and BA. RGB value is (246,205,186). Sum of RGB (Red+Green+Blue) = 246+205+186=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 205 (80.47% from 255 or 32.18% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CDBA is #093245. Grayscale: #D7D7D7. Windows color (decimal): -602694 or 12242422. OLE color: 12242422.
HSL color Cylindrical-coordinate representation of color #F6CDBA: hue angle of 19º 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 #F6CDBA is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 205 | 186 | - |
| CMYK | 0 | 0.17 | 0.24 | 0.04 |
| HSL | 19º | 0.77% | 0.85% | - |
| HSV(B) | 19º | 0.24% | 0.96% | - |
| XYZ | 68.7 | 66.8 | 55.73 | - |
| YUV | 215.09 | 111.58 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 205 | 186 | 0 | 0.17 | 0.24 | 0.04 | 19 | 0.77 | 0.85 |
| Hex | F6 | CD | BA | 0 | 11 | 18 | 4 | 13 | 4D | 55 |
| Octal | 366 | 315 | 272 | 0 | 21 | 30 | 4 | 23 | 115 | 125 |
| Binary | 11110110 | 11001101 | 10111010 | 0 | 10001 | 11000 | 100 | 10011 | 1001101 | 1010101 |
Color Harmonies of #F6CDBA
Complementary color
Monochromatic Colors of #F6CDBA
Black with #F6CDBA
Text Example
Text Example
White with #F6CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CDBA; }
p { color: rgb(246,205,186); }
H1.HeaderClassName
{
color: #F6CDBA;
}
.AnyTagClassName
{
color: #F6CDBA;
}
</style>
background-color css
<style>
a { background-color: #F6CDBA; }
a { background-color: rgb(246,205,186); }
div.DivClassName
{
background-color: #F6CDBA;
}
.BgClassName
{
background-color: #F6CDBA;
}
</style>
border-color css
<style>
span { border-color: #F6CDBA; }
span { border-color: rgb(246,205,186); }
td.TdClassName
{
border-color: #F6CDBA;
}
.TagClassName
{
border-color: #F6CDBA;
}
</style>