Shades of Beauty Bush #F1BCB4
Tints of Beauty Bush #F1BCB4
RGB
CMYK
RGB Variations
Color information
#F1BCB4 (or 0xF1BCB4) is known color: Beauty Bush. HEX triplet: F1, BC and B4. RGB value is (241,188,180). Sum of RGB (Red+Green+Blue) = 241+188+180=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCB4 is #0E434B. Grayscale: #CBCBCB. Windows color (decimal): -934732 or 11844849. OLE color: 11844849.
HSL color Cylindrical-coordinate representation of color #F1BCB4: hue angle of 7.87º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1BCB4 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 188 | 180 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.05 |
| HSL | 7.87º | 0.69% | 0.83% | - |
| HSV(B) | 7.87º | 0.25% | 0.95% | - |
| XYZ | 62.5 | 57.96 | 51.07 | - |
| YUV | 202.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 188 | 180 | 0 | 0.22 | 0.25 | 0.05 | 7.87 | 0.69 | 0.83 |
| Hex | F1 | BC | B4 | 0 | 16 | 19 | 5 | 8 | 45 | 53 |
| Octal | 361 | 274 | 264 | 0 | 26 | 31 | 5 | 10 | 105 | 123 |
| Binary | 11110001 | 10111100 | 10110100 | 0 | 10110 | 11001 | 101 | 1000 | 1000101 | 1010011 |
Color Harmonies of #F1BCB4
Complementary color
Monochromatic Colors of #F1BCB4
Black with #F1BCB4
Text Example
Text Example
White with #F1BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BCB4; }
p { color: rgb(241,188,180); }
H1.HeaderClassName
{
color: #F1BCB4;
}
.AnyTagClassName
{
color: #F1BCB4;
}
</style>
background-color css
<style>
a { background-color: #F1BCB4; }
a { background-color: rgb(241,188,180); }
div.DivClassName
{
background-color: #F1BCB4;
}
.BgClassName
{
background-color: #F1BCB4;
}
</style>
border-color css
<style>
span { border-color: #F1BCB4; }
span { border-color: rgb(241,188,180); }
td.TdClassName
{
border-color: #F1BCB4;
}
.TagClassName
{
border-color: #F1BCB4;
}
</style>