Shades of Watusi #F0CEBB
Tints of Watusi #F0CEBB
RGB
CMYK
RGB Variations
Color information
#F0CEBB (or 0xF0CEBB) is known color: Watusi. HEX triplet: F0, CE and BB. RGB value is (240,206,187). Sum of RGB (Red+Green+Blue) = 240+206+187=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CEBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0CEBB is #0F3144. Grayscale: #D6D6D6. Windows color (decimal): -995653 or 12308208. OLE color: 12308208.
HSL color Cylindrical-coordinate representation of color #F0CEBB: hue angle of 21.51º 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 #F0CEBB is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 206 | 187 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.06 |
| HSL | 21.51º | 0.64% | 0.84% | - |
| HSV(B) | 21.51º | 0.22% | 0.94% | - |
| XYZ | 66.98 | 66.26 | 56.27 | - |
| YUV | 214 | 112.76 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 206 | 187 | 0 | 0.14 | 0.22 | 0.06 | 21.51 | 0.64 | 0.84 |
| Hex | F0 | CE | BB | 0 | E | 16 | 6 | 16 | 40 | 54 |
| Octal | 360 | 316 | 273 | 0 | 16 | 26 | 6 | 26 | 100 | 124 |
| Binary | 11110000 | 11001110 | 10111011 | 0 | 1110 | 10110 | 110 | 10110 | 1000000 | 1010100 |
Color Harmonies of #F0CEBB
Complementary color
Monochromatic Colors of #F0CEBB
Black with #F0CEBB
Text Example
Text Example
White with #F0CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0CEBB; }
p { color: rgb(240,206,187); }
H1.HeaderClassName
{
color: #F0CEBB;
}
.AnyTagClassName
{
color: #F0CEBB;
}
</style>
background-color css
<style>
a { background-color: #F0CEBB; }
a { background-color: rgb(240,206,187); }
div.DivClassName
{
background-color: #F0CEBB;
}
.BgClassName
{
background-color: #F0CEBB;
}
</style>
border-color css
<style>
span { border-color: #F0CEBB; }
span { border-color: rgb(240,206,187); }
td.TdClassName
{
border-color: #F0CEBB;
}
.TagClassName
{
border-color: #F0CEBB;
}
</style>