Shades of Watusi #F6CFBA
Tints of Watusi #F6CFBA
RGB
CMYK
RGB Variations
Color information
#F6CFBA (or 0xF6CFBA) is known color: Watusi. HEX triplet: F6, CF and BA. RGB value is (246,207,186). Sum of RGB (Red+Green+Blue) = 246+207+186=639 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.50% from 639); Green value is 207 (81.25% from 255 or 32.39% from 639); Blue value is 186 (73.05% from 255 or 29.11% from 639); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFBA is #093045. Grayscale: #D8D8D8. Windows color (decimal): -602182 or 12242934. OLE color: 12242934.
HSL color Cylindrical-coordinate representation of color #F6CFBA: hue angle of 21º 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 #F6CFBA is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 186 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.04 |
| HSL | 21º | 0.77% | 0.85% | - |
| HSV(B) | 21º | 0.24% | 0.96% | - |
| XYZ | 69.18 | 67.76 | 55.89 | - |
| YUV | 216.27 | 110.92 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 186 | 0 | 0.16 | 0.24 | 0.04 | 21 | 0.77 | 0.85 |
| Hex | F6 | CF | BA | 0 | 10 | 18 | 4 | 15 | 4D | 55 |
| Octal | 366 | 317 | 272 | 0 | 20 | 30 | 4 | 25 | 115 | 125 |
| Binary | 11110110 | 11001111 | 10111010 | 0 | 10000 | 11000 | 100 | 10101 | 1001101 | 1010101 |
Color Harmonies of #F6CFBA
Complementary color
Monochromatic Colors of #F6CFBA
Black with #F6CFBA
Text Example
Text Example
White with #F6CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFBA; }
p { color: rgb(246,207,186); }
H1.HeaderClassName
{
color: #F6CFBA;
}
.AnyTagClassName
{
color: #F6CFBA;
}
</style>
background-color css
<style>
a { background-color: #F6CFBA; }
a { background-color: rgb(246,207,186); }
div.DivClassName
{
background-color: #F6CFBA;
}
.BgClassName
{
background-color: #F6CFBA;
}
</style>
border-color css
<style>
span { border-color: #F6CFBA; }
span { border-color: rgb(246,207,186); }
td.TdClassName
{
border-color: #F6CFBA;
}
.TagClassName
{
border-color: #F6CFBA;
}
</style>