Shades of Watusi #F0C6BA
Tints of Watusi #F0C6BA
RGB
CMYK
RGB Variations
Color information
#F0C6BA (or 0xF0C6BA) is known color: Watusi. HEX triplet: F0, C6 and BA. RGB value is (240,198,186). Sum of RGB (Red+Green+Blue) = 240+198+186=624 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.46% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C6BA is #0F3945. Grayscale: #D1D1D1. Windows color (decimal): -997702 or 12240624. OLE color: 12240624.
HSL color Cylindrical-coordinate representation of color #F0C6BA: hue angle of 13.33º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0C6BA is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 198 | 186 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.06 |
| HSL | 13.33º | 0.64% | 0.84% | - |
| HSV(B) | 13.33º | 0.23% | 0.94% | - |
| XYZ | 64.99 | 62.46 | 55.08 | - |
| YUV | 209.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 198 | 186 | 0 | 0.18 | 0.22 | 0.06 | 13.33 | 0.64 | 0.84 |
| Hex | F0 | C6 | BA | 0 | 12 | 16 | 6 | D | 40 | 54 |
| Octal | 360 | 306 | 272 | 0 | 22 | 26 | 6 | 15 | 100 | 124 |
| Binary | 11110000 | 11000110 | 10111010 | 0 | 10010 | 10110 | 110 | 1101 | 1000000 | 1010100 |
Color Harmonies of #F0C6BA
Complementary color
Monochromatic Colors of #F0C6BA
Black with #F0C6BA
Text Example
Text Example
White with #F0C6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C6BA; }
p { color: rgb(240,198,186); }
H1.HeaderClassName
{
color: #F0C6BA;
}
.AnyTagClassName
{
color: #F0C6BA;
}
</style>
background-color css
<style>
a { background-color: #F0C6BA; }
a { background-color: rgb(240,198,186); }
div.DivClassName
{
background-color: #F0C6BA;
}
.BgClassName
{
background-color: #F0C6BA;
}
</style>
border-color css
<style>
span { border-color: #F0C6BA; }
span { border-color: rgb(240,198,186); }
td.TdClassName
{
border-color: #F0C6BA;
}
.TagClassName
{
border-color: #F0C6BA;
}
</style>