Shades of Watusi #F0CCBE
Tints of Watusi #F0CCBE
RGB
CMYK
RGB Variations
Color information
#F0CCBE (or 0xF0CCBE) is known color: Watusi. HEX triplet: F0, CC and BE. RGB value is (240,204,190). Sum of RGB (Red+Green+Blue) = 240+204+190=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 190 (74.61% from 255 or 29.97% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CCBE is #0F3341. Grayscale: #D5D5D5. Windows color (decimal): -996162 or 12504304. OLE color: 12504304.
HSL color Cylindrical-coordinate representation of color #F0CCBE: hue angle of 16.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #F0CCBE is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 204 | 190 | - |
| CMYK | 0 | 0.15 | 0.21 | 0.06 |
| HSL | 16.8º | 0.63% | 0.84% | - |
| HSV(B) | 16.8º | 0.21% | 0.94% | - |
| XYZ | 66.82 | 65.43 | 57.82 | - |
| YUV | 213.17 | 114.93 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 204 | 190 | 0 | 0.15 | 0.21 | 0.06 | 16.8 | 0.63 | 0.84 |
| Hex | F0 | CC | BE | 0 | F | 15 | 6 | 11 | 3E | 54 |
| Octal | 360 | 314 | 276 | 0 | 17 | 25 | 6 | 21 | 76 | 124 |
| Binary | 11110000 | 11001100 | 10111110 | 0 | 1111 | 10101 | 110 | 10001 | 111110 | 1010100 |
Color Harmonies of #F0CCBE
Complementary color
Monochromatic Colors of #F0CCBE
Black with #F0CCBE
Text Example
Text Example
White with #F0CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CCBE; }
p { color: rgb(240,204,190); }
H1.HeaderClassName
{
color: #F0CCBE;
}
.AnyTagClassName
{
color: #F0CCBE;
}
</style>
background-color css
<style>
a { background-color: #F0CCBE; }
a { background-color: rgb(240,204,190); }
div.DivClassName
{
background-color: #F0CCBE;
}
.BgClassName
{
background-color: #F0CCBE;
}
</style>
border-color css
<style>
span { border-color: #F0CCBE; }
span { border-color: rgb(240,204,190); }
td.TdClassName
{
border-color: #F0CCBE;
}
.TagClassName
{
border-color: #F0CCBE;
}
</style>