Shades of Watusi #F0CCC1
Tints of Watusi #F0CCC1
RGB
CMYK
RGB Variations
Color information
#F0CCC1 (or 0xF0CCC1) is known color: Watusi. HEX triplet: F0, CC and C1. RGB value is (240,204,193). Sum of RGB (Red+Green+Blue) = 240+204+193=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 204 (80.08% from 255 or 32.03% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCC1 is #0F333E. Grayscale: #D5D5D5. Windows color (decimal): -996159 or 12700912. OLE color: 12700912.
HSL color Cylindrical-coordinate representation of color #F0CCC1: hue angle of 14.04º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0CCC1 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 193 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.06 |
| HSL | 14.04º | 0.61% | 0.85% | - |
| HSV(B) | 14.04º | 0.2% | 0.94% | - |
| XYZ | 67.15 | 65.56 | 59.57 | - |
| YUV | 213.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 193 | 0 | 0.15 | 0.20 | 0.06 | 14.04 | 0.61 | 0.85 |
| Hex | F0 | CC | C1 | 0 | F | 14 | 6 | E | 3D | 55 |
| Octal | 360 | 314 | 301 | 0 | 17 | 24 | 6 | 16 | 75 | 125 |
| Binary | 11110000 | 11001100 | 11000001 | 0 | 1111 | 10100 | 110 | 1110 | 111101 | 1010101 |
Color Harmonies of #F0CCC1
Complementary color
Monochromatic Colors of #F0CCC1
Black with #F0CCC1
Text Example
Text Example
White with #F0CCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCC1; }
p { color: rgb(240,204,193); }
H1.HeaderClassName
{
color: #F0CCC1;
}
.AnyTagClassName
{
color: #F0CCC1;
}
</style>
background-color css
<style>
a { background-color: #F0CCC1; }
a { background-color: rgb(240,204,193); }
div.DivClassName
{
background-color: #F0CCC1;
}
.BgClassName
{
background-color: #F0CCC1;
}
</style>
border-color css
<style>
span { border-color: #F0CCC1; }
span { border-color: rgb(240,204,193); }
td.TdClassName
{
border-color: #F0CCC1;
}
.TagClassName
{
border-color: #F0CCC1;
}
</style>