Shades of Beauty Bush #F1C0BB
Tints of Beauty Bush #F1C0BB
RGB
CMYK
RGB Variations
Color information
#F1C0BB (or 0xF1C0BB) is known color: Beauty Bush. HEX triplet: F1, C0 and BB. RGB value is (241,192,187). Sum of RGB (Red+Green+Blue) = 241+192+187=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 192 (75.39% from 255 or 30.97% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C0BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C0BB is #0E3F44. Grayscale: #CECECE. Windows color (decimal): -933701 or 12304625. OLE color: 12304625.
HSL color Cylindrical-coordinate representation of color #F1C0BB: hue angle of 5.56º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #F1C0BB is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 192 | 187 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.05 |
| HSL | 5.56º | 0.66% | 0.84% | - |
| HSV(B) | 5.56º | 0.22% | 0.95% | - |
| XYZ | 64.09 | 59.99 | 55.21 | - |
| YUV | 206.08 | 117.23 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 192 | 187 | 0 | 0.20 | 0.22 | 0.05 | 5.56 | 0.66 | 0.84 |
| Hex | F1 | C0 | BB | 0 | 14 | 16 | 5 | 6 | 42 | 54 |
| Octal | 361 | 300 | 273 | 0 | 24 | 26 | 5 | 6 | 102 | 124 |
| Binary | 11110001 | 11000000 | 10111011 | 0 | 10100 | 10110 | 101 | 110 | 1000010 | 1010100 |
Color Harmonies of #F1C0BB
Complementary color
Monochromatic Colors of #F1C0BB
Black with #F1C0BB
Text Example
Text Example
White with #F1C0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1C0BB; }
p { color: rgb(241,192,187); }
H1.HeaderClassName
{
color: #F1C0BB;
}
.AnyTagClassName
{
color: #F1C0BB;
}
</style>
background-color css
<style>
a { background-color: #F1C0BB; }
a { background-color: rgb(241,192,187); }
div.DivClassName
{
background-color: #F1C0BB;
}
.BgClassName
{
background-color: #F1C0BB;
}
</style>
border-color css
<style>
span { border-color: #F1C0BB; }
span { border-color: rgb(241,192,187); }
td.TdClassName
{
border-color: #F1C0BB;
}
.TagClassName
{
border-color: #F1C0BB;
}
</style>