Shades of Watusi #F0D1BC
Tints of Watusi #F0D1BC
RGB
CMYK
RGB Variations
Color information
#F0D1BC (or 0xF0D1BC) is known color: Watusi. HEX triplet: F0, D1 and BC. RGB value is (240,209,188). Sum of RGB (Red+Green+Blue) = 240+209+188=637 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.68% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 188 (73.83% from 255 or 29.51% from 637); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D1BC is #0F2E43. Grayscale: #D7D7D7. Windows color (decimal): -994884 or 12374512. OLE color: 12374512.
HSL color Cylindrical-coordinate representation of color #F0D1BC: hue angle of 24.23º degrees, saturation: 0.63, 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 #F0D1BC is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 188 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.06 |
| HSL | 24.23º | 0.63% | 0.84% | - |
| HSV(B) | 24.23º | 0.22% | 0.94% | - |
| XYZ | 67.81 | 67.76 | 57.08 | - |
| YUV | 215.88 | 112.27 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 188 | 0 | 0.13 | 0.22 | 0.06 | 24.23 | 0.63 | 0.84 |
| Hex | F0 | D1 | BC | 0 | D | 16 | 6 | 18 | 3F | 54 |
| Octal | 360 | 321 | 274 | 0 | 15 | 26 | 6 | 30 | 77 | 124 |
| Binary | 11110000 | 11010001 | 10111100 | 0 | 1101 | 10110 | 110 | 11000 | 111111 | 1010100 |
Color Harmonies of #F0D1BC
Complementary color
Monochromatic Colors of #F0D1BC
Black with #F0D1BC
Text Example
Text Example
White with #F0D1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D1BC; }
p { color: rgb(240,209,188); }
H1.HeaderClassName
{
color: #F0D1BC;
}
.AnyTagClassName
{
color: #F0D1BC;
}
</style>
background-color css
<style>
a { background-color: #F0D1BC; }
a { background-color: rgb(240,209,188); }
div.DivClassName
{
background-color: #F0D1BC;
}
.BgClassName
{
background-color: #F0D1BC;
}
</style>
border-color css
<style>
span { border-color: #F0D1BC; }
span { border-color: rgb(240,209,188); }
td.TdClassName
{
border-color: #F0D1BC;
}
.TagClassName
{
border-color: #F0D1BC;
}
</style>