Shades of Beauty Bush #F3B9B3
Tints of Beauty Bush #F3B9B3
RGB
CMYK
RGB Variations
Color information
#F3B9B3 (or 0xF3B9B3) is known color: Beauty Bush. HEX triplet: F3, B9 and B3. RGB value is (243,185,179). Sum of RGB (Red+Green+Blue) = 243+185+179=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 179 (70.31% from 255 or 29.49% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3B9B3 is #0C464C. Grayscale: #C9C9C9. Windows color (decimal): -804429 or 11778547. OLE color: 11778547.
HSL color Cylindrical-coordinate representation of color #F3B9B3: hue angle of 5.62º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3B9B3 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 185 | 179 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.05 |
| HSL | 5.63º | 0.73% | 0.83% | - |
| HSV(B) | 5.63º | 0.26% | 0.95% | - |
| XYZ | 62.45 | 57.01 | 50.36 | - |
| YUV | 201.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 185 | 179 | 0 | 0.24 | 0.26 | 0.05 | 5.63 | 0.73 | 0.83 |
| Hex | F3 | B9 | B3 | 0 | 18 | 1A | 5 | 6 | 49 | 53 |
| Octal | 363 | 271 | 263 | 0 | 30 | 32 | 5 | 6 | 111 | 123 |
| Binary | 11110011 | 10111001 | 10110011 | 0 | 11000 | 11010 | 101 | 110 | 1001001 | 1010011 |
Color Harmonies of #F3B9B3
Complementary color
Monochromatic Colors of #F3B9B3
Black with #F3B9B3
Text Example
Text Example
White with #F3B9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B9B3; }
p { color: rgb(243,185,179); }
H1.HeaderClassName
{
color: #F3B9B3;
}
.AnyTagClassName
{
color: #F3B9B3;
}
</style>
background-color css
<style>
a { background-color: #F3B9B3; }
a { background-color: rgb(243,185,179); }
div.DivClassName
{
background-color: #F3B9B3;
}
.BgClassName
{
background-color: #F3B9B3;
}
</style>
border-color css
<style>
span { border-color: #F3B9B3; }
span { border-color: rgb(243,185,179); }
td.TdClassName
{
border-color: #F3B9B3;
}
.TagClassName
{
border-color: #F3B9B3;
}
</style>