Shades of Watusi #F2C7BD
Tints of Watusi #F2C7BD
RGB
CMYK
RGB Variations
Color information
#F2C7BD (or 0xF2C7BD) is known color: Watusi. HEX triplet: F2, C7 and BD. RGB value is (242,199,189). Sum of RGB (Red+Green+Blue) = 242+199+189=630 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.41% from 630); Green value is 199 (78.12% from 255 or 31.59% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C7BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2C7BD is #0D3842. Grayscale: #D2D2D2. Windows color (decimal): -866371 or 12437490. OLE color: 12437490.
HSL color Cylindrical-coordinate representation of color #F2C7BD: hue angle of 11.32º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2C7BD is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 199 | 189 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.05 |
| HSL | 11.32º | 0.67% | 0.85% | - |
| HSV(B) | 11.32º | 0.22% | 0.95% | - |
| XYZ | 66.23 | 63.4 | 56.89 | - |
| YUV | 210.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 199 | 189 | 0 | 0.18 | 0.22 | 0.05 | 11.32 | 0.67 | 0.85 |
| Hex | F2 | C7 | BD | 0 | 12 | 16 | 5 | B | 43 | 55 |
| Octal | 362 | 307 | 275 | 0 | 22 | 26 | 5 | 13 | 103 | 125 |
| Binary | 11110010 | 11000111 | 10111101 | 0 | 10010 | 10110 | 101 | 1011 | 1000011 | 1010101 |
Color Harmonies of #F2C7BD
Complementary color
Monochromatic Colors of #F2C7BD
Black with #F2C7BD
Text Example
Text Example
White with #F2C7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2C7BD; }
p { color: rgb(242,199,189); }
H1.HeaderClassName
{
color: #F2C7BD;
}
.AnyTagClassName
{
color: #F2C7BD;
}
</style>
background-color css
<style>
a { background-color: #F2C7BD; }
a { background-color: rgb(242,199,189); }
div.DivClassName
{
background-color: #F2C7BD;
}
.BgClassName
{
background-color: #F2C7BD;
}
</style>
border-color css
<style>
span { border-color: #F2C7BD; }
span { border-color: rgb(242,199,189); }
td.TdClassName
{
border-color: #F2C7BD;
}
.TagClassName
{
border-color: #F2C7BD;
}
</style>