Shades of Watusi #F6CFBC
Tints of Watusi #F6CFBC
RGB
CMYK
RGB Variations
Color information
#F6CFBC (or 0xF6CFBC) is known color: Watusi. HEX triplet: F6, CF and BC. RGB value is (246,207,188). Sum of RGB (Red+Green+Blue) = 246+207+188=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 207 (81.25% from 255 or 32.29% from 641); Blue value is 188 (73.83% from 255 or 29.33% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6CFBC is #093043. Grayscale: #D8D8D8. Windows color (decimal): -602180 or 12374006. OLE color: 12374006.
HSL color Cylindrical-coordinate representation of color #F6CFBC: hue angle of 19.66º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6CFBC is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 207 | 188 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.04 |
| HSL | 19.66º | 0.76% | 0.85% | - |
| HSV(B) | 19.66º | 0.24% | 0.96% | - |
| XYZ | 69.4 | 67.85 | 57.02 | - |
| YUV | 216.5 | 111.92 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 207 | 188 | 0 | 0.16 | 0.24 | 0.04 | 19.66 | 0.76 | 0.85 |
| Hex | F6 | CF | BC | 0 | 10 | 18 | 4 | 14 | 4C | 55 |
| Octal | 366 | 317 | 274 | 0 | 20 | 30 | 4 | 24 | 114 | 125 |
| Binary | 11110110 | 11001111 | 10111100 | 0 | 10000 | 11000 | 100 | 10100 | 1001100 | 1010101 |
Color Harmonies of #F6CFBC
Complementary color
Monochromatic Colors of #F6CFBC
Black with #F6CFBC
Text Example
Text Example
White with #F6CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CFBC; }
p { color: rgb(246,207,188); }
H1.HeaderClassName
{
color: #F6CFBC;
}
.AnyTagClassName
{
color: #F6CFBC;
}
</style>
background-color css
<style>
a { background-color: #F6CFBC; }
a { background-color: rgb(246,207,188); }
div.DivClassName
{
background-color: #F6CFBC;
}
.BgClassName
{
background-color: #F6CFBC;
}
</style>
border-color css
<style>
span { border-color: #F6CFBC; }
span { border-color: rgb(246,207,188); }
td.TdClassName
{
border-color: #F6CFBC;
}
.TagClassName
{
border-color: #F6CFBC;
}
</style>