Shades of Watusi #F1D0BA
Tints of Watusi #F1D0BA
RGB
CMYK
RGB Variations
Color information
#F1D0BA (or 0xF1D0BA) is known color: Watusi. HEX triplet: F1, D0 and BA. RGB value is (241,208,186). Sum of RGB (Red+Green+Blue) = 241+208+186=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 186 (73.05% from 255 or 29.29% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D0BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D0BA is #0E2F45. Grayscale: #D7D7D7. Windows color (decimal): -929606 or 12243185. OLE color: 12243185.
HSL color Cylindrical-coordinate representation of color #F1D0BA: hue angle of 24º 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 #F1D0BA is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 208 | 186 | - |
| CMYK | 0 | 0.14 | 0.23 | 0.05 |
| HSL | 24º | 0.66% | 0.84% | - |
| HSV(B) | 24º | 0.23% | 0.95% | - |
| XYZ | 67.69 | 67.36 | 55.89 | - |
| YUV | 215.36 | 111.43 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 208 | 186 | 0 | 0.14 | 0.23 | 0.05 | 24 | 0.66 | 0.84 |
| Hex | F1 | D0 | BA | 0 | E | 17 | 5 | 18 | 42 | 54 |
| Octal | 361 | 320 | 272 | 0 | 16 | 27 | 5 | 30 | 102 | 124 |
| Binary | 11110001 | 11010000 | 10111010 | 0 | 1110 | 10111 | 101 | 11000 | 1000010 | 1010100 |
Color Harmonies of #F1D0BA
Complementary color
Monochromatic Colors of #F1D0BA
Black with #F1D0BA
Text Example
Text Example
White with #F1D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D0BA; }
p { color: rgb(241,208,186); }
H1.HeaderClassName
{
color: #F1D0BA;
}
.AnyTagClassName
{
color: #F1D0BA;
}
</style>
background-color css
<style>
a { background-color: #F1D0BA; }
a { background-color: rgb(241,208,186); }
div.DivClassName
{
background-color: #F1D0BA;
}
.BgClassName
{
background-color: #F1D0BA;
}
</style>
border-color css
<style>
span { border-color: #F1D0BA; }
span { border-color: rgb(241,208,186); }
td.TdClassName
{
border-color: #F1D0BA;
}
.TagClassName
{
border-color: #F1D0BA;
}
</style>