Shades of Beauty Bush #F3BBB5
Tints of Beauty Bush #F3BBB5
RGB
CMYK
RGB Variations
Color information
#F3BBB5 (or 0xF3BBB5) is known color: Beauty Bush. HEX triplet: F3, BB and B5. RGB value is (243,187,181). Sum of RGB (Red+Green+Blue) = 243+187+181=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 181 (71.09% from 255 or 29.62% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BBB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BBB5 is #0C444A. Grayscale: #CBCBCB. Windows color (decimal): -803915 or 11910131. OLE color: 11910131.
HSL color Cylindrical-coordinate representation of color #F3BBB5: hue angle of 5.81º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3BBB5 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 187 | 181 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.05 |
| HSL | 5.81º | 0.72% | 0.83% | - |
| HSV(B) | 5.81º | 0.26% | 0.95% | - |
| XYZ | 63.07 | 57.93 | 51.57 | - |
| YUV | 203.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 187 | 181 | 0 | 0.23 | 0.26 | 0.05 | 5.81 | 0.72 | 0.83 |
| Hex | F3 | BB | B5 | 0 | 17 | 1A | 5 | 6 | 48 | 53 |
| Octal | 363 | 273 | 265 | 0 | 27 | 32 | 5 | 6 | 110 | 123 |
| Binary | 11110011 | 10111011 | 10110101 | 0 | 10111 | 11010 | 101 | 110 | 1001000 | 1010011 |
Color Harmonies of #F3BBB5
Complementary color
Monochromatic Colors of #F3BBB5
Black with #F3BBB5
Text Example
Text Example
White with #F3BBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BBB5; }
p { color: rgb(243,187,181); }
H1.HeaderClassName
{
color: #F3BBB5;
}
.AnyTagClassName
{
color: #F3BBB5;
}
</style>
background-color css
<style>
a { background-color: #F3BBB5; }
a { background-color: rgb(243,187,181); }
div.DivClassName
{
background-color: #F3BBB5;
}
.BgClassName
{
background-color: #F3BBB5;
}
</style>
border-color css
<style>
span { border-color: #F3BBB5; }
span { border-color: rgb(243,187,181); }
td.TdClassName
{
border-color: #F3BBB5;
}
.TagClassName
{
border-color: #F3BBB5;
}
</style>