Shades of Watusi #F4CCBC
Tints of Watusi #F4CCBC
RGB
CMYK
RGB Variations
Color information
#F4CCBC (or 0xF4CCBC) is known color: Watusi. HEX triplet: F4, CC and BC. RGB value is (244,204,188). Sum of RGB (Red+Green+Blue) = 244+204+188=636 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.36% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCBC is #0B3343. Grayscale: #D6D6D6. Windows color (decimal): -734020 or 12373236. OLE color: 12373236.
HSL color Cylindrical-coordinate representation of color #F4CCBC: hue angle of 17.14º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F4CCBC is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 204 | 188 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.04 |
| HSL | 17.14º | 0.72% | 0.85% | - |
| HSV(B) | 17.14º | 0.23% | 0.96% | - |
| XYZ | 67.98 | 66.05 | 56.74 | - |
| YUV | 214.14 | 113.25 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 188 | 0 | 0.16 | 0.23 | 0.04 | 17.14 | 0.72 | 0.85 |
| Hex | F4 | CC | BC | 0 | 10 | 17 | 4 | 11 | 48 | 55 |
| Octal | 364 | 314 | 274 | 0 | 20 | 27 | 4 | 21 | 110 | 125 |
| Binary | 11110100 | 11001100 | 10111100 | 0 | 10000 | 10111 | 100 | 10001 | 1001000 | 1010101 |
Color Harmonies of #F4CCBC
Complementary color
Monochromatic Colors of #F4CCBC
Black with #F4CCBC
Text Example
Text Example
White with #F4CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CCBC; }
p { color: rgb(244,204,188); }
H1.HeaderClassName
{
color: #F4CCBC;
}
.AnyTagClassName
{
color: #F4CCBC;
}
</style>
background-color css
<style>
a { background-color: #F4CCBC; }
a { background-color: rgb(244,204,188); }
div.DivClassName
{
background-color: #F4CCBC;
}
.BgClassName
{
background-color: #F4CCBC;
}
</style>
border-color css
<style>
span { border-color: #F4CCBC; }
span { border-color: rgb(244,204,188); }
td.TdClassName
{
border-color: #F4CCBC;
}
.TagClassName
{
border-color: #F4CCBC;
}
</style>