Shades of Beauty Bush #F2BFBD
Tints of Beauty Bush #F2BFBD
RGB
CMYK
RGB Variations
Color information
#F2BFBD (or 0xF2BFBD) is known color: Beauty Bush. HEX triplet: F2, BF and BD. RGB value is (242,191,189). Sum of RGB (Red+Green+Blue) = 242+191+189=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFBD is #0D4042. Grayscale: #CECECE. Windows color (decimal): -868419 or 12435442. OLE color: 12435442.
HSL color Cylindrical-coordinate representation of color #F2BFBD: hue angle of 2.26º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F2BFBD is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 189 | - |
| CMYK | 0 | 0.21 | 0.22 | 0.05 |
| HSL | 2.26º | 0.67% | 0.85% | - |
| HSV(B) | 2.26º | 0.22% | 0.95% | - |
| XYZ | 64.43 | 59.81 | 56.29 | - |
| YUV | 206.02 | 118.4 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 189 | 0 | 0.21 | 0.22 | 0.05 | 2.26 | 0.67 | 0.85 |
| Hex | F2 | BF | BD | 0 | 15 | 16 | 5 | 2 | 43 | 55 |
| Octal | 362 | 277 | 275 | 0 | 25 | 26 | 5 | 2 | 103 | 125 |
| Binary | 11110010 | 10111111 | 10111101 | 0 | 10101 | 10110 | 101 | 10 | 1000011 | 1010101 |
Color Harmonies of #F2BFBD
Complementary color
Monochromatic Colors of #F2BFBD
Black with #F2BFBD
Text Example
Text Example
White with #F2BFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFBD; }
p { color: rgb(242,191,189); }
H1.HeaderClassName
{
color: #F2BFBD;
}
.AnyTagClassName
{
color: #F2BFBD;
}
</style>
background-color css
<style>
a { background-color: #F2BFBD; }
a { background-color: rgb(242,191,189); }
div.DivClassName
{
background-color: #F2BFBD;
}
.BgClassName
{
background-color: #F2BFBD;
}
</style>
border-color css
<style>
span { border-color: #F2BFBD; }
span { border-color: rgb(242,191,189); }
td.TdClassName
{
border-color: #F2BFBD;
}
.TagClassName
{
border-color: #F2BFBD;
}
</style>