Shades of Beauty Bush #F1B8B5
Tints of Beauty Bush #F1B8B5
RGB
CMYK
RGB Variations
Color information
#F1B8B5 (or 0xF1B8B5) is known color: Beauty Bush. HEX triplet: F1, B8 and B5. RGB value is (241,184,181). Sum of RGB (Red+Green+Blue) = 241+184+181=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 184 (72.27% from 255 or 30.36% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B8B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1B8B5 is #0E474A. Grayscale: #C8C8C8. Windows color (decimal): -935755 or 11909361. OLE color: 11909361.
HSL color Cylindrical-coordinate representation of color #F1B8B5: hue angle of 3º degrees, saturation: 0.68, 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 #F1B8B5 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 184 | 181 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.05 |
| HSL | 3º | 0.68% | 0.83% | - |
| HSV(B) | 3º | 0.25% | 0.95% | - |
| XYZ | 61.76 | 56.32 | 51.33 | - |
| YUV | 200.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 184 | 181 | 0 | 0.24 | 0.25 | 0.05 | 3 | 0.68 | 0.83 |
| Hex | F1 | B8 | B5 | 0 | 18 | 19 | 5 | 3 | 44 | 53 |
| Octal | 361 | 270 | 265 | 0 | 30 | 31 | 5 | 3 | 104 | 123 |
| Binary | 11110001 | 10111000 | 10110101 | 0 | 11000 | 11001 | 101 | 11 | 1000100 | 1010011 |
Color Harmonies of #F1B8B5
Complementary color
Monochromatic Colors of #F1B8B5
Black with #F1B8B5
Text Example
Text Example
White with #F1B8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B8B5; }
p { color: rgb(241,184,181); }
H1.HeaderClassName
{
color: #F1B8B5;
}
.AnyTagClassName
{
color: #F1B8B5;
}
</style>
background-color css
<style>
a { background-color: #F1B8B5; }
a { background-color: rgb(241,184,181); }
div.DivClassName
{
background-color: #F1B8B5;
}
.BgClassName
{
background-color: #F1B8B5;
}
</style>
border-color css
<style>
span { border-color: #F1B8B5; }
span { border-color: rgb(241,184,181); }
td.TdClassName
{
border-color: #F1B8B5;
}
.TagClassName
{
border-color: #F1B8B5;
}
</style>