Shades of Beauty Bush #F6BAB6
Tints of Beauty Bush #F6BAB6
RGB
CMYK
RGB Variations
Color information
#F6BAB6 (or 0xF6BAB6) is known color: Beauty Bush. HEX triplet: F6, BA and B6. RGB value is (246,186,182). Sum of RGB (Red+Green+Blue) = 246+186+182=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 182 (71.48% from 255 or 29.64% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BAB6 is #094549. Grayscale: #CBCBCB. Windows color (decimal): -607562 or 11975414. OLE color: 11975414.
HSL color Cylindrical-coordinate representation of color #F6BAB6: hue angle of 3.75º degrees, saturation: 0.78, 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 #F6BAB6 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 182 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.04 |
| HSL | 3.75º | 0.78% | 0.84% | - |
| HSV(B) | 3.75º | 0.26% | 0.96% | - |
| XYZ | 64.01 | 58.09 | 52.09 | - |
| YUV | 203.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 182 | 0 | 0.24 | 0.26 | 0.04 | 3.75 | 0.78 | 0.84 |
| Hex | F6 | BA | B6 | 0 | 18 | 1A | 4 | 4 | 4E | 54 |
| Octal | 366 | 272 | 266 | 0 | 30 | 32 | 4 | 4 | 116 | 124 |
| Binary | 11110110 | 10111010 | 10110110 | 0 | 11000 | 11010 | 100 | 100 | 1001110 | 1010100 |
Color Harmonies of #F6BAB6
Complementary color
Monochromatic Colors of #F6BAB6
Black with #F6BAB6
Text Example
Text Example
White with #F6BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BAB6; }
p { color: rgb(246,186,182); }
H1.HeaderClassName
{
color: #F6BAB6;
}
.AnyTagClassName
{
color: #F6BAB6;
}
</style>
background-color css
<style>
a { background-color: #F6BAB6; }
a { background-color: rgb(246,186,182); }
div.DivClassName
{
background-color: #F6BAB6;
}
.BgClassName
{
background-color: #F6BAB6;
}
</style>
border-color css
<style>
span { border-color: #F6BAB6; }
span { border-color: rgb(246,186,182); }
td.TdClassName
{
border-color: #F6BAB6;
}
.TagClassName
{
border-color: #F6BAB6;
}
</style>