Shades of Beauty Bush #F3BAAE
Tints of Beauty Bush #F3BAAE
RGB
CMYK
RGB Variations
Color information
#F3BAAE (or 0xF3BAAE) is known color: Beauty Bush. HEX triplet: F3, BA and AE. RGB value is (243,186,174). Sum of RGB (Red+Green+Blue) = 243+186+174=603 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.30% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BAAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BAAE is #0C4551. Grayscale: #C9C9C9. Windows color (decimal): -804178 or 11451123. OLE color: 11451123.
HSL color Cylindrical-coordinate representation of color #F3BAAE: hue angle of 10.43º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F3BAAE is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 186 | 174 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.05 |
| HSL | 10.43º | 0.74% | 0.82% | - |
| HSV(B) | 10.43º | 0.28% | 0.95% | - |
| XYZ | 62.16 | 57.23 | 47.81 | - |
| YUV | 201.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 186 | 174 | 0 | 0.23 | 0.28 | 0.05 | 10.43 | 0.74 | 0.82 |
| Hex | F3 | BA | AE | 0 | 17 | 1C | 5 | A | 4A | 52 |
| Octal | 363 | 272 | 256 | 0 | 27 | 34 | 5 | 12 | 112 | 122 |
| Binary | 11110011 | 10111010 | 10101110 | 0 | 10111 | 11100 | 101 | 1010 | 1001010 | 1010010 |
Color Harmonies of #F3BAAE
Complementary color
Monochromatic Colors of #F3BAAE
Black with #F3BAAE
Text Example
Text Example
White with #F3BAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BAAE; }
p { color: rgb(243,186,174); }
H1.HeaderClassName
{
color: #F3BAAE;
}
.AnyTagClassName
{
color: #F3BAAE;
}
</style>
background-color css
<style>
a { background-color: #F3BAAE; }
a { background-color: rgb(243,186,174); }
div.DivClassName
{
background-color: #F3BAAE;
}
.BgClassName
{
background-color: #F3BAAE;
}
</style>
border-color css
<style>
span { border-color: #F3BAAE; }
span { border-color: rgb(243,186,174); }
td.TdClassName
{
border-color: #F3BAAE;
}
.TagClassName
{
border-color: #F3BAAE;
}
</style>