Shades of Beauty Bush #F0C1BA
Tints of Beauty Bush #F0C1BA
RGB
CMYK
RGB Variations
Color information
#F0C1BA (or 0xF0C1BA) is known color: Beauty Bush. HEX triplet: F0, C1 and BA. RGB value is (240,193,186). Sum of RGB (Red+Green+Blue) = 240+193+186=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C1BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0C1BA is #0F3E45. Grayscale: #CECECE. Windows color (decimal): -998982 or 12239344. OLE color: 12239344.
HSL color Cylindrical-coordinate representation of color #F0C1BA: hue angle of 7.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F0C1BA is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 193 | 186 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.06 |
| HSL | 7.78º | 0.64% | 0.84% | - |
| HSV(B) | 7.78º | 0.23% | 0.94% | - |
| XYZ | 63.87 | 60.21 | 54.71 | - |
| YUV | 206.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 193 | 186 | 0 | 0.20 | 0.22 | 0.06 | 7.78 | 0.64 | 0.84 |
| Hex | F0 | C1 | BA | 0 | 14 | 16 | 6 | 8 | 40 | 54 |
| Octal | 360 | 301 | 272 | 0 | 24 | 26 | 6 | 10 | 100 | 124 |
| Binary | 11110000 | 11000001 | 10111010 | 0 | 10100 | 10110 | 110 | 1000 | 1000000 | 1010100 |
Color Harmonies of #F0C1BA
Complementary color
Monochromatic Colors of #F0C1BA
Black with #F0C1BA
Text Example
Text Example
White with #F0C1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0C1BA; }
p { color: rgb(240,193,186); }
H1.HeaderClassName
{
color: #F0C1BA;
}
.AnyTagClassName
{
color: #F0C1BA;
}
</style>
background-color css
<style>
a { background-color: #F0C1BA; }
a { background-color: rgb(240,193,186); }
div.DivClassName
{
background-color: #F0C1BA;
}
.BgClassName
{
background-color: #F0C1BA;
}
</style>
border-color css
<style>
span { border-color: #F0C1BA; }
span { border-color: rgb(240,193,186); }
td.TdClassName
{
border-color: #F0C1BA;
}
.TagClassName
{
border-color: #F0C1BA;
}
</style>