Shades of Watusi #F1D0BD
Tints of Watusi #F1D0BD
RGB
CMYK
RGB Variations
Color information
#F1D0BD (or 0xF1D0BD) is known color: Watusi. HEX triplet: F1, D0 and BD. RGB value is (241,208,189). Sum of RGB (Red+Green+Blue) = 241+208+189=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0BD is #0E2F42. Grayscale: #D7D7D7. Windows color (decimal): -929603 or 12439793. OLE color: 12439793.
HSL color Cylindrical-coordinate representation of color #F1D0BD: hue angle of 21.92º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1D0BD is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 189 | - |
| CMYK | 0 | 0.14 | 0.22 | 0.05 |
| HSL | 21.92º | 0.65% | 0.84% | - |
| HSV(B) | 21.92º | 0.22% | 0.95% | - |
| XYZ | 68.02 | 67.49 | 57.59 | - |
| YUV | 215.7 | 112.93 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 189 | 0 | 0.14 | 0.22 | 0.05 | 21.92 | 0.65 | 0.84 |
| Hex | F1 | D0 | BD | 0 | E | 16 | 5 | 16 | 41 | 54 |
| Octal | 361 | 320 | 275 | 0 | 16 | 26 | 5 | 26 | 101 | 124 |
| Binary | 11110001 | 11010000 | 10111101 | 0 | 1110 | 10110 | 101 | 10110 | 1000001 | 1010100 |
Color Harmonies of #F1D0BD
Complementary color
Monochromatic Colors of #F1D0BD
Black with #F1D0BD
Text Example
Text Example
White with #F1D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D0BD; }
p { color: rgb(241,208,189); }
H1.HeaderClassName
{
color: #F1D0BD;
}
.AnyTagClassName
{
color: #F1D0BD;
}
</style>
background-color css
<style>
a { background-color: #F1D0BD; }
a { background-color: rgb(241,208,189); }
div.DivClassName
{
background-color: #F1D0BD;
}
.BgClassName
{
background-color: #F1D0BD;
}
</style>
border-color css
<style>
span { border-color: #F1D0BD; }
span { border-color: rgb(241,208,189); }
td.TdClassName
{
border-color: #F1D0BD;
}
.TagClassName
{
border-color: #F1D0BD;
}
</style>