Shades of Beauty Bush #F1BFBC
Tints of Beauty Bush #F1BFBC
RGB
CMYK
RGB Variations
Color information
#F1BFBC (or 0xF1BFBC) is known color: Beauty Bush. HEX triplet: F1, BF and BC. RGB value is (241,191,188). Sum of RGB (Red+Green+Blue) = 241+191+188=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BFBC is #0E4043. Grayscale: #CDCDCD. Windows color (decimal): -933956 or 12369905. OLE color: 12369905.
HSL color Cylindrical-coordinate representation of color #F1BFBC: hue angle of 3.4º degrees, saturation: 0.65, 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 #F1BFBC is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 191 | 188 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.05 |
| HSL | 3.4º | 0.65% | 0.84% | - |
| HSV(B) | 3.4º | 0.22% | 0.95% | - |
| XYZ | 63.98 | 59.59 | 55.71 | - |
| YUV | 205.61 | 118.07 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 188 | 0 | 0.21 | 0.22 | 0.05 | 3.4 | 0.65 | 0.84 |
| Hex | F1 | BF | BC | 0 | 15 | 16 | 5 | 3 | 41 | 54 |
| Octal | 361 | 277 | 274 | 0 | 25 | 26 | 5 | 3 | 101 | 124 |
| Binary | 11110001 | 10111111 | 10111100 | 0 | 10101 | 10110 | 101 | 11 | 1000001 | 1010100 |
Color Harmonies of #F1BFBC
Complementary color
Monochromatic Colors of #F1BFBC
Black with #F1BFBC
Text Example
Text Example
White with #F1BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFBC; }
p { color: rgb(241,191,188); }
H1.HeaderClassName
{
color: #F1BFBC;
}
.AnyTagClassName
{
color: #F1BFBC;
}
</style>
background-color css
<style>
a { background-color: #F1BFBC; }
a { background-color: rgb(241,191,188); }
div.DivClassName
{
background-color: #F1BFBC;
}
.BgClassName
{
background-color: #F1BFBC;
}
</style>
border-color css
<style>
span { border-color: #F1BFBC; }
span { border-color: rgb(241,191,188); }
td.TdClassName
{
border-color: #F1BFBC;
}
.TagClassName
{
border-color: #F1BFBC;
}
</style>