Shades of Beauty Bush #F4BFB7
Tints of Beauty Bush #F4BFB7
RGB
CMYK
RGB Variations
Color information
#F4BFB7 (or 0xF4BFB7) is known color: Beauty Bush. HEX triplet: F4, BF and B7. RGB value is (244,191,183). Sum of RGB (Red+Green+Blue) = 244+191+183=618 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.48% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 183 (71.88% from 255 or 29.61% from 618); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFB7 is #0B4048. Grayscale: #CECECE. Windows color (decimal): -737353 or 12042228. OLE color: 12042228.
HSL color Cylindrical-coordinate representation of color #F4BFB7: hue angle of 7.87º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4BFB7 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 183 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.04 |
| HSL | 7.87º | 0.73% | 0.84% | - |
| HSV(B) | 7.87º | 0.25% | 0.96% | - |
| XYZ | 64.49 | 59.91 | 52.97 | - |
| YUV | 205.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 183 | 0 | 0.22 | 0.25 | 0.04 | 7.87 | 0.73 | 0.84 |
| Hex | F4 | BF | B7 | 0 | 16 | 19 | 4 | 8 | 49 | 54 |
| Octal | 364 | 277 | 267 | 0 | 26 | 31 | 4 | 10 | 111 | 124 |
| Binary | 11110100 | 10111111 | 10110111 | 0 | 10110 | 11001 | 100 | 1000 | 1001001 | 1010100 |
Color Harmonies of #F4BFB7
Complementary color
Monochromatic Colors of #F4BFB7
Black with #F4BFB7
Text Example
Text Example
White with #F4BFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFB7; }
p { color: rgb(244,191,183); }
H1.HeaderClassName
{
color: #F4BFB7;
}
.AnyTagClassName
{
color: #F4BFB7;
}
</style>
background-color css
<style>
a { background-color: #F4BFB7; }
a { background-color: rgb(244,191,183); }
div.DivClassName
{
background-color: #F4BFB7;
}
.BgClassName
{
background-color: #F4BFB7;
}
</style>
border-color css
<style>
span { border-color: #F4BFB7; }
span { border-color: rgb(244,191,183); }
td.TdClassName
{
border-color: #F4BFB7;
}
.TagClassName
{
border-color: #F4BFB7;
}
</style>