Shades of Watusi #F1D1BD
Tints of Watusi #F1D1BD
RGB
CMYK
RGB Variations
Color information
#F1D1BD (or 0xF1D1BD) is known color: Watusi. HEX triplet: F1, D1 and BD. RGB value is (241,209,189). Sum of RGB (Red+Green+Blue) = 241+209+189=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D1BD is #0E2E42. Grayscale: #D8D8D8. Windows color (decimal): -929347 or 12440049. OLE color: 12440049.
HSL color Cylindrical-coordinate representation of color #F1D1BD: hue angle of 23.08º 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 #F1D1BD is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 189 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.05 |
| HSL | 23.08º | 0.65% | 0.84% | - |
| HSV(B) | 23.08º | 0.22% | 0.95% | - |
| XYZ | 68.26 | 67.98 | 57.67 | - |
| YUV | 216.29 | 112.6 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 189 | 0 | 0.13 | 0.22 | 0.05 | 23.08 | 0.65 | 0.84 |
| Hex | F1 | D1 | BD | 0 | D | 16 | 5 | 17 | 41 | 54 |
| Octal | 361 | 321 | 275 | 0 | 15 | 26 | 5 | 27 | 101 | 124 |
| Binary | 11110001 | 11010001 | 10111101 | 0 | 1101 | 10110 | 101 | 10111 | 1000001 | 1010100 |
Color Harmonies of #F1D1BD
Complementary color
Monochromatic Colors of #F1D1BD
Black with #F1D1BD
Text Example
Text Example
White with #F1D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D1BD; }
p { color: rgb(241,209,189); }
H1.HeaderClassName
{
color: #F1D1BD;
}
.AnyTagClassName
{
color: #F1D1BD;
}
</style>
background-color css
<style>
a { background-color: #F1D1BD; }
a { background-color: rgb(241,209,189); }
div.DivClassName
{
background-color: #F1D1BD;
}
.BgClassName
{
background-color: #F1D1BD;
}
</style>
border-color css
<style>
span { border-color: #F1D1BD; }
span { border-color: rgb(241,209,189); }
td.TdClassName
{
border-color: #F1D1BD;
}
.TagClassName
{
border-color: #F1D1BD;
}
</style>