Shades of Watusi #F0D1BE
Tints of Watusi #F0D1BE
RGB
CMYK
RGB Variations
Color information
#F0D1BE (or 0xF0D1BE) is known color: Watusi. HEX triplet: F0, D1 and BE. RGB value is (240,209,190). Sum of RGB (Red+Green+Blue) = 240+209+190=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1BE is #0F2E41. Grayscale: #D8D8D8. Windows color (decimal): -994882 or 12505584. OLE color: 12505584.
HSL color Cylindrical-coordinate representation of color #F0D1BE: hue angle of 22.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 #F0D1BE is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 190 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.06 |
| HSL | 22.8º | 0.63% | 0.84% | - |
| HSV(B) | 22.8º | 0.21% | 0.94% | - |
| XYZ | 68.03 | 67.84 | 58.22 | - |
| YUV | 216.1 | 113.27 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 190 | 0 | 0.13 | 0.21 | 0.06 | 22.8 | 0.63 | 0.84 |
| Hex | F0 | D1 | BE | 0 | D | 15 | 6 | 17 | 3E | 54 |
| Octal | 360 | 321 | 276 | 0 | 15 | 25 | 6 | 27 | 76 | 124 |
| Binary | 11110000 | 11010001 | 10111110 | 0 | 1101 | 10101 | 110 | 10111 | 111110 | 1010100 |
Color Harmonies of #F0D1BE
Complementary color
Monochromatic Colors of #F0D1BE
Black with #F0D1BE
Text Example
Text Example
White with #F0D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1BE; }
p { color: rgb(240,209,190); }
H1.HeaderClassName
{
color: #F0D1BE;
}
.AnyTagClassName
{
color: #F0D1BE;
}
</style>
background-color css
<style>
a { background-color: #F0D1BE; }
a { background-color: rgb(240,209,190); }
div.DivClassName
{
background-color: #F0D1BE;
}
.BgClassName
{
background-color: #F0D1BE;
}
</style>
border-color css
<style>
span { border-color: #F0D1BE; }
span { border-color: rgb(240,209,190); }
td.TdClassName
{
border-color: #F0D1BE;
}
.TagClassName
{
border-color: #F0D1BE;
}
</style>