Shades of Beauty Bush #F2BCAF
Tints of Beauty Bush #F2BCAF
RGB
CMYK
RGB Variations
Color information
#F2BCAF (or 0xF2BCAF) is known color: Beauty Bush. HEX triplet: F2, BC and AF. RGB value is (242,188,175). Sum of RGB (Red+Green+Blue) = 242+188+175=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BCAF is #0D4350. Grayscale: #CACACA. Windows color (decimal): -869201 or 11517170. OLE color: 11517170.
HSL color Cylindrical-coordinate representation of color #F2BCAF: hue angle of 11.64º 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 #F2BCAF is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 188 | 175 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.05 |
| HSL | 11.64º | 0.72% | 0.82% | - |
| HSV(B) | 11.64º | 0.28% | 0.95% | - |
| XYZ | 62.34 | 57.94 | 48.46 | - |
| YUV | 202.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 188 | 175 | 0 | 0.22 | 0.28 | 0.05 | 11.64 | 0.72 | 0.82 |
| Hex | F2 | BC | AF | 0 | 16 | 1C | 5 | C | 48 | 52 |
| Octal | 362 | 274 | 257 | 0 | 26 | 34 | 5 | 14 | 110 | 122 |
| Binary | 11110010 | 10111100 | 10101111 | 0 | 10110 | 11100 | 101 | 1100 | 1001000 | 1010010 |
Color Harmonies of #F2BCAF
Complementary color
Monochromatic Colors of #F2BCAF
Black with #F2BCAF
Text Example
Text Example
White with #F2BCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BCAF; }
p { color: rgb(242,188,175); }
H1.HeaderClassName
{
color: #F2BCAF;
}
.AnyTagClassName
{
color: #F2BCAF;
}
</style>
background-color css
<style>
a { background-color: #F2BCAF; }
a { background-color: rgb(242,188,175); }
div.DivClassName
{
background-color: #F2BCAF;
}
.BgClassName
{
background-color: #F2BCAF;
}
</style>
border-color css
<style>
span { border-color: #F2BCAF; }
span { border-color: rgb(242,188,175); }
td.TdClassName
{
border-color: #F2BCAF;
}
.TagClassName
{
border-color: #F2BCAF;
}
</style>