Shades of Beauty Bush #F7B8B4
Tints of Beauty Bush #F7B8B4
RGB
CMYK
RGB Variations
Color information
#F7B8B4 (or 0xF7B8B4) is known color: Beauty Bush. HEX triplet: F7, B8 and B4. RGB value is (247,184,180). Sum of RGB (Red+Green+Blue) = 247+184+180=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 184 (72.27% from 255 or 30.11% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B8B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7B8B4 is #08474B. Grayscale: #CACACA. Windows color (decimal): -542540 or 11843831. OLE color: 11843831.
HSL color Cylindrical-coordinate representation of color #F7B8B4: hue angle of 3.58º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7B8B4 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 184 | 180 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.03 |
| HSL | 3.58º | 0.81% | 0.84% | - |
| HSV(B) | 3.58º | 0.27% | 0.97% | - |
| XYZ | 63.74 | 57.35 | 50.89 | - |
| YUV | 202.38 | 115.37 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 184 | 180 | 0 | 0.26 | 0.27 | 0.03 | 3.58 | 0.81 | 0.84 |
| Hex | F7 | B8 | B4 | 0 | 1A | 1B | 3 | 4 | 51 | 54 |
| Octal | 367 | 270 | 264 | 0 | 32 | 33 | 3 | 4 | 121 | 124 |
| Binary | 11110111 | 10111000 | 10110100 | 0 | 11010 | 11011 | 11 | 100 | 1010001 | 1010100 |
Color Harmonies of #F7B8B4
Complementary color
Monochromatic Colors of #F7B8B4
Black with #F7B8B4
Text Example
Text Example
White with #F7B8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B8B4; }
p { color: rgb(247,184,180); }
H1.HeaderClassName
{
color: #F7B8B4;
}
.AnyTagClassName
{
color: #F7B8B4;
}
</style>
background-color css
<style>
a { background-color: #F7B8B4; }
a { background-color: rgb(247,184,180); }
div.DivClassName
{
background-color: #F7B8B4;
}
.BgClassName
{
background-color: #F7B8B4;
}
</style>
border-color css
<style>
span { border-color: #F7B8B4; }
span { border-color: rgb(247,184,180); }
td.TdClassName
{
border-color: #F7B8B4;
}
.TagClassName
{
border-color: #F7B8B4;
}
</style>