Shades of Watusi #F1C7BA
Tints of Watusi #F1C7BA
RGB
CMYK
RGB Variations
Color information
#F1C7BA (or 0xF1C7BA) is known color: Watusi. HEX triplet: F1, C7 and BA. RGB value is (241,199,186). Sum of RGB (Red+Green+Blue) = 241+199+186=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 199 (78.12% from 255 or 31.79% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7BA is #0E3845. Grayscale: #D2D2D2. Windows color (decimal): -931910 or 12240881. OLE color: 12240881.
HSL color Cylindrical-coordinate representation of color #F1C7BA: hue angle of 14.18º 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 #F1C7BA is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 199 | 186 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.05 |
| HSL | 14.18º | 0.66% | 0.84% | - |
| HSV(B) | 14.18º | 0.23% | 0.95% | - |
| XYZ | 65.56 | 63.09 | 55.18 | - |
| YUV | 210.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 199 | 186 | 0 | 0.17 | 0.23 | 0.05 | 14.18 | 0.66 | 0.84 |
| Hex | F1 | C7 | BA | 0 | 11 | 17 | 5 | E | 42 | 54 |
| Octal | 361 | 307 | 272 | 0 | 21 | 27 | 5 | 16 | 102 | 124 |
| Binary | 11110001 | 11000111 | 10111010 | 0 | 10001 | 10111 | 101 | 1110 | 1000010 | 1010100 |
Color Harmonies of #F1C7BA
Complementary color
Monochromatic Colors of #F1C7BA
Black with #F1C7BA
Text Example
Text Example
White with #F1C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C7BA; }
p { color: rgb(241,199,186); }
H1.HeaderClassName
{
color: #F1C7BA;
}
.AnyTagClassName
{
color: #F1C7BA;
}
</style>
background-color css
<style>
a { background-color: #F1C7BA; }
a { background-color: rgb(241,199,186); }
div.DivClassName
{
background-color: #F1C7BA;
}
.BgClassName
{
background-color: #F1C7BA;
}
</style>
border-color css
<style>
span { border-color: #F1C7BA; }
span { border-color: rgb(241,199,186); }
td.TdClassName
{
border-color: #F1C7BA;
}
.TagClassName
{
border-color: #F1C7BA;
}
</style>