Shades of Beauty Bush #F1C2BA
Tints of Beauty Bush #F1C2BA
RGB
CMYK
RGB Variations
Color information
#F1C2BA (or 0xF1C2BA) is known color: Beauty Bush. HEX triplet: F1, C2 and BA. RGB value is (241,194,186). Sum of RGB (Red+Green+Blue) = 241+194+186=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C2BA is #0E3D45. Grayscale: #CFCFCF. Windows color (decimal): -933190 or 12239601. OLE color: 12239601.
HSL color Cylindrical-coordinate representation of color #F1C2BA: hue angle of 8.73º 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 #F1C2BA is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 194 | 186 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.05 |
| HSL | 8.73º | 0.66% | 0.84% | - |
| HSV(B) | 8.73º | 0.23% | 0.95% | - |
| XYZ | 64.43 | 60.83 | 54.8 | - |
| YUV | 207.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 194 | 186 | 0 | 0.20 | 0.23 | 0.05 | 8.73 | 0.66 | 0.84 |
| Hex | F1 | C2 | BA | 0 | 14 | 17 | 5 | 9 | 42 | 54 |
| Octal | 361 | 302 | 272 | 0 | 24 | 27 | 5 | 11 | 102 | 124 |
| Binary | 11110001 | 11000010 | 10111010 | 0 | 10100 | 10111 | 101 | 1001 | 1000010 | 1010100 |
Color Harmonies of #F1C2BA
Complementary color
Monochromatic Colors of #F1C2BA
Black with #F1C2BA
Text Example
Text Example
White with #F1C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C2BA; }
p { color: rgb(241,194,186); }
H1.HeaderClassName
{
color: #F1C2BA;
}
.AnyTagClassName
{
color: #F1C2BA;
}
</style>
background-color css
<style>
a { background-color: #F1C2BA; }
a { background-color: rgb(241,194,186); }
div.DivClassName
{
background-color: #F1C2BA;
}
.BgClassName
{
background-color: #F1C2BA;
}
</style>
border-color css
<style>
span { border-color: #F1C2BA; }
span { border-color: rgb(241,194,186); }
td.TdClassName
{
border-color: #F1C2BA;
}
.TagClassName
{
border-color: #F1C2BA;
}
</style>