Shades of Beauty Bush #F2BCB9
Tints of Beauty Bush #F2BCB9
RGB
CMYK
RGB Variations
Color information
#F2BCB9 (or 0xF2BCB9) is known color: Beauty Bush. HEX triplet: F2, BC and B9. RGB value is (242,188,185). Sum of RGB (Red+Green+Blue) = 242+188+185=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 185 (72.66% from 255 or 30.08% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BCB9 is #0D4346. Grayscale: #CBCBCB. Windows color (decimal): -869191 or 12172530. OLE color: 12172530.
HSL color Cylindrical-coordinate representation of color #F2BCB9: hue angle of 3.16º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2BCB9 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 185 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.05 |
| HSL | 3.16º | 0.69% | 0.84% | - |
| HSV(B) | 3.16º | 0.24% | 0.95% | - |
| XYZ | 63.36 | 58.35 | 53.82 | - |
| YUV | 203.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 185 | 0 | 0.22 | 0.24 | 0.05 | 3.16 | 0.69 | 0.84 |
| Hex | F2 | BC | B9 | 0 | 16 | 18 | 5 | 3 | 45 | 54 |
| Octal | 362 | 274 | 271 | 0 | 26 | 30 | 5 | 3 | 105 | 124 |
| Binary | 11110010 | 10111100 | 10111001 | 0 | 10110 | 11000 | 101 | 11 | 1000101 | 1010100 |
Color Harmonies of #F2BCB9
Complementary color
Monochromatic Colors of #F2BCB9
Black with #F2BCB9
Text Example
Text Example
White with #F2BCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCB9; }
p { color: rgb(242,188,185); }
H1.HeaderClassName
{
color: #F2BCB9;
}
.AnyTagClassName
{
color: #F2BCB9;
}
</style>
background-color css
<style>
a { background-color: #F2BCB9; }
a { background-color: rgb(242,188,185); }
div.DivClassName
{
background-color: #F2BCB9;
}
.BgClassName
{
background-color: #F2BCB9;
}
</style>
border-color css
<style>
span { border-color: #F2BCB9; }
span { border-color: rgb(242,188,185); }
td.TdClassName
{
border-color: #F2BCB9;
}
.TagClassName
{
border-color: #F2BCB9;
}
</style>