Shades of Beauty Bush #F6BDB7
Tints of Beauty Bush #F6BDB7
RGB
CMYK
RGB Variations
Color information
#F6BDB7 (or 0xF6BDB7) is known color: Beauty Bush. HEX triplet: F6, BD and B7. RGB value is (246,189,183). Sum of RGB (Red+Green+Blue) = 246+189+183=618 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.81% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 183 (71.88% from 255 or 29.61% from 618); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDB7 is #094248. Grayscale: #CDCDCD. Windows color (decimal): -606793 or 12041718. OLE color: 12041718.
HSL color Cylindrical-coordinate representation of color #F6BDB7: hue angle of 5.71º 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 #F6BDB7 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 183 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.04 |
| HSL | 5.71º | 0.78% | 0.84% | - |
| HSV(B) | 5.71º | 0.26% | 0.96% | - |
| XYZ | 64.75 | 59.41 | 52.85 | - |
| YUV | 205.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 183 | 0 | 0.23 | 0.26 | 0.04 | 5.71 | 0.78 | 0.84 |
| Hex | F6 | BD | B7 | 0 | 17 | 1A | 4 | 6 | 4E | 54 |
| Octal | 366 | 275 | 267 | 0 | 27 | 32 | 4 | 6 | 116 | 124 |
| Binary | 11110110 | 10111101 | 10110111 | 0 | 10111 | 11010 | 100 | 110 | 1001110 | 1010100 |
Color Harmonies of #F6BDB7
Complementary color
Monochromatic Colors of #F6BDB7
Black with #F6BDB7
Text Example
Text Example
White with #F6BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDB7; }
p { color: rgb(246,189,183); }
H1.HeaderClassName
{
color: #F6BDB7;
}
.AnyTagClassName
{
color: #F6BDB7;
}
</style>
background-color css
<style>
a { background-color: #F6BDB7; }
a { background-color: rgb(246,189,183); }
div.DivClassName
{
background-color: #F6BDB7;
}
.BgClassName
{
background-color: #F6BDB7;
}
</style>
border-color css
<style>
span { border-color: #F6BDB7; }
span { border-color: rgb(246,189,183); }
td.TdClassName
{
border-color: #F6BDB7;
}
.TagClassName
{
border-color: #F6BDB7;
}
</style>