Shades of Beauty Bush #F2B8AB
Tints of Beauty Bush #F2B8AB
RGB
CMYK
RGB Variations
Color information
#F2B8AB (or 0xF2B8AB) is known color: Beauty Bush. HEX triplet: F2, B8 and AB. RGB value is (242,184,171). Sum of RGB (Red+Green+Blue) = 242+184+171=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 184 (72.27% from 255 or 30.82% from 597); Blue value is 171 (67.19% from 255 or 28.64% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B8AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B8AB is #0D4754. Grayscale: #C7C7C7. Windows color (decimal): -870229 or 11254002. OLE color: 11254002.
HSL color Cylindrical-coordinate representation of color #F2B8AB: hue angle of 10.99º 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 #F2B8AB is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 184 | 171 | - |
| CMYK | 0 | 0.24 | 0.29 | 0.05 |
| HSL | 10.99º | 0.73% | 0.81% | - |
| HSV(B) | 10.99º | 0.29% | 0.95% | - |
| XYZ | 61.11 | 56.1 | 46.14 | - |
| YUV | 199.86 | 111.72 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 184 | 171 | 0 | 0.24 | 0.29 | 0.05 | 10.99 | 0.73 | 0.81 |
| Hex | F2 | B8 | AB | 0 | 18 | 1D | 5 | B | 49 | 51 |
| Octal | 362 | 270 | 253 | 0 | 30 | 35 | 5 | 13 | 111 | 121 |
| Binary | 11110010 | 10111000 | 10101011 | 0 | 11000 | 11101 | 101 | 1011 | 1001001 | 1010001 |
Color Harmonies of #F2B8AB
Complementary color
Monochromatic Colors of #F2B8AB
Black with #F2B8AB
Text Example
Text Example
White with #F2B8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B8AB; }
p { color: rgb(242,184,171); }
H1.HeaderClassName
{
color: #F2B8AB;
}
.AnyTagClassName
{
color: #F2B8AB;
}
</style>
background-color css
<style>
a { background-color: #F2B8AB; }
a { background-color: rgb(242,184,171); }
div.DivClassName
{
background-color: #F2B8AB;
}
.BgClassName
{
background-color: #F2B8AB;
}
</style>
border-color css
<style>
span { border-color: #F2B8AB; }
span { border-color: rgb(242,184,171); }
td.TdClassName
{
border-color: #F2B8AB;
}
.TagClassName
{
border-color: #F2B8AB;
}
</style>