Shades of Beauty Bush #F2BAB3
Tints of Beauty Bush #F2BAB3
RGB
CMYK
RGB Variations
Color information
#F2BAB3 (or 0xF2BAB3) is known color: Beauty Bush. HEX triplet: F2, BA and B3. RGB value is (242,186,179). Sum of RGB (Red+Green+Blue) = 242+186+179=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BAB3 is #0D454C. Grayscale: #CACACA. Windows color (decimal): -869709 or 11778802. OLE color: 11778802.
HSL color Cylindrical-coordinate representation of color #F2BAB3: hue angle of 6.67º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2BAB3 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 179 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.05 |
| HSL | 6.67º | 0.71% | 0.83% | - |
| HSV(B) | 6.67º | 0.26% | 0.95% | - |
| XYZ | 62.31 | 57.25 | 50.41 | - |
| YUV | 201.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 179 | 0 | 0.23 | 0.26 | 0.05 | 6.67 | 0.71 | 0.83 |
| Hex | F2 | BA | B3 | 0 | 17 | 1A | 5 | 7 | 47 | 53 |
| Octal | 362 | 272 | 263 | 0 | 27 | 32 | 5 | 7 | 107 | 123 |
| Binary | 11110010 | 10111010 | 10110011 | 0 | 10111 | 11010 | 101 | 111 | 1000111 | 1010011 |
Color Harmonies of #F2BAB3
Complementary color
Monochromatic Colors of #F2BAB3
Black with #F2BAB3
Text Example
Text Example
White with #F2BAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAB3; }
p { color: rgb(242,186,179); }
H1.HeaderClassName
{
color: #F2BAB3;
}
.AnyTagClassName
{
color: #F2BAB3;
}
</style>
background-color css
<style>
a { background-color: #F2BAB3; }
a { background-color: rgb(242,186,179); }
div.DivClassName
{
background-color: #F2BAB3;
}
.BgClassName
{
background-color: #F2BAB3;
}
</style>
border-color css
<style>
span { border-color: #F2BAB3; }
span { border-color: rgb(242,186,179); }
td.TdClassName
{
border-color: #F2BAB3;
}
.TagClassName
{
border-color: #F2BAB3;
}
</style>