Shades of Watusi #F0D2BF
Tints of Watusi #F0D2BF
RGB
CMYK
RGB Variations
Color information
#F0D2BF (or 0xF0D2BF) is known color: Watusi. HEX triplet: F0, D2 and BF. RGB value is (240,210,191). Sum of RGB (Red+Green+Blue) = 240+210+191=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 210 (82.42% from 255 or 32.76% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D2BF is #0F2D40. Grayscale: #D8D8D8. Windows color (decimal): -994625 or 12571376. OLE color: 12571376.
HSL color Cylindrical-coordinate representation of color #F0D2BF: hue angle of 23.27º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0D2BF is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 191 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.06 |
| HSL | 23.27º | 0.62% | 0.85% | - |
| HSV(B) | 23.27º | 0.2% | 0.94% | - |
| XYZ | 68.39 | 68.38 | 58.88 | - |
| YUV | 216.8 | 113.44 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 191 | 0 | 0.12 | 0.20 | 0.06 | 23.27 | 0.62 | 0.85 |
| Hex | F0 | D2 | BF | 0 | C | 14 | 6 | 17 | 3E | 55 |
| Octal | 360 | 322 | 277 | 0 | 14 | 24 | 6 | 27 | 76 | 125 |
| Binary | 11110000 | 11010010 | 10111111 | 0 | 1100 | 10100 | 110 | 10111 | 111110 | 1010101 |
Color Harmonies of #F0D2BF
Complementary color
Monochromatic Colors of #F0D2BF
Black with #F0D2BF
Text Example
Text Example
White with #F0D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D2BF; }
p { color: rgb(240,210,191); }
H1.HeaderClassName
{
color: #F0D2BF;
}
.AnyTagClassName
{
color: #F0D2BF;
}
</style>
background-color css
<style>
a { background-color: #F0D2BF; }
a { background-color: rgb(240,210,191); }
div.DivClassName
{
background-color: #F0D2BF;
}
.BgClassName
{
background-color: #F0D2BF;
}
</style>
border-color css
<style>
span { border-color: #F0D2BF; }
span { border-color: rgb(240,210,191); }
td.TdClassName
{
border-color: #F0D2BF;
}
.TagClassName
{
border-color: #F0D2BF;
}
</style>