Shades of Watusi #F1D1B9
Tints of Watusi #F1D1B9
RGB
CMYK
RGB Variations
Color information
#F1D1B9 (or 0xF1D1B9) is known color: Watusi. HEX triplet: F1, D1 and B9. RGB value is (241,209,185). Sum of RGB (Red+Green+Blue) = 241+209+185=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 209 (82.03% from 255 or 32.91% from 635); Blue value is 185 (72.66% from 255 or 29.13% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1B9 is #0E2E46. Grayscale: #D7D7D7. Windows color (decimal): -929351 or 12177905. OLE color: 12177905.
HSL color Cylindrical-coordinate representation of color #F1D1B9: hue angle of 25.71º degrees, saturation: 0.67, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1D1B9 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 185 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.05 |
| HSL | 25.71º | 0.67% | 0.84% | - |
| HSV(B) | 25.71º | 0.23% | 0.95% | - |
| XYZ | 67.83 | 67.8 | 55.41 | - |
| YUV | 215.83 | 110.6 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 185 | 0 | 0.13 | 0.23 | 0.05 | 25.71 | 0.67 | 0.84 |
| Hex | F1 | D1 | B9 | 0 | D | 17 | 5 | 1A | 43 | 54 |
| Octal | 361 | 321 | 271 | 0 | 15 | 27 | 5 | 32 | 103 | 124 |
| Binary | 11110001 | 11010001 | 10111001 | 0 | 1101 | 10111 | 101 | 11010 | 1000011 | 1010100 |
Color Harmonies of #F1D1B9
Complementary color
Monochromatic Colors of #F1D1B9
Black with #F1D1B9
Text Example
Text Example
White with #F1D1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1B9; }
p { color: rgb(241,209,185); }
H1.HeaderClassName
{
color: #F1D1B9;
}
.AnyTagClassName
{
color: #F1D1B9;
}
</style>
background-color css
<style>
a { background-color: #F1D1B9; }
a { background-color: rgb(241,209,185); }
div.DivClassName
{
background-color: #F1D1B9;
}
.BgClassName
{
background-color: #F1D1B9;
}
</style>
border-color css
<style>
span { border-color: #F1D1B9; }
span { border-color: rgb(241,209,185); }
td.TdClassName
{
border-color: #F1D1B9;
}
.TagClassName
{
border-color: #F1D1B9;
}
</style>