Shades of Beauty Bush #F3BCB9
Tints of Beauty Bush #F3BCB9
RGB
CMYK
RGB Variations
Color information
#F3BCB9 (or 0xF3BCB9) is known color: Beauty Bush. HEX triplet: F3, BC and B9. RGB value is (243,188,185). Sum of RGB (Red+Green+Blue) = 243+188+185=616 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.45% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCB9 is #0C4346. Grayscale: #CCCCCC. Windows color (decimal): -803655 or 12172531. OLE color: 12172531.
HSL color Cylindrical-coordinate representation of color #F3BCB9: hue angle of 3.1º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3BCB9 is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 185 | - |
| CMYK | 0 | 0.23 | 0.24 | 0.05 |
| HSL | 3.1º | 0.71% | 0.84% | - |
| HSV(B) | 3.1º | 0.24% | 0.95% | - |
| XYZ | 63.7 | 58.52 | 53.84 | - |
| YUV | 204.1 | 117.22 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 185 | 0 | 0.23 | 0.24 | 0.05 | 3.1 | 0.71 | 0.84 |
| Hex | F3 | BC | B9 | 0 | 17 | 18 | 5 | 3 | 47 | 54 |
| Octal | 363 | 274 | 271 | 0 | 27 | 30 | 5 | 3 | 107 | 124 |
| Binary | 11110011 | 10111100 | 10111001 | 0 | 10111 | 11000 | 101 | 11 | 1000111 | 1010100 |
Color Harmonies of #F3BCB9
Complementary color
Monochromatic Colors of #F3BCB9
Black with #F3BCB9
Text Example
Text Example
White with #F3BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCB9; }
p { color: rgb(243,188,185); }
H1.HeaderClassName
{
color: #F3BCB9;
}
.AnyTagClassName
{
color: #F3BCB9;
}
</style>
background-color css
<style>
a { background-color: #F3BCB9; }
a { background-color: rgb(243,188,185); }
div.DivClassName
{
background-color: #F3BCB9;
}
.BgClassName
{
background-color: #F3BCB9;
}
</style>
border-color css
<style>
span { border-color: #F3BCB9; }
span { border-color: rgb(243,188,185); }
td.TdClassName
{
border-color: #F3BCB9;
}
.TagClassName
{
border-color: #F3BCB9;
}
</style>