Shades of Watusi #F7CFB8
Tints of Watusi #F7CFB8
RGB
CMYK
RGB Variations
Color information
#F7CFB8 (or 0xF7CFB8) is known color: Watusi. HEX triplet: F7, CF and B8. RGB value is (247,207,184). Sum of RGB (Red+Green+Blue) = 247+207+184=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 207 (81.25% from 255 or 32.45% from 638); Blue value is 184 (72.27% from 255 or 28.84% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7CFB8 is #083047. Grayscale: #D8D8D8. Windows color (decimal): -536648 or 12111863. OLE color: 12111863.
HSL color Cylindrical-coordinate representation of color #F7CFB8: hue angle of 21.9º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7CFB8 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 207 | 184 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.03 |
| HSL | 21.9º | 0.8% | 0.85% | - |
| HSV(B) | 21.9º | 0.26% | 0.97% | - |
| XYZ | 69.32 | 67.86 | 54.79 | - |
| YUV | 216.34 | 109.75 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 207 | 184 | 0 | 0.16 | 0.26 | 0.03 | 21.9 | 0.8 | 0.85 |
| Hex | F7 | CF | B8 | 0 | 10 | 1A | 3 | 16 | 50 | 55 |
| Octal | 367 | 317 | 270 | 0 | 20 | 32 | 3 | 26 | 120 | 125 |
| Binary | 11110111 | 11001111 | 10111000 | 0 | 10000 | 11010 | 11 | 10110 | 1010000 | 1010101 |
Color Harmonies of #F7CFB8
Complementary color
Monochromatic Colors of #F7CFB8
Black with #F7CFB8
Text Example
Text Example
White with #F7CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7CFB8; }
p { color: rgb(247,207,184); }
H1.HeaderClassName
{
color: #F7CFB8;
}
.AnyTagClassName
{
color: #F7CFB8;
}
</style>
background-color css
<style>
a { background-color: #F7CFB8; }
a { background-color: rgb(247,207,184); }
div.DivClassName
{
background-color: #F7CFB8;
}
.BgClassName
{
background-color: #F7CFB8;
}
</style>
border-color css
<style>
span { border-color: #F7CFB8; }
span { border-color: rgb(247,207,184); }
td.TdClassName
{
border-color: #F7CFB8;
}
.TagClassName
{
border-color: #F7CFB8;
}
</style>