Shades of Beauty Bush #F2BAAF
Tints of Beauty Bush #F2BAAF
RGB
CMYK
RGB Variations
Color information
#F2BAAF (or 0xF2BAAF) is known color: Beauty Bush. HEX triplet: F2, BA and AF. RGB value is (242,186,175). Sum of RGB (Red+Green+Blue) = 242+186+175=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BAAF is #0D4550. Grayscale: #C9C9C9. Windows color (decimal): -869713 or 11516658. OLE color: 11516658.
HSL color Cylindrical-coordinate representation of color #F2BAAF: hue angle of 9.85º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2BAAF is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 186 | 175 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.05 |
| HSL | 9.85º | 0.72% | 0.82% | - |
| HSV(B) | 9.85º | 0.28% | 0.95% | - |
| XYZ | 61.91 | 57.09 | 48.31 | - |
| YUV | 201.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 186 | 175 | 0 | 0.23 | 0.28 | 0.05 | 9.85 | 0.72 | 0.82 |
| Hex | F2 | BA | AF | 0 | 17 | 1C | 5 | A | 48 | 52 |
| Octal | 362 | 272 | 257 | 0 | 27 | 34 | 5 | 12 | 110 | 122 |
| Binary | 11110010 | 10111010 | 10101111 | 0 | 10111 | 11100 | 101 | 1010 | 1001000 | 1010010 |
Color Harmonies of #F2BAAF
Complementary color
Monochromatic Colors of #F2BAAF
Black with #F2BAAF
Text Example
Text Example
White with #F2BAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BAAF; }
p { color: rgb(242,186,175); }
H1.HeaderClassName
{
color: #F2BAAF;
}
.AnyTagClassName
{
color: #F2BAAF;
}
</style>
background-color css
<style>
a { background-color: #F2BAAF; }
a { background-color: rgb(242,186,175); }
div.DivClassName
{
background-color: #F2BAAF;
}
.BgClassName
{
background-color: #F2BAAF;
}
</style>
border-color css
<style>
span { border-color: #F2BAAF; }
span { border-color: rgb(242,186,175); }
td.TdClassName
{
border-color: #F2BAAF;
}
.TagClassName
{
border-color: #F2BAAF;
}
</style>