Shades of Beauty Bush #F3BFB4
Tints of Beauty Bush #F3BFB4
RGB
CMYK
RGB Variations
Color information
#F3BFB4 (or 0xF3BFB4) is known color: Beauty Bush. HEX triplet: F3, BF and B4. RGB value is (243,191,180). Sum of RGB (Red+Green+Blue) = 243+191+180=614 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.58% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BFB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3BFB4 is #0C404B. Grayscale: #CDCDCD. Windows color (decimal): -802892 or 11845619. OLE color: 11845619.
HSL color Cylindrical-coordinate representation of color #F3BFB4: hue angle of 10.48º degrees, saturation: 0.72, 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 #F3BFB4 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 191 | 180 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.05 |
| HSL | 10.48º | 0.72% | 0.83% | - |
| HSV(B) | 10.48º | 0.26% | 0.95% | - |
| XYZ | 63.83 | 59.61 | 51.32 | - |
| YUV | 205.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 191 | 180 | 0 | 0.21 | 0.26 | 0.05 | 10.48 | 0.72 | 0.83 |
| Hex | F3 | BF | B4 | 0 | 15 | 1A | 5 | A | 48 | 53 |
| Octal | 363 | 277 | 264 | 0 | 25 | 32 | 5 | 12 | 110 | 123 |
| Binary | 11110011 | 10111111 | 10110100 | 0 | 10101 | 11010 | 101 | 1010 | 1001000 | 1010011 |
Color Harmonies of #F3BFB4
Complementary color
Monochromatic Colors of #F3BFB4
Black with #F3BFB4
Text Example
Text Example
White with #F3BFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3BFB4; }
p { color: rgb(243,191,180); }
H1.HeaderClassName
{
color: #F3BFB4;
}
.AnyTagClassName
{
color: #F3BFB4;
}
</style>
background-color css
<style>
a { background-color: #F3BFB4; }
a { background-color: rgb(243,191,180); }
div.DivClassName
{
background-color: #F3BFB4;
}
.BgClassName
{
background-color: #F3BFB4;
}
</style>
border-color css
<style>
span { border-color: #F3BFB4; }
span { border-color: rgb(243,191,180); }
td.TdClassName
{
border-color: #F3BFB4;
}
.TagClassName
{
border-color: #F3BFB4;
}
</style>