Shades of Watusi #F0D0BD
Tints of Watusi #F0D0BD
RGB
CMYK
RGB Variations
Color information
#F0D0BD (or 0xF0D0BD) is known color: Watusi. HEX triplet: F0, D0 and BD. RGB value is (240,208,189). Sum of RGB (Red+Green+Blue) = 240+208+189=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 208 (81.64% from 255 or 32.65% from 637); Blue value is 189 (74.22% from 255 or 29.67% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0BD is #0F2F42. Grayscale: #D7D7D7. Windows color (decimal): -995139 or 12439792. OLE color: 12439792.
HSL color Cylindrical-coordinate representation of color #F0D0BD: hue angle of 22.35º degrees, saturation: 0.63, 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 #F0D0BD is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 189 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.06 |
| HSL | 22.35º | 0.63% | 0.84% | - |
| HSV(B) | 22.35º | 0.21% | 0.94% | - |
| XYZ | 67.68 | 67.31 | 57.57 | - |
| YUV | 215.4 | 113.1 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 189 | 0 | 0.13 | 0.21 | 0.06 | 22.35 | 0.63 | 0.84 |
| Hex | F0 | D0 | BD | 0 | D | 15 | 6 | 16 | 3F | 54 |
| Octal | 360 | 320 | 275 | 0 | 15 | 25 | 6 | 26 | 77 | 124 |
| Binary | 11110000 | 11010000 | 10111101 | 0 | 1101 | 10101 | 110 | 10110 | 111111 | 1010100 |
Color Harmonies of #F0D0BD
Complementary color
Monochromatic Colors of #F0D0BD
Black with #F0D0BD
Text Example
Text Example
White with #F0D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0BD; }
p { color: rgb(240,208,189); }
H1.HeaderClassName
{
color: #F0D0BD;
}
.AnyTagClassName
{
color: #F0D0BD;
}
</style>
background-color css
<style>
a { background-color: #F0D0BD; }
a { background-color: rgb(240,208,189); }
div.DivClassName
{
background-color: #F0D0BD;
}
.BgClassName
{
background-color: #F0D0BD;
}
</style>
border-color css
<style>
span { border-color: #F0D0BD; }
span { border-color: rgb(240,208,189); }
td.TdClassName
{
border-color: #F0D0BD;
}
.TagClassName
{
border-color: #F0D0BD;
}
</style>