Shades of Beauty Bush #F1BCB0
Tints of Beauty Bush #F1BCB0
RGB
CMYK
RGB Variations
Color information
#F1BCB0 (or 0xF1BCB0) is known color: Beauty Bush. HEX triplet: F1, BC and B0. RGB value is (241,188,176). Sum of RGB (Red+Green+Blue) = 241+188+176=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BCB0 is #0E434F. Grayscale: #CACACA. Windows color (decimal): -934736 or 11582705. OLE color: 11582705.
HSL color Cylindrical-coordinate representation of color #F1BCB0: hue angle of 11.08º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1BCB0 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 176 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.05 |
| HSL | 11.08º | 0.7% | 0.82% | - |
| HSV(B) | 11.08º | 0.27% | 0.95% | - |
| XYZ | 62.1 | 57.8 | 48.96 | - |
| YUV | 202.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 176 | 0 | 0.22 | 0.27 | 0.05 | 11.08 | 0.7 | 0.82 |
| Hex | F1 | BC | B0 | 0 | 16 | 1B | 5 | B | 46 | 52 |
| Octal | 361 | 274 | 260 | 0 | 26 | 33 | 5 | 13 | 106 | 122 |
| Binary | 11110001 | 10111100 | 10110000 | 0 | 10110 | 11011 | 101 | 1011 | 1000110 | 1010010 |
Color Harmonies of #F1BCB0
Complementary color
Monochromatic Colors of #F1BCB0
Black with #F1BCB0
Text Example
Text Example
White with #F1BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCB0; }
p { color: rgb(241,188,176); }
H1.HeaderClassName
{
color: #F1BCB0;
}
.AnyTagClassName
{
color: #F1BCB0;
}
</style>
background-color css
<style>
a { background-color: #F1BCB0; }
a { background-color: rgb(241,188,176); }
div.DivClassName
{
background-color: #F1BCB0;
}
.BgClassName
{
background-color: #F1BCB0;
}
</style>
border-color css
<style>
span { border-color: #F1BCB0; }
span { border-color: rgb(241,188,176); }
td.TdClassName
{
border-color: #F1BCB0;
}
.TagClassName
{
border-color: #F1BCB0;
}
</style>