Shades of Watusi #F0CCBB
Tints of Watusi #F0CCBB
RGB
CMYK
RGB Variations
Color information
#F0CCBB (or 0xF0CCBB) is known color: Watusi. HEX triplet: F0, CC and BB. RGB value is (240,204,187). Sum of RGB (Red+Green+Blue) = 240+204+187=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 187 (73.44% from 255 or 29.64% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCBB is #0F3344. Grayscale: #D4D4D4. Windows color (decimal): -996165 or 12307696. OLE color: 12307696.
HSL color Cylindrical-coordinate representation of color #F0CCBB: hue angle of 19.25º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F0CCBB is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 187 | - |
| CMYK | 0 | 0.15 | 0.22 | 0.06 |
| HSL | 19.25º | 0.64% | 0.84% | - |
| HSV(B) | 19.25º | 0.22% | 0.94% | - |
| XYZ | 66.5 | 65.3 | 56.11 | - |
| YUV | 212.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 187 | 0 | 0.15 | 0.22 | 0.06 | 19.25 | 0.64 | 0.84 |
| Hex | F0 | CC | BB | 0 | F | 16 | 6 | 13 | 40 | 54 |
| Octal | 360 | 314 | 273 | 0 | 17 | 26 | 6 | 23 | 100 | 124 |
| Binary | 11110000 | 11001100 | 10111011 | 0 | 1111 | 10110 | 110 | 10011 | 1000000 | 1010100 |
Color Harmonies of #F0CCBB
Complementary color
Monochromatic Colors of #F0CCBB
Black with #F0CCBB
Text Example
Text Example
White with #F0CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCBB; }
p { color: rgb(240,204,187); }
H1.HeaderClassName
{
color: #F0CCBB;
}
.AnyTagClassName
{
color: #F0CCBB;
}
</style>
background-color css
<style>
a { background-color: #F0CCBB; }
a { background-color: rgb(240,204,187); }
div.DivClassName
{
background-color: #F0CCBB;
}
.BgClassName
{
background-color: #F0CCBB;
}
</style>
border-color css
<style>
span { border-color: #F0CCBB; }
span { border-color: rgb(240,204,187); }
td.TdClassName
{
border-color: #F0CCBB;
}
.TagClassName
{
border-color: #F0CCBB;
}
</style>