Shades of Beauty Bush #F3BCB0
Tints of Beauty Bush #F3BCB0
RGB
CMYK
RGB Variations
Color information
#F3BCB0 (or 0xF3BCB0) is known color: Beauty Bush. HEX triplet: F3, BC and B0. RGB value is (243,188,176). Sum of RGB (Red+Green+Blue) = 243+188+176=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 176 (69.14% from 255 or 29.00% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BCB0 is #0C434F. Grayscale: #CBCBCB. Windows color (decimal): -803664 or 11582707. OLE color: 11582707.
HSL color Cylindrical-coordinate representation of color #F3BCB0: hue angle of 10.75º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3BCB0 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 176 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.05 |
| HSL | 10.75º | 0.74% | 0.82% | - |
| HSV(B) | 10.75º | 0.28% | 0.95% | - |
| XYZ | 62.78 | 58.16 | 48.99 | - |
| YUV | 203.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 176 | 0 | 0.23 | 0.28 | 0.05 | 10.75 | 0.74 | 0.82 |
| Hex | F3 | BC | B0 | 0 | 17 | 1C | 5 | B | 4A | 52 |
| Octal | 363 | 274 | 260 | 0 | 27 | 34 | 5 | 13 | 112 | 122 |
| Binary | 11110011 | 10111100 | 10110000 | 0 | 10111 | 11100 | 101 | 1011 | 1001010 | 1010010 |
Color Harmonies of #F3BCB0
Complementary color
Monochromatic Colors of #F3BCB0
Black with #F3BCB0
Text Example
Text Example
White with #F3BCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCB0; }
p { color: rgb(243,188,176); }
H1.HeaderClassName
{
color: #F3BCB0;
}
.AnyTagClassName
{
color: #F3BCB0;
}
</style>
background-color css
<style>
a { background-color: #F3BCB0; }
a { background-color: rgb(243,188,176); }
div.DivClassName
{
background-color: #F3BCB0;
}
.BgClassName
{
background-color: #F3BCB0;
}
</style>
border-color css
<style>
span { border-color: #F3BCB0; }
span { border-color: rgb(243,188,176); }
td.TdClassName
{
border-color: #F3BCB0;
}
.TagClassName
{
border-color: #F3BCB0;
}
</style>