Shades of Watusi #F1C5BA
Tints of Watusi #F1C5BA
RGB
CMYK
RGB Variations
Color information
#F1C5BA (or 0xF1C5BA) is known color: Watusi. HEX triplet: F1, C5 and BA. RGB value is (241,197,186). Sum of RGB (Red+Green+Blue) = 241+197+186=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C5BA is #0E3A45. Grayscale: #D0D0D0. Windows color (decimal): -932422 or 12240369. OLE color: 12240369.
HSL color Cylindrical-coordinate representation of color #F1C5BA: hue angle of 12º 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 #F1C5BA is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 197 | 186 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.05 |
| HSL | 12º | 0.66% | 0.84% | - |
| HSV(B) | 12º | 0.23% | 0.95% | - |
| XYZ | 65.1 | 62.18 | 55.02 | - |
| YUV | 208.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 197 | 186 | 0 | 0.18 | 0.23 | 0.05 | 12 | 0.66 | 0.84 |
| Hex | F1 | C5 | BA | 0 | 12 | 17 | 5 | C | 42 | 54 |
| Octal | 361 | 305 | 272 | 0 | 22 | 27 | 5 | 14 | 102 | 124 |
| Binary | 11110001 | 11000101 | 10111010 | 0 | 10010 | 10111 | 101 | 1100 | 1000010 | 1010100 |
Color Harmonies of #F1C5BA
Complementary color
Monochromatic Colors of #F1C5BA
Black with #F1C5BA
Text Example
Text Example
White with #F1C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C5BA; }
p { color: rgb(241,197,186); }
H1.HeaderClassName
{
color: #F1C5BA;
}
.AnyTagClassName
{
color: #F1C5BA;
}
</style>
background-color css
<style>
a { background-color: #F1C5BA; }
a { background-color: rgb(241,197,186); }
div.DivClassName
{
background-color: #F1C5BA;
}
.BgClassName
{
background-color: #F1C5BA;
}
</style>
border-color css
<style>
span { border-color: #F1C5BA; }
span { border-color: rgb(241,197,186); }
td.TdClassName
{
border-color: #F1C5BA;
}
.TagClassName
{
border-color: #F1C5BA;
}
</style>