Shades of Beauty Bush #F1BFBB
Tints of Beauty Bush #F1BFBB
RGB
CMYK
RGB Variations
Color information
#F1BFBB (or 0xF1BFBB) is known color: Beauty Bush. HEX triplet: F1, BF and BB. RGB value is (241,191,187). Sum of RGB (Red+Green+Blue) = 241+191+187=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFBB is #0E4044. Grayscale: #CDCDCD. Windows color (decimal): -933957 or 12304369. OLE color: 12304369.
HSL color Cylindrical-coordinate representation of color #F1BFBB: hue angle of 4.44º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1BFBB is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 187 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.05 |
| HSL | 4.44º | 0.66% | 0.84% | - |
| HSV(B) | 4.44º | 0.22% | 0.95% | - |
| XYZ | 63.88 | 59.55 | 55.14 | - |
| YUV | 205.49 | 117.57 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 187 | 0 | 0.21 | 0.22 | 0.05 | 4.44 | 0.66 | 0.84 |
| Hex | F1 | BF | BB | 0 | 15 | 16 | 5 | 4 | 42 | 54 |
| Octal | 361 | 277 | 273 | 0 | 25 | 26 | 5 | 4 | 102 | 124 |
| Binary | 11110001 | 10111111 | 10111011 | 0 | 10101 | 10110 | 101 | 100 | 1000010 | 1010100 |
Color Harmonies of #F1BFBB
Complementary color
Monochromatic Colors of #F1BFBB
Black with #F1BFBB
Text Example
Text Example
White with #F1BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFBB; }
p { color: rgb(241,191,187); }
H1.HeaderClassName
{
color: #F1BFBB;
}
.AnyTagClassName
{
color: #F1BFBB;
}
</style>
background-color css
<style>
a { background-color: #F1BFBB; }
a { background-color: rgb(241,191,187); }
div.DivClassName
{
background-color: #F1BFBB;
}
.BgClassName
{
background-color: #F1BFBB;
}
</style>
border-color css
<style>
span { border-color: #F1BFBB; }
span { border-color: rgb(241,191,187); }
td.TdClassName
{
border-color: #F1BFBB;
}
.TagClassName
{
border-color: #F1BFBB;
}
</style>