Shades of Beauty Bush #F5BFB6
Tints of Beauty Bush #F5BFB6
RGB
CMYK
RGB Variations
Color information
#F5BFB6 (or 0xF5BFB6) is known color: Beauty Bush. HEX triplet: F5, BF and B6. RGB value is (245,191,182). Sum of RGB (Red+Green+Blue) = 245+191+182=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 182 (71.48% from 255 or 29.45% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BFB6 is #0A4049. Grayscale: #CECECE. Windows color (decimal): -671818 or 11976693. OLE color: 11976693.
HSL color Cylindrical-coordinate representation of color #F5BFB6: hue angle of 8.57º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5BFB6 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 191 | 182 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.04 |
| HSL | 8.57º | 0.76% | 0.84% | - |
| HSV(B) | 8.57º | 0.26% | 0.96% | - |
| XYZ | 64.73 | 60.05 | 52.44 | - |
| YUV | 206.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 191 | 182 | 0 | 0.22 | 0.26 | 0.04 | 8.57 | 0.76 | 0.84 |
| Hex | F5 | BF | B6 | 0 | 16 | 1A | 4 | 9 | 4C | 54 |
| Octal | 365 | 277 | 266 | 0 | 26 | 32 | 4 | 11 | 114 | 124 |
| Binary | 11110101 | 10111111 | 10110110 | 0 | 10110 | 11010 | 100 | 1001 | 1001100 | 1010100 |
Color Harmonies of #F5BFB6
Complementary color
Monochromatic Colors of #F5BFB6
Black with #F5BFB6
Text Example
Text Example
White with #F5BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BFB6; }
p { color: rgb(245,191,182); }
H1.HeaderClassName
{
color: #F5BFB6;
}
.AnyTagClassName
{
color: #F5BFB6;
}
</style>
background-color css
<style>
a { background-color: #F5BFB6; }
a { background-color: rgb(245,191,182); }
div.DivClassName
{
background-color: #F5BFB6;
}
.BgClassName
{
background-color: #F5BFB6;
}
</style>
border-color css
<style>
span { border-color: #F5BFB6; }
span { border-color: rgb(245,191,182); }
td.TdClassName
{
border-color: #F5BFB6;
}
.TagClassName
{
border-color: #F5BFB6;
}
</style>