Shades of Watusi #F4CCC0
Tints of Watusi #F4CCC0
RGB
CMYK
RGB Variations
Color information
#F4CCC0 (or 0xF4CCC0) is known color: Watusi. HEX triplet: F4, CC and C0. RGB value is (244,204,192). Sum of RGB (Red+Green+Blue) = 244+204+192=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 192 (75.39% from 255 or 30% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CCC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4CCC0 is #0B333F. Grayscale: #D6D6D6. Windows color (decimal): -734016 or 12635380. OLE color: 12635380.
HSL color Cylindrical-coordinate representation of color #F4CCC0: hue angle of 13.85º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F4CCC0 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 204 | 192 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.04 |
| HSL | 13.85º | 0.7% | 0.85% | - |
| HSV(B) | 13.85º | 0.21% | 0.96% | - |
| XYZ | 68.42 | 66.22 | 59.05 | - |
| YUV | 214.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 204 | 192 | 0 | 0.16 | 0.21 | 0.04 | 13.85 | 0.7 | 0.85 |
| Hex | F4 | CC | C0 | 0 | 10 | 15 | 4 | E | 46 | 55 |
| Octal | 364 | 314 | 300 | 0 | 20 | 25 | 4 | 16 | 106 | 125 |
| Binary | 11110100 | 11001100 | 11000000 | 0 | 10000 | 10101 | 100 | 1110 | 1000110 | 1010101 |
Color Harmonies of #F4CCC0
Complementary color
Monochromatic Colors of #F4CCC0
Black with #F4CCC0
Text Example
Text Example
White with #F4CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4CCC0; }
p { color: rgb(244,204,192); }
H1.HeaderClassName
{
color: #F4CCC0;
}
.AnyTagClassName
{
color: #F4CCC0;
}
</style>
background-color css
<style>
a { background-color: #F4CCC0; }
a { background-color: rgb(244,204,192); }
div.DivClassName
{
background-color: #F4CCC0;
}
.BgClassName
{
background-color: #F4CCC0;
}
</style>
border-color css
<style>
span { border-color: #F4CCC0; }
span { border-color: rgb(244,204,192); }
td.TdClassName
{
border-color: #F4CCC0;
}
.TagClassName
{
border-color: #F4CCC0;
}
</style>