Shades of Beauty Bush #F2B9AC
Tints of Beauty Bush #F2B9AC
RGB
CMYK
RGB Variations
Color information
#F2B9AC (or 0xF2B9AC) is known color: Beauty Bush. HEX triplet: F2, B9 and AC. RGB value is (242,185,172). Sum of RGB (Red+Green+Blue) = 242+185+172=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B9AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B9AC is #0D4653. Grayscale: #C8C8C8. Windows color (decimal): -869972 or 11319794. OLE color: 11319794.
HSL color Cylindrical-coordinate representation of color #F2B9AC: hue angle of 11.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 #F2B9AC is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 185 | 172 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.05 |
| HSL | 11.14º | 0.73% | 0.81% | - |
| HSV(B) | 11.14º | 0.29% | 0.95% | - |
| XYZ | 61.41 | 56.55 | 46.71 | - |
| YUV | 200.56 | 111.88 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 185 | 172 | 0 | 0.24 | 0.29 | 0.05 | 11.14 | 0.73 | 0.81 |
| Hex | F2 | B9 | AC | 0 | 18 | 1D | 5 | B | 49 | 51 |
| Octal | 362 | 271 | 254 | 0 | 30 | 35 | 5 | 13 | 111 | 121 |
| Binary | 11110010 | 10111001 | 10101100 | 0 | 11000 | 11101 | 101 | 1011 | 1001001 | 1010001 |
Color Harmonies of #F2B9AC
Complementary color
Monochromatic Colors of #F2B9AC
Black with #F2B9AC
Text Example
Text Example
White with #F2B9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B9AC; }
p { color: rgb(242,185,172); }
H1.HeaderClassName
{
color: #F2B9AC;
}
.AnyTagClassName
{
color: #F2B9AC;
}
</style>
background-color css
<style>
a { background-color: #F2B9AC; }
a { background-color: rgb(242,185,172); }
div.DivClassName
{
background-color: #F2B9AC;
}
.BgClassName
{
background-color: #F2B9AC;
}
</style>
border-color css
<style>
span { border-color: #F2B9AC; }
span { border-color: rgb(242,185,172); }
td.TdClassName
{
border-color: #F2B9AC;
}
.TagClassName
{
border-color: #F2B9AC;
}
</style>