Shades of Beauty Bush #F1BFBA
Tints of Beauty Bush #F1BFBA
RGB
CMYK
RGB Variations
Color information
#F1BFBA (or 0xF1BFBA) is known color: Beauty Bush. HEX triplet: F1, BF and BA. RGB value is (241,191,186). Sum of RGB (Red+Green+Blue) = 241+191+186=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFBA is #0E4045. Grayscale: #CDCDCD. Windows color (decimal): -933958 or 12238833. OLE color: 12238833.
HSL color Cylindrical-coordinate representation of color #F1BFBA: hue angle of 5.45º 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 #F1BFBA is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 186 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.05 |
| HSL | 5.45º | 0.66% | 0.84% | - |
| HSV(B) | 5.45º | 0.23% | 0.95% | - |
| XYZ | 63.77 | 59.51 | 54.58 | - |
| YUV | 205.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 186 | 0 | 0.21 | 0.23 | 0.05 | 5.45 | 0.66 | 0.84 |
| Hex | F1 | BF | BA | 0 | 15 | 17 | 5 | 5 | 42 | 54 |
| Octal | 361 | 277 | 272 | 0 | 25 | 27 | 5 | 5 | 102 | 124 |
| Binary | 11110001 | 10111111 | 10111010 | 0 | 10101 | 10111 | 101 | 101 | 1000010 | 1010100 |
Color Harmonies of #F1BFBA
Complementary color
Monochromatic Colors of #F1BFBA
Black with #F1BFBA
Text Example
Text Example
White with #F1BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFBA; }
p { color: rgb(241,191,186); }
H1.HeaderClassName
{
color: #F1BFBA;
}
.AnyTagClassName
{
color: #F1BFBA;
}
</style>
background-color css
<style>
a { background-color: #F1BFBA; }
a { background-color: rgb(241,191,186); }
div.DivClassName
{
background-color: #F1BFBA;
}
.BgClassName
{
background-color: #F1BFBA;
}
</style>
border-color css
<style>
span { border-color: #F1BFBA; }
span { border-color: rgb(241,191,186); }
td.TdClassName
{
border-color: #F1BFBA;
}
.TagClassName
{
border-color: #F1BFBA;
}
</style>