Shades of Watusi #F2C6B9
Tints of Watusi #F2C6B9
RGB
CMYK
RGB Variations
Color information
#F2C6B9 (or 0xF2C6B9) is known color: Watusi. HEX triplet: F2, C6 and B9. RGB value is (242,198,185). Sum of RGB (Red+Green+Blue) = 242+198+185=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C6B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C6B9 is #0D3946. Grayscale: #D1D1D1. Windows color (decimal): -866631 or 12175090. OLE color: 12175090.
HSL color Cylindrical-coordinate representation of color #F2C6B9: hue angle of 13.68º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2C6B9 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 198 | 185 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.05 |
| HSL | 13.68º | 0.69% | 0.84% | - |
| HSV(B) | 13.68º | 0.24% | 0.95% | - |
| XYZ | 65.57 | 62.77 | 54.56 | - |
| YUV | 209.67 | 114.08 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 198 | 185 | 0 | 0.18 | 0.24 | 0.05 | 13.68 | 0.69 | 0.84 |
| Hex | F2 | C6 | B9 | 0 | 12 | 18 | 5 | E | 45 | 54 |
| Octal | 362 | 306 | 271 | 0 | 22 | 30 | 5 | 16 | 105 | 124 |
| Binary | 11110010 | 11000110 | 10111001 | 0 | 10010 | 11000 | 101 | 1110 | 1000101 | 1010100 |
Color Harmonies of #F2C6B9
Complementary color
Monochromatic Colors of #F2C6B9
Black with #F2C6B9
Text Example
Text Example
White with #F2C6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C6B9; }
p { color: rgb(242,198,185); }
H1.HeaderClassName
{
color: #F2C6B9;
}
.AnyTagClassName
{
color: #F2C6B9;
}
</style>
background-color css
<style>
a { background-color: #F2C6B9; }
a { background-color: rgb(242,198,185); }
div.DivClassName
{
background-color: #F2C6B9;
}
.BgClassName
{
background-color: #F2C6B9;
}
</style>
border-color css
<style>
span { border-color: #F2C6B9; }
span { border-color: rgb(242,198,185); }
td.TdClassName
{
border-color: #F2C6B9;
}
.TagClassName
{
border-color: #F2C6B9;
}
</style>