Shades of Beauty Bush #F1B9B4
Tints of Beauty Bush #F1B9B4
RGB
CMYK
RGB Variations
Color information
#F1B9B4 (or 0xF1B9B4) is known color: Beauty Bush. HEX triplet: F1, B9 and B4. RGB value is (241,185,180). Sum of RGB (Red+Green+Blue) = 241+185+180=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 185 (72.66% from 255 or 30.53% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B9B4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B9B4 is #0E464B. Grayscale: #C9C9C9. Windows color (decimal): -935500 or 11844081. OLE color: 11844081.
HSL color Cylindrical-coordinate representation of color #F1B9B4: hue angle of 4.92º 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 #F1B9B4 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 185 | 180 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.05 |
| HSL | 4.92º | 0.69% | 0.83% | - |
| HSV(B) | 4.92º | 0.25% | 0.95% | - |
| XYZ | 61.86 | 56.69 | 50.86 | - |
| YUV | 201.17 | 116.05 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 185 | 180 | 0 | 0.23 | 0.25 | 0.05 | 4.92 | 0.69 | 0.83 |
| Hex | F1 | B9 | B4 | 0 | 17 | 19 | 5 | 5 | 45 | 53 |
| Octal | 361 | 271 | 264 | 0 | 27 | 31 | 5 | 5 | 105 | 123 |
| Binary | 11110001 | 10111001 | 10110100 | 0 | 10111 | 11001 | 101 | 101 | 1000101 | 1010011 |
Color Harmonies of #F1B9B4
Complementary color
Monochromatic Colors of #F1B9B4
Black with #F1B9B4
Text Example
Text Example
White with #F1B9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B9B4; }
p { color: rgb(241,185,180); }
H1.HeaderClassName
{
color: #F1B9B4;
}
.AnyTagClassName
{
color: #F1B9B4;
}
</style>
background-color css
<style>
a { background-color: #F1B9B4; }
a { background-color: rgb(241,185,180); }
div.DivClassName
{
background-color: #F1B9B4;
}
.BgClassName
{
background-color: #F1B9B4;
}
</style>
border-color css
<style>
span { border-color: #F1B9B4; }
span { border-color: rgb(241,185,180); }
td.TdClassName
{
border-color: #F1B9B4;
}
.TagClassName
{
border-color: #F1B9B4;
}
</style>