Shades of Beauty Bush #F2BFBC
Tints of Beauty Bush #F2BFBC
RGB
CMYK
RGB Variations
Color information
#F2BFBC (or 0xF2BFBC) is known color: Beauty Bush. HEX triplet: F2, BF and BC. RGB value is (242,191,188). Sum of RGB (Red+Green+Blue) = 242+191+188=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 188 (73.83% from 255 or 30.27% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFBC is #0D4043. Grayscale: #CDCDCD. Windows color (decimal): -868420 or 12369906. OLE color: 12369906.
HSL color Cylindrical-coordinate representation of color #F2BFBC: hue angle of 3.33º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BFBC is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 188 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.05 |
| HSL | 3.33º | 0.68% | 0.84% | - |
| HSV(B) | 3.33º | 0.22% | 0.95% | - |
| XYZ | 64.33 | 59.77 | 55.72 | - |
| YUV | 205.91 | 117.9 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 188 | 0 | 0.21 | 0.22 | 0.05 | 3.33 | 0.68 | 0.84 |
| Hex | F2 | BF | BC | 0 | 15 | 16 | 5 | 3 | 44 | 54 |
| Octal | 362 | 277 | 274 | 0 | 25 | 26 | 5 | 3 | 104 | 124 |
| Binary | 11110010 | 10111111 | 10111100 | 0 | 10101 | 10110 | 101 | 11 | 1000100 | 1010100 |
Color Harmonies of #F2BFBC
Complementary color
Monochromatic Colors of #F2BFBC
Black with #F2BFBC
Text Example
Text Example
White with #F2BFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFBC; }
p { color: rgb(242,191,188); }
H1.HeaderClassName
{
color: #F2BFBC;
}
.AnyTagClassName
{
color: #F2BFBC;
}
</style>
background-color css
<style>
a { background-color: #F2BFBC; }
a { background-color: rgb(242,191,188); }
div.DivClassName
{
background-color: #F2BFBC;
}
.BgClassName
{
background-color: #F2BFBC;
}
</style>
border-color css
<style>
span { border-color: #F2BFBC; }
span { border-color: rgb(242,191,188); }
td.TdClassName
{
border-color: #F2BFBC;
}
.TagClassName
{
border-color: #F2BFBC;
}
</style>