Shades of Beauty Bush #F4BAB6
Tints of Beauty Bush #F4BAB6
RGB
CMYK
RGB Variations
Color information
#F4BAB6 (or 0xF4BAB6) is known color: Beauty Bush. HEX triplet: F4, BA and B6. RGB value is (244,186,182). Sum of RGB (Red+Green+Blue) = 244+186+182=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F4BAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4BAB6 is #0B4549. Grayscale: #CACACA. Windows color (decimal): -738634 or 11975412. OLE color: 11975412.
HSL color Cylindrical-coordinate representation of color #F4BAB6: hue angle of 3.87º 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 #F4BAB6 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 186 | 182 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.04 |
| HSL | 3.87º | 0.74% | 0.84% | - |
| HSV(B) | 3.87º | 0.25% | 0.96% | - |
| XYZ | 63.31 | 57.73 | 52.06 | - |
| YUV | 202.89 | 116.22 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 186 | 182 | 0 | 0.24 | 0.25 | 0.04 | 3.87 | 0.74 | 0.84 |
| Hex | F4 | BA | B6 | 0 | 18 | 19 | 4 | 4 | 4A | 54 |
| Octal | 364 | 272 | 266 | 0 | 30 | 31 | 4 | 4 | 112 | 124 |
| Binary | 11110100 | 10111010 | 10110110 | 0 | 11000 | 11001 | 100 | 100 | 1001010 | 1010100 |
Color Harmonies of #F4BAB6
Complementary color
Monochromatic Colors of #F4BAB6
Black with #F4BAB6
Text Example
Text Example
White with #F4BAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4BAB6; }
p { color: rgb(244,186,182); }
H1.HeaderClassName
{
color: #F4BAB6;
}
.AnyTagClassName
{
color: #F4BAB6;
}
</style>
background-color css
<style>
a { background-color: #F4BAB6; }
a { background-color: rgb(244,186,182); }
div.DivClassName
{
background-color: #F4BAB6;
}
.BgClassName
{
background-color: #F4BAB6;
}
</style>
border-color css
<style>
span { border-color: #F4BAB6; }
span { border-color: rgb(244,186,182); }
td.TdClassName
{
border-color: #F4BAB6;
}
.TagClassName
{
border-color: #F4BAB6;
}
</style>