Shades of Watusi #F7CFBD
Tints of Watusi #F7CFBD
RGB
CMYK
RGB Variations
Color information
#F7CFBD (or 0xF7CFBD) is known color: Watusi. HEX triplet: F7, CF and BD. RGB value is (247,207,189). Sum of RGB (Red+Green+Blue) = 247+207+189=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFBD is #083042. Grayscale: #D9D9D9. Windows color (decimal): -536643 or 12439543. OLE color: 12439543.
HSL color Cylindrical-coordinate representation of color #F7CFBD: hue angle of 18.62º 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 #F7CFBD is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 189 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.03 |
| HSL | 18.62º | 0.78% | 0.85% | - |
| HSV(B) | 18.62º | 0.23% | 0.97% | - |
| XYZ | 69.86 | 68.07 | 57.6 | - |
| YUV | 216.91 | 112.25 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 189 | 0 | 0.16 | 0.23 | 0.03 | 18.62 | 0.78 | 0.85 |
| Hex | F7 | CF | BD | 0 | 10 | 17 | 3 | 13 | 4E | 55 |
| Octal | 367 | 317 | 275 | 0 | 20 | 27 | 3 | 23 | 116 | 125 |
| Binary | 11110111 | 11001111 | 10111101 | 0 | 10000 | 10111 | 11 | 10011 | 1001110 | 1010101 |
Color Harmonies of #F7CFBD
Complementary color
Monochromatic Colors of #F7CFBD
Black with #F7CFBD
Text Example
Text Example
White with #F7CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFBD; }
p { color: rgb(247,207,189); }
H1.HeaderClassName
{
color: #F7CFBD;
}
.AnyTagClassName
{
color: #F7CFBD;
}
</style>
background-color css
<style>
a { background-color: #F7CFBD; }
a { background-color: rgb(247,207,189); }
div.DivClassName
{
background-color: #F7CFBD;
}
.BgClassName
{
background-color: #F7CFBD;
}
</style>
border-color css
<style>
span { border-color: #F7CFBD; }
span { border-color: rgb(247,207,189); }
td.TdClassName
{
border-color: #F7CFBD;
}
.TagClassName
{
border-color: #F7CFBD;
}
</style>