Shades of Beauty Bush #F2BFB4
Tints of Beauty Bush #F2BFB4
RGB
CMYK
RGB Variations
Color information
#F2BFB4 (or 0xF2BFB4) is known color: Beauty Bush. HEX triplet: F2, BF and B4. RGB value is (242,191,180). Sum of RGB (Red+Green+Blue) = 242+191+180=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2BFB4 is #0D404B. Grayscale: #CDCDCD. Windows color (decimal): -868428 or 11845618. OLE color: 11845618.
HSL color Cylindrical-coordinate representation of color #F2BFB4: hue angle of 10.65º degrees, saturation: 0.7, 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 #F2BFB4 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 191 | 180 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.05 |
| HSL | 10.65º | 0.7% | 0.83% | - |
| HSV(B) | 10.65º | 0.26% | 0.95% | - |
| XYZ | 63.49 | 59.43 | 51.31 | - |
| YUV | 205 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 191 | 180 | 0 | 0.21 | 0.26 | 0.05 | 10.65 | 0.7 | 0.83 |
| Hex | F2 | BF | B4 | 0 | 15 | 1A | 5 | B | 46 | 53 |
| Octal | 362 | 277 | 264 | 0 | 25 | 32 | 5 | 13 | 106 | 123 |
| Binary | 11110010 | 10111111 | 10110100 | 0 | 10101 | 11010 | 101 | 1011 | 1000110 | 1010011 |
Color Harmonies of #F2BFB4
Complementary color
Monochromatic Colors of #F2BFB4
Black with #F2BFB4
Text Example
Text Example
White with #F2BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2BFB4; }
p { color: rgb(242,191,180); }
H1.HeaderClassName
{
color: #F2BFB4;
}
.AnyTagClassName
{
color: #F2BFB4;
}
</style>
background-color css
<style>
a { background-color: #F2BFB4; }
a { background-color: rgb(242,191,180); }
div.DivClassName
{
background-color: #F2BFB4;
}
.BgClassName
{
background-color: #F2BFB4;
}
</style>
border-color css
<style>
span { border-color: #F2BFB4; }
span { border-color: rgb(242,191,180); }
td.TdClassName
{
border-color: #F2BFB4;
}
.TagClassName
{
border-color: #F2BFB4;
}
</style>