Shades of Beauty Bush #F2B7AB
Tints of Beauty Bush #F2B7AB
RGB
CMYK
RGB Variations
Color information
#F2B7AB (or 0xF2B7AB) is known color: Beauty Bush. HEX triplet: F2, B7 and AB. RGB value is (242,183,171). Sum of RGB (Red+Green+Blue) = 242+183+171=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B7AB is #0D4854. Grayscale: #C7C7C7. Windows color (decimal): -870485 or 11253746. OLE color: 11253746.
HSL color Cylindrical-coordinate representation of color #F2B7AB: hue angle of 10.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2B7AB is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 171 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.05 |
| HSL | 10.14º | 0.73% | 0.81% | - |
| HSV(B) | 10.14º | 0.29% | 0.95% | - |
| XYZ | 60.9 | 55.68 | 46.07 | - |
| YUV | 199.27 | 112.05 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 171 | 0 | 0.24 | 0.29 | 0.05 | 10.14 | 0.73 | 0.81 |
| Hex | F2 | B7 | AB | 0 | 18 | 1D | 5 | A | 49 | 51 |
| Octal | 362 | 267 | 253 | 0 | 30 | 35 | 5 | 12 | 111 | 121 |
| Binary | 11110010 | 10110111 | 10101011 | 0 | 11000 | 11101 | 101 | 1010 | 1001001 | 1010001 |
Color Harmonies of #F2B7AB
Complementary color
Monochromatic Colors of #F2B7AB
Black with #F2B7AB
Text Example
Text Example
White with #F2B7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B7AB; }
p { color: rgb(242,183,171); }
H1.HeaderClassName
{
color: #F2B7AB;
}
.AnyTagClassName
{
color: #F2B7AB;
}
</style>
background-color css
<style>
a { background-color: #F2B7AB; }
a { background-color: rgb(242,183,171); }
div.DivClassName
{
background-color: #F2B7AB;
}
.BgClassName
{
background-color: #F2B7AB;
}
</style>
border-color css
<style>
span { border-color: #F2B7AB; }
span { border-color: rgb(242,183,171); }
td.TdClassName
{
border-color: #F2B7AB;
}
.TagClassName
{
border-color: #F2B7AB;
}
</style>