Shades of Watusi #F0D0B7
Tints of Watusi #F0D0B7
RGB
CMYK
RGB Variations
Color information
#F0D0B7 (or 0xF0D0B7) is known color: Watusi. HEX triplet: F0, D0 and B7. RGB value is (240,208,183). Sum of RGB (Red+Green+Blue) = 240+208+183=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 208 (81.64% from 255 or 32.96% from 631); Blue value is 183 (71.88% from 255 or 29.00% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D0B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D0B7 is #0F2F48. Grayscale: #D6D6D6. Windows color (decimal): -995145 or 12046576. OLE color: 12046576.
HSL color Cylindrical-coordinate representation of color #F0D0B7: hue angle of 26.32º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F0D0B7 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 208 | 183 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.06 |
| HSL | 26.32º | 0.66% | 0.83% | - |
| HSV(B) | 26.32º | 0.24% | 0.94% | - |
| XYZ | 67.04 | 67.06 | 54.21 | - |
| YUV | 214.72 | 110.1 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 208 | 183 | 0 | 0.13 | 0.24 | 0.06 | 26.32 | 0.66 | 0.83 |
| Hex | F0 | D0 | B7 | 0 | D | 18 | 6 | 1A | 42 | 53 |
| Octal | 360 | 320 | 267 | 0 | 15 | 30 | 6 | 32 | 102 | 123 |
| Binary | 11110000 | 11010000 | 10110111 | 0 | 1101 | 11000 | 110 | 11010 | 1000010 | 1010011 |
Color Harmonies of #F0D0B7
Complementary color
Monochromatic Colors of #F0D0B7
Black with #F0D0B7
Text Example
Text Example
White with #F0D0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D0B7; }
p { color: rgb(240,208,183); }
H1.HeaderClassName
{
color: #F0D0B7;
}
.AnyTagClassName
{
color: #F0D0B7;
}
</style>
background-color css
<style>
a { background-color: #F0D0B7; }
a { background-color: rgb(240,208,183); }
div.DivClassName
{
background-color: #F0D0B7;
}
.BgClassName
{
background-color: #F0D0B7;
}
</style>
border-color css
<style>
span { border-color: #F0D0B7; }
span { border-color: rgb(240,208,183); }
td.TdClassName
{
border-color: #F0D0B7;
}
.TagClassName
{
border-color: #F0D0B7;
}
</style>