Shades of Watusi #F7CBBD
Tints of Watusi #F7CBBD
RGB
CMYK
RGB Variations
Color information
#F7CBBD (or 0xF7CBBD) is known color: Watusi. HEX triplet: F7, CB and BD. RGB value is (247,203,189). Sum of RGB (Red+Green+Blue) = 247+203+189=639 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.65% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CBBD is #083442. Grayscale: #D6D6D6. Windows color (decimal): -537667 or 12438519. OLE color: 12438519.
HSL color Cylindrical-coordinate representation of color #F7CBBD: hue angle of 14.48º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7CBBD is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 203 | 189 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.03 |
| HSL | 14.48º | 0.78% | 0.85% | - |
| HSV(B) | 14.48º | 0.23% | 0.97% | - |
| XYZ | 68.9 | 66.16 | 57.28 | - |
| YUV | 214.56 | 113.58 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 203 | 189 | 0 | 0.18 | 0.23 | 0.03 | 14.48 | 0.78 | 0.85 |
| Hex | F7 | CB | BD | 0 | 12 | 17 | 3 | E | 4E | 55 |
| Octal | 367 | 313 | 275 | 0 | 22 | 27 | 3 | 16 | 116 | 125 |
| Binary | 11110111 | 11001011 | 10111101 | 0 | 10010 | 10111 | 11 | 1110 | 1001110 | 1010101 |
Color Harmonies of #F7CBBD
Complementary color
Monochromatic Colors of #F7CBBD
Black with #F7CBBD
Text Example
Text Example
White with #F7CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CBBD; }
p { color: rgb(247,203,189); }
H1.HeaderClassName
{
color: #F7CBBD;
}
.AnyTagClassName
{
color: #F7CBBD;
}
</style>
background-color css
<style>
a { background-color: #F7CBBD; }
a { background-color: rgb(247,203,189); }
div.DivClassName
{
background-color: #F7CBBD;
}
.BgClassName
{
background-color: #F7CBBD;
}
</style>
border-color css
<style>
span { border-color: #F7CBBD; }
span { border-color: rgb(247,203,189); }
td.TdClassName
{
border-color: #F7CBBD;
}
.TagClassName
{
border-color: #F7CBBD;
}
</style>