Shades of Beauty Bush #F2B6B3
Tints of Beauty Bush #F2B6B3
RGB
CMYK
RGB Variations
Color information
#F2B6B3 (or 0xF2B6B3) is known color: Beauty Bush. HEX triplet: F2, B6 and B3. RGB value is (242,182,179). Sum of RGB (Red+Green+Blue) = 242+182+179=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 182 (71.48% from 255 or 30.18% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B6B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2B6B3 is #0D494C. Grayscale: #C7C7C7. Windows color (decimal): -870733 or 11777778. OLE color: 11777778.
HSL color Cylindrical-coordinate representation of color #F2B6B3: hue angle of 2.86º 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 #F2B6B3 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 182 | 179 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.05 |
| HSL | 2.86º | 0.71% | 0.83% | - |
| HSV(B) | 2.86º | 0.26% | 0.95% | - |
| XYZ | 61.48 | 55.59 | 50.14 | - |
| YUV | 199.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 182 | 179 | 0 | 0.25 | 0.26 | 0.05 | 2.86 | 0.71 | 0.83 |
| Hex | F2 | B6 | B3 | 0 | 19 | 1A | 5 | 3 | 47 | 53 |
| Octal | 362 | 266 | 263 | 0 | 31 | 32 | 5 | 3 | 107 | 123 |
| Binary | 11110010 | 10110110 | 10110011 | 0 | 11001 | 11010 | 101 | 11 | 1000111 | 1010011 |
Color Harmonies of #F2B6B3
Complementary color
Monochromatic Colors of #F2B6B3
Black with #F2B6B3
Text Example
Text Example
White with #F2B6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B6B3; }
p { color: rgb(242,182,179); }
H1.HeaderClassName
{
color: #F2B6B3;
}
.AnyTagClassName
{
color: #F2B6B3;
}
</style>
background-color css
<style>
a { background-color: #F2B6B3; }
a { background-color: rgb(242,182,179); }
div.DivClassName
{
background-color: #F2B6B3;
}
.BgClassName
{
background-color: #F2B6B3;
}
</style>
border-color css
<style>
span { border-color: #F2B6B3; }
span { border-color: rgb(242,182,179); }
td.TdClassName
{
border-color: #F2B6B3;
}
.TagClassName
{
border-color: #F2B6B3;
}
</style>