Shades of Beauty Bush #F4BFB8
Tints of Beauty Bush #F4BFB8
RGB
CMYK
RGB Variations
Color information
#F4BFB8 (or 0xF4BFB8) is known color: Beauty Bush. HEX triplet: F4, BF and B8. RGB value is (244,191,184). Sum of RGB (Red+Green+Blue) = 244+191+184=619 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.42% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFB8 is #0B4047. Grayscale: #CECECE. Windows color (decimal): -737352 or 12107764. OLE color: 12107764.
HSL color Cylindrical-coordinate representation of color #F4BFB8: hue angle of 7º 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 #F4BFB8 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 184 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.04 |
| HSL | 7º | 0.73% | 0.84% | - |
| HSV(B) | 7º | 0.25% | 0.96% | - |
| XYZ | 64.59 | 59.96 | 53.52 | - |
| YUV | 206.05 | 115.56 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 184 | 0 | 0.22 | 0.25 | 0.04 | 7 | 0.73 | 0.84 |
| Hex | F4 | BF | B8 | 0 | 16 | 19 | 4 | 7 | 49 | 54 |
| Octal | 364 | 277 | 270 | 0 | 26 | 31 | 4 | 7 | 111 | 124 |
| Binary | 11110100 | 10111111 | 10111000 | 0 | 10110 | 11001 | 100 | 111 | 1001001 | 1010100 |
Color Harmonies of #F4BFB8
Complementary color
Monochromatic Colors of #F4BFB8
Black with #F4BFB8
Text Example
Text Example
White with #F4BFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFB8; }
p { color: rgb(244,191,184); }
H1.HeaderClassName
{
color: #F4BFB8;
}
.AnyTagClassName
{
color: #F4BFB8;
}
</style>
background-color css
<style>
a { background-color: #F4BFB8; }
a { background-color: rgb(244,191,184); }
div.DivClassName
{
background-color: #F4BFB8;
}
.BgClassName
{
background-color: #F4BFB8;
}
</style>
border-color css
<style>
span { border-color: #F4BFB8; }
span { border-color: rgb(244,191,184); }
td.TdClassName
{
border-color: #F4BFB8;
}
.TagClassName
{
border-color: #F4BFB8;
}
</style>