Shades of Watusi #F2C6BB
Tints of Watusi #F2C6BB
RGB
CMYK
RGB Variations
Color information
#F2C6BB (or 0xF2C6BB) is known color: Watusi. HEX triplet: F2, C6 and BB. RGB value is (242,198,187). Sum of RGB (Red+Green+Blue) = 242+198+187=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6BB is #0D3944. Grayscale: #D1D1D1. Windows color (decimal): -866629 or 12306162. OLE color: 12306162.
HSL color Cylindrical-coordinate representation of color #F2C6BB: hue angle of 12º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2C6BB is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 187 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.05 |
| HSL | 12º | 0.68% | 0.84% | - |
| HSV(B) | 12º | 0.23% | 0.95% | - |
| XYZ | 65.78 | 62.85 | 55.68 | - |
| YUV | 209.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 187 | 0 | 0.18 | 0.23 | 0.05 | 12 | 0.68 | 0.84 |
| Hex | F2 | C6 | BB | 0 | 12 | 17 | 5 | C | 44 | 54 |
| Octal | 362 | 306 | 273 | 0 | 22 | 27 | 5 | 14 | 104 | 124 |
| Binary | 11110010 | 11000110 | 10111011 | 0 | 10010 | 10111 | 101 | 1100 | 1000100 | 1010100 |
Color Harmonies of #F2C6BB
Complementary color
Monochromatic Colors of #F2C6BB
Black with #F2C6BB
Text Example
Text Example
White with #F2C6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6BB; }
p { color: rgb(242,198,187); }
H1.HeaderClassName
{
color: #F2C6BB;
}
.AnyTagClassName
{
color: #F2C6BB;
}
</style>
background-color css
<style>
a { background-color: #F2C6BB; }
a { background-color: rgb(242,198,187); }
div.DivClassName
{
background-color: #F2C6BB;
}
.BgClassName
{
background-color: #F2C6BB;
}
</style>
border-color css
<style>
span { border-color: #F2C6BB; }
span { border-color: rgb(242,198,187); }
td.TdClassName
{
border-color: #F2C6BB;
}
.TagClassName
{
border-color: #F2C6BB;
}
</style>