Shades of Beauty Bush #F4BFB6
Tints of Beauty Bush #F4BFB6
RGB
CMYK
RGB Variations
Color information
#F4BFB6 (or 0xF4BFB6) is known color: Beauty Bush. HEX triplet: F4, BF and B6. RGB value is (244,191,182). Sum of RGB (Red+Green+Blue) = 244+191+182=617 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.55% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BFB6 is #0B4049. Grayscale: #CDCDCD. Windows color (decimal): -737354 or 11976692. OLE color: 11976692.
HSL color Cylindrical-coordinate representation of color #F4BFB6: hue angle of 8.71º degrees, saturation: 0.74, 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 #F4BFB6 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 191 | 182 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.04 |
| HSL | 8.71º | 0.74% | 0.84% | - |
| HSV(B) | 8.71º | 0.25% | 0.96% | - |
| XYZ | 64.38 | 59.87 | 52.42 | - |
| YUV | 205.82 | 114.56 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 191 | 182 | 0 | 0.22 | 0.25 | 0.04 | 8.71 | 0.74 | 0.84 |
| Hex | F4 | BF | B6 | 0 | 16 | 19 | 4 | 9 | 4A | 54 |
| Octal | 364 | 277 | 266 | 0 | 26 | 31 | 4 | 11 | 112 | 124 |
| Binary | 11110100 | 10111111 | 10110110 | 0 | 10110 | 11001 | 100 | 1001 | 1001010 | 1010100 |
Color Harmonies of #F4BFB6
Complementary color
Monochromatic Colors of #F4BFB6
Black with #F4BFB6
Text Example
Text Example
White with #F4BFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BFB6; }
p { color: rgb(244,191,182); }
H1.HeaderClassName
{
color: #F4BFB6;
}
.AnyTagClassName
{
color: #F4BFB6;
}
</style>
background-color css
<style>
a { background-color: #F4BFB6; }
a { background-color: rgb(244,191,182); }
div.DivClassName
{
background-color: #F4BFB6;
}
.BgClassName
{
background-color: #F4BFB6;
}
</style>
border-color css
<style>
span { border-color: #F4BFB6; }
span { border-color: rgb(244,191,182); }
td.TdClassName
{
border-color: #F4BFB6;
}
.TagClassName
{
border-color: #F4BFB6;
}
</style>