Shades of Beauty Bush #F5BDBC
Tints of Beauty Bush #F5BDBC
RGB
CMYK
RGB Variations
Color information
#F5BDBC (or 0xF5BDBC) is known color: Beauty Bush. HEX triplet: F5, BD and BC. RGB value is (245,189,188). Sum of RGB (Red+Green+Blue) = 245+189+188=622 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.39% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 188 (73.83% from 255 or 30.23% from 622); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BDBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BDBC is #0A4243. Grayscale: #CDCDCD. Windows color (decimal): -672324 or 12369397. OLE color: 12369397.
HSL color Cylindrical-coordinate representation of color #F5BDBC: hue angle of 1.05º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F5BDBC is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 189 | 188 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.04 |
| HSL | 1.05º | 0.74% | 0.85% | - |
| HSV(B) | 1.05º | 0.23% | 0.96% | - |
| XYZ | 64.93 | 59.44 | 55.63 | - |
| YUV | 205.63 | 118.05 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 189 | 188 | 0 | 0.23 | 0.23 | 0.04 | 1.05 | 0.74 | 0.85 |
| Hex | F5 | BD | BC | 0 | 17 | 17 | 4 | 1 | 4A | 55 |
| Octal | 365 | 275 | 274 | 0 | 27 | 27 | 4 | 1 | 112 | 125 |
| Binary | 11110101 | 10111101 | 10111100 | 0 | 10111 | 10111 | 100 | 1 | 1001010 | 1010101 |
Color Harmonies of #F5BDBC
Complementary color
Monochromatic Colors of #F5BDBC
Black with #F5BDBC
Text Example
Text Example
White with #F5BDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5BDBC; }
p { color: rgb(245,189,188); }
H1.HeaderClassName
{
color: #F5BDBC;
}
.AnyTagClassName
{
color: #F5BDBC;
}
</style>
background-color css
<style>
a { background-color: #F5BDBC; }
a { background-color: rgb(245,189,188); }
div.DivClassName
{
background-color: #F5BDBC;
}
.BgClassName
{
background-color: #F5BDBC;
}
</style>
border-color css
<style>
span { border-color: #F5BDBC; }
span { border-color: rgb(245,189,188); }
td.TdClassName
{
border-color: #F5BDBC;
}
.TagClassName
{
border-color: #F5BDBC;
}
</style>