Shades of Watusi #F1D1BB
Tints of Watusi #F1D1BB
RGB
CMYK
RGB Variations
Color information
#F1D1BB (or 0xF1D1BB) is known color: Watusi. HEX triplet: F1, D1 and BB. RGB value is (241,209,187). Sum of RGB (Red+Green+Blue) = 241+209+187=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1BB is #0E2E44. Grayscale: #D8D8D8. Windows color (decimal): -929349 or 12308977. OLE color: 12308977.
HSL color Cylindrical-coordinate representation of color #F1D1BB: hue angle of 24.44º degrees, saturation: 0.66, 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 #F1D1BB is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 187 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.05 |
| HSL | 24.44º | 0.66% | 0.84% | - |
| HSV(B) | 24.44º | 0.22% | 0.95% | - |
| XYZ | 68.05 | 67.89 | 56.53 | - |
| YUV | 216.06 | 111.6 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 187 | 0 | 0.13 | 0.22 | 0.05 | 24.44 | 0.66 | 0.84 |
| Hex | F1 | D1 | BB | 0 | D | 16 | 5 | 18 | 42 | 54 |
| Octal | 361 | 321 | 273 | 0 | 15 | 26 | 5 | 30 | 102 | 124 |
| Binary | 11110001 | 11010001 | 10111011 | 0 | 1101 | 10110 | 101 | 11000 | 1000010 | 1010100 |
Color Harmonies of #F1D1BB
Complementary color
Monochromatic Colors of #F1D1BB
Black with #F1D1BB
Text Example
Text Example
White with #F1D1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1BB; }
p { color: rgb(241,209,187); }
H1.HeaderClassName
{
color: #F1D1BB;
}
.AnyTagClassName
{
color: #F1D1BB;
}
</style>
background-color css
<style>
a { background-color: #F1D1BB; }
a { background-color: rgb(241,209,187); }
div.DivClassName
{
background-color: #F1D1BB;
}
.BgClassName
{
background-color: #F1D1BB;
}
</style>
border-color css
<style>
span { border-color: #F1D1BB; }
span { border-color: rgb(241,209,187); }
td.TdClassName
{
border-color: #F1D1BB;
}
.TagClassName
{
border-color: #F1D1BB;
}
</style>