Shades of Watusi #F2CCBB
Tints of Watusi #F2CCBB
RGB
CMYK
RGB Variations
Color information
#F2CCBB (or 0xF2CCBB) is known color: Watusi. HEX triplet: F2, CC and BB. RGB value is (242,204,187). Sum of RGB (Red+Green+Blue) = 242+204+187=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2CCBB is #0D3344. Grayscale: #D5D5D5. Windows color (decimal): -865093 or 12307698. OLE color: 12307698.
HSL color Cylindrical-coordinate representation of color #F2CCBB: hue angle of 18.55º 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 #F2CCBB is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 204 | 187 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.05 |
| HSL | 18.55º | 0.68% | 0.84% | - |
| HSV(B) | 18.55º | 0.23% | 0.95% | - |
| XYZ | 67.18 | 65.65 | 56.14 | - |
| YUV | 213.42 | 113.09 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 204 | 187 | 0 | 0.16 | 0.23 | 0.05 | 18.55 | 0.68 | 0.84 |
| Hex | F2 | CC | BB | 0 | 10 | 17 | 5 | 13 | 44 | 54 |
| Octal | 362 | 314 | 273 | 0 | 20 | 27 | 5 | 23 | 104 | 124 |
| Binary | 11110010 | 11001100 | 10111011 | 0 | 10000 | 10111 | 101 | 10011 | 1000100 | 1010100 |
Color Harmonies of #F2CCBB
Complementary color
Monochromatic Colors of #F2CCBB
Black with #F2CCBB
Text Example
Text Example
White with #F2CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2CCBB; }
p { color: rgb(242,204,187); }
H1.HeaderClassName
{
color: #F2CCBB;
}
.AnyTagClassName
{
color: #F2CCBB;
}
</style>
background-color css
<style>
a { background-color: #F2CCBB; }
a { background-color: rgb(242,204,187); }
div.DivClassName
{
background-color: #F2CCBB;
}
.BgClassName
{
background-color: #F2CCBB;
}
</style>
border-color css
<style>
span { border-color: #F2CCBB; }
span { border-color: rgb(242,204,187); }
td.TdClassName
{
border-color: #F2CCBB;
}
.TagClassName
{
border-color: #F2CCBB;
}
</style>