Shades of Beauty Bush #F3BCB6
Tints of Beauty Bush #F3BCB6
RGB
CMYK
RGB Variations
Color information
#F3BCB6 (or 0xF3BCB6) is known color: Beauty Bush. HEX triplet: F3, BC and B6. RGB value is (243,188,182). Sum of RGB (Red+Green+Blue) = 243+188+182=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BCB6 is #0C4349. Grayscale: #CBCBCB. Windows color (decimal): -803658 or 11975923. OLE color: 11975923.
HSL color Cylindrical-coordinate representation of color #F3BCB6: hue angle of 5.9º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3BCB6 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 188 | 182 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.05 |
| HSL | 5.9º | 0.72% | 0.83% | - |
| HSV(B) | 5.9º | 0.25% | 0.95% | - |
| XYZ | 63.39 | 58.4 | 52.19 | - |
| YUV | 203.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 188 | 182 | 0 | 0.23 | 0.25 | 0.05 | 5.9 | 0.72 | 0.83 |
| Hex | F3 | BC | B6 | 0 | 17 | 19 | 5 | 6 | 48 | 53 |
| Octal | 363 | 274 | 266 | 0 | 27 | 31 | 5 | 6 | 110 | 123 |
| Binary | 11110011 | 10111100 | 10110110 | 0 | 10111 | 11001 | 101 | 110 | 1001000 | 1010011 |
Color Harmonies of #F3BCB6
Complementary color
Monochromatic Colors of #F3BCB6
Black with #F3BCB6
Text Example
Text Example
White with #F3BCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BCB6; }
p { color: rgb(243,188,182); }
H1.HeaderClassName
{
color: #F3BCB6;
}
.AnyTagClassName
{
color: #F3BCB6;
}
</style>
background-color css
<style>
a { background-color: #F3BCB6; }
a { background-color: rgb(243,188,182); }
div.DivClassName
{
background-color: #F3BCB6;
}
.BgClassName
{
background-color: #F3BCB6;
}
</style>
border-color css
<style>
span { border-color: #F3BCB6; }
span { border-color: rgb(243,188,182); }
td.TdClassName
{
border-color: #F3BCB6;
}
.TagClassName
{
border-color: #F3BCB6;
}
</style>