Shades of Beauty Bush #F6BDB8
Tints of Beauty Bush #F6BDB8
RGB
CMYK
RGB Variations
Color information
#F6BDB8 (or 0xF6BDB8) is known color: Beauty Bush. HEX triplet: F6, BD and B8. RGB value is (246,189,184). Sum of RGB (Red+Green+Blue) = 246+189+184=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6BDB8 is #094247. Grayscale: #CDCDCD. Windows color (decimal): -606792 or 12107254. OLE color: 12107254.
HSL color Cylindrical-coordinate representation of color #F6BDB8: hue angle of 4.84º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6BDB8 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 184 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.04 |
| HSL | 4.84º | 0.78% | 0.84% | - |
| HSV(B) | 4.84º | 0.25% | 0.96% | - |
| XYZ | 64.86 | 59.45 | 53.4 | - |
| YUV | 205.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 184 | 0 | 0.23 | 0.25 | 0.04 | 4.84 | 0.78 | 0.84 |
| Hex | F6 | BD | B8 | 0 | 17 | 19 | 4 | 5 | 4E | 54 |
| Octal | 366 | 275 | 270 | 0 | 27 | 31 | 4 | 5 | 116 | 124 |
| Binary | 11110110 | 10111101 | 10111000 | 0 | 10111 | 11001 | 100 | 101 | 1001110 | 1010100 |
Color Harmonies of #F6BDB8
Complementary color
Monochromatic Colors of #F6BDB8
Black with #F6BDB8
Text Example
Text Example
White with #F6BDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BDB8; }
p { color: rgb(246,189,184); }
H1.HeaderClassName
{
color: #F6BDB8;
}
.AnyTagClassName
{
color: #F6BDB8;
}
</style>
background-color css
<style>
a { background-color: #F6BDB8; }
a { background-color: rgb(246,189,184); }
div.DivClassName
{
background-color: #F6BDB8;
}
.BgClassName
{
background-color: #F6BDB8;
}
</style>
border-color css
<style>
span { border-color: #F6BDB8; }
span { border-color: rgb(246,189,184); }
td.TdClassName
{
border-color: #F6BDB8;
}
.TagClassName
{
border-color: #F6BDB8;
}
</style>