Shades of Beauty Bush #F3BBBB
Tints of Beauty Bush #F3BBBB
RGB
CMYK
RGB Variations
Color information
#F3BBBB (or 0xF3BBBB) is known color: Beauty Bush. HEX triplet: F3, BB and BB. RGB value is (243,187,187). Sum of RGB (Red+Green+Blue) = 243+187+187=617 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.38% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBBB is #0C4444. Grayscale: #CBCBCB. Windows color (decimal): -803909 or 12303347. OLE color: 12303347.
HSL color Cylindrical-coordinate representation of color #F3BBBB: hue angle of 0º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3BBBB is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 187 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.05 |
| HSL | 0º | 0.7% | 0.84% | - |
| HSV(B) | 0º | 0.23% | 0.95% | - |
| XYZ | 63.7 | 58.18 | 54.89 | - |
| YUV | 203.74 | 118.55 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 187 | 0 | 0.23 | 0.23 | 0.05 | 0 | 0.7 | 0.84 |
| Hex | F3 | BB | BB | 0 | 17 | 17 | 5 | 0 | 46 | 54 |
| Octal | 363 | 273 | 273 | 0 | 27 | 27 | 5 | 0 | 106 | 124 |
| Binary | 11110011 | 10111011 | 10111011 | 0 | 10111 | 10111 | 101 | 0 | 1000110 | 1010100 |
Color Harmonies of #F3BBBB
Complementary color
Monochromatic Colors of #F3BBBB
Black with #F3BBBB
Text Example
Text Example
White with #F3BBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBBB; }
p { color: rgb(243,187,187); }
H1.HeaderClassName
{
color: #F3BBBB;
}
.AnyTagClassName
{
color: #F3BBBB;
}
</style>
background-color css
<style>
a { background-color: #F3BBBB; }
a { background-color: rgb(243,187,187); }
div.DivClassName
{
background-color: #F3BBBB;
}
.BgClassName
{
background-color: #F3BBBB;
}
</style>
border-color css
<style>
span { border-color: #F3BBBB; }
span { border-color: rgb(243,187,187); }
td.TdClassName
{
border-color: #F3BBBB;
}
.TagClassName
{
border-color: #F3BBBB;
}
</style>