Shades of Beauty Bush #F1B9B1
Tints of Beauty Bush #F1B9B1
RGB
CMYK
RGB Variations
Color information
#F1B9B1 (or 0xF1B9B1) is known color: Beauty Bush. HEX triplet: F1, B9 and B1. RGB value is (241,185,177). Sum of RGB (Red+Green+Blue) = 241+185+177=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B9B1 is #0E464E. Grayscale: #C8C8C8. Windows color (decimal): -935503 or 11647473. OLE color: 11647473.
HSL color Cylindrical-coordinate representation of color #F1B9B1: hue angle of 7.5º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B9B1 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 177 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.05 |
| HSL | 7.5º | 0.7% | 0.82% | - |
| HSV(B) | 7.5º | 0.27% | 0.95% | - |
| XYZ | 61.56 | 56.57 | 49.27 | - |
| YUV | 200.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 177 | 0 | 0.23 | 0.27 | 0.05 | 7.5 | 0.7 | 0.82 |
| Hex | F1 | B9 | B1 | 0 | 17 | 1B | 5 | 8 | 46 | 52 |
| Octal | 361 | 271 | 261 | 0 | 27 | 33 | 5 | 10 | 106 | 122 |
| Binary | 11110001 | 10111001 | 10110001 | 0 | 10111 | 11011 | 101 | 1000 | 1000110 | 1010010 |
Color Harmonies of #F1B9B1
Complementary color
Monochromatic Colors of #F1B9B1
Black with #F1B9B1
Text Example
Text Example
White with #F1B9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9B1; }
p { color: rgb(241,185,177); }
H1.HeaderClassName
{
color: #F1B9B1;
}
.AnyTagClassName
{
color: #F1B9B1;
}
</style>
background-color css
<style>
a { background-color: #F1B9B1; }
a { background-color: rgb(241,185,177); }
div.DivClassName
{
background-color: #F1B9B1;
}
.BgClassName
{
background-color: #F1B9B1;
}
</style>
border-color css
<style>
span { border-color: #F1B9B1; }
span { border-color: rgb(241,185,177); }
td.TdClassName
{
border-color: #F1B9B1;
}
.TagClassName
{
border-color: #F1B9B1;
}
</style>