Shades of Watusi #F2C9BC
Tints of Watusi #F2C9BC
RGB
CMYK
RGB Variations
Color information
#F2C9BC (or 0xF2C9BC) is known color: Watusi. HEX triplet: F2, C9 and BC. RGB value is (242,201,188). Sum of RGB (Red+Green+Blue) = 242+201+188=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 201 (78.91% from 255 or 31.85% from 631); Blue value is 188 (73.83% from 255 or 29.79% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C9BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C9BC is #0D3643. Grayscale: #D3D3D3. Windows color (decimal): -865860 or 12372466. OLE color: 12372466.
HSL color Cylindrical-coordinate representation of color #F2C9BC: hue angle of 14.44º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2C9BC is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 201 | 188 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.05 |
| HSL | 14.44º | 0.68% | 0.84% | - |
| HSV(B) | 14.44º | 0.22% | 0.95% | - |
| XYZ | 66.58 | 64.28 | 56.48 | - |
| YUV | 211.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 201 | 188 | 0 | 0.17 | 0.22 | 0.05 | 14.44 | 0.68 | 0.84 |
| Hex | F2 | C9 | BC | 0 | 11 | 16 | 5 | E | 44 | 54 |
| Octal | 362 | 311 | 274 | 0 | 21 | 26 | 5 | 16 | 104 | 124 |
| Binary | 11110010 | 11001001 | 10111100 | 0 | 10001 | 10110 | 101 | 1110 | 1000100 | 1010100 |
Color Harmonies of #F2C9BC
Complementary color
Monochromatic Colors of #F2C9BC
Black with #F2C9BC
Text Example
Text Example
White with #F2C9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C9BC; }
p { color: rgb(242,201,188); }
H1.HeaderClassName
{
color: #F2C9BC;
}
.AnyTagClassName
{
color: #F2C9BC;
}
</style>
background-color css
<style>
a { background-color: #F2C9BC; }
a { background-color: rgb(242,201,188); }
div.DivClassName
{
background-color: #F2C9BC;
}
.BgClassName
{
background-color: #F2C9BC;
}
</style>
border-color css
<style>
span { border-color: #F2C9BC; }
span { border-color: rgb(242,201,188); }
td.TdClassName
{
border-color: #F2C9BC;
}
.TagClassName
{
border-color: #F2C9BC;
}
</style>