Shades of Watusi #F1D1BA
Tints of Watusi #F1D1BA
RGB
CMYK
RGB Variations
Color information
#F1D1BA (or 0xF1D1BA) is known color: Watusi. HEX triplet: F1, D1 and BA. RGB value is (241,209,186). Sum of RGB (Red+Green+Blue) = 241+209+186=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 209 (82.03% from 255 or 32.86% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1BA is #0E2E45. Grayscale: #D8D8D8. Windows color (decimal): -929350 or 12243441. OLE color: 12243441.
HSL color Cylindrical-coordinate representation of color #F1D1BA: hue angle of 25.09º degrees, saturation: 0.66, 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 #F1D1BA is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 186 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.05 |
| HSL | 25.09º | 0.66% | 0.84% | - |
| HSV(B) | 25.09º | 0.23% | 0.95% | - |
| XYZ | 67.94 | 67.85 | 55.97 | - |
| YUV | 215.95 | 111.1 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 186 | 0 | 0.13 | 0.23 | 0.05 | 25.09 | 0.66 | 0.84 |
| Hex | F1 | D1 | BA | 0 | D | 17 | 5 | 19 | 42 | 54 |
| Octal | 361 | 321 | 272 | 0 | 15 | 27 | 5 | 31 | 102 | 124 |
| Binary | 11110001 | 11010001 | 10111010 | 0 | 1101 | 10111 | 101 | 11001 | 1000010 | 1010100 |
Color Harmonies of #F1D1BA
Complementary color
Monochromatic Colors of #F1D1BA
Black with #F1D1BA
Text Example
Text Example
White with #F1D1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1BA; }
p { color: rgb(241,209,186); }
H1.HeaderClassName
{
color: #F1D1BA;
}
.AnyTagClassName
{
color: #F1D1BA;
}
</style>
background-color css
<style>
a { background-color: #F1D1BA; }
a { background-color: rgb(241,209,186); }
div.DivClassName
{
background-color: #F1D1BA;
}
.BgClassName
{
background-color: #F1D1BA;
}
</style>
border-color css
<style>
span { border-color: #F1D1BA; }
span { border-color: rgb(241,209,186); }
td.TdClassName
{
border-color: #F1D1BA;
}
.TagClassName
{
border-color: #F1D1BA;
}
</style>