Shades of Watusi #F0D2BB
Tints of Watusi #F0D2BB
RGB
CMYK
RGB Variations
Color information
#F0D2BB (or 0xF0D2BB) is known color: Watusi. HEX triplet: F0, D2 and BB. RGB value is (240,210,187). Sum of RGB (Red+Green+Blue) = 240+210+187=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2BB is #0F2D44. Grayscale: #D8D8D8. Windows color (decimal): -994629 or 12309232. OLE color: 12309232.
HSL color Cylindrical-coordinate representation of color #F0D2BB: hue angle of 26.04º 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 #F0D2BB is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 187 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.06 |
| HSL | 26.04º | 0.64% | 0.84% | - |
| HSV(B) | 26.04º | 0.22% | 0.94% | - |
| XYZ | 67.95 | 68.21 | 56.6 | - |
| YUV | 216.35 | 111.44 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 187 | 0 | 0.12 | 0.22 | 0.06 | 26.04 | 0.64 | 0.84 |
| Hex | F0 | D2 | BB | 0 | C | 16 | 6 | 1A | 40 | 54 |
| Octal | 360 | 322 | 273 | 0 | 14 | 26 | 6 | 32 | 100 | 124 |
| Binary | 11110000 | 11010010 | 10111011 | 0 | 1100 | 10110 | 110 | 11010 | 1000000 | 1010100 |
Color Harmonies of #F0D2BB
Complementary color
Monochromatic Colors of #F0D2BB
Black with #F0D2BB
Text Example
Text Example
White with #F0D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2BB; }
p { color: rgb(240,210,187); }
H1.HeaderClassName
{
color: #F0D2BB;
}
.AnyTagClassName
{
color: #F0D2BB;
}
</style>
background-color css
<style>
a { background-color: #F0D2BB; }
a { background-color: rgb(240,210,187); }
div.DivClassName
{
background-color: #F0D2BB;
}
.BgClassName
{
background-color: #F0D2BB;
}
</style>
border-color css
<style>
span { border-color: #F0D2BB; }
span { border-color: rgb(240,210,187); }
td.TdClassName
{
border-color: #F0D2BB;
}
.TagClassName
{
border-color: #F0D2BB;
}
</style>