#F1BCBA

Color #F1BCBA Beauty Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beauty Bush #F1BCBA

Tints of Beauty Bush #F1BCBA

Color information

#F1BCBA (or 0xF1BCBA) is unknown color: approx Beauty Bush. HEX triplet: F1, BC and BA. RGB value is (241,188,186). Sum of RGB (Red+Green+Blue) = 241+188+186=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 186 (73.05% from 255 or 30.24% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1BCBA is #0E4345. Grayscale: #CBCBCB. Windows color (decimal): -934726 or 12238065. OLE color: 12238065.

HSL color Cylindrical-coordinate representation of color #F1BCBA: hue angle of 2.18º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1BCBA is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241188186-
CMYK00.220.230.05
HSL2.18º66.27%83.73%-
HSV(B)2.18º22.82%94.51%-
XYZ63.1258.2154.36-
YUV203.62118.06154.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 39.19%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 186 (73.05% from 255) = 30.24%
R=39.19%
G=30.57%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24118818600.220.230.052.1866.2783.73
HexF1BCBA01617524254
Octal3612742720262752102124
Binary111100011011110010111010010110101111011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1BCBA; }

 p { color: rgb(241,188,186); }

 H1.HeaderClassName
 {
   color: #F1BCBA;
 }
 .AnyTagClassName
 {
   color: #F1BCBA;
 }
</style>
background-color css

<style>
 a { background-color: #F1BCBA; }

 a { background-color: rgb(241,188,186); }

 div.DivClassName
 {
   background-color: #F1BCBA;
 }
 .BgClassName
 {
   background-color: #F1BCBA;
 }
</style>
border-color css

<style>
 span { border-color: #F1BCBA; }

 span { border-color: rgb(241,188,186); }

 td.TdClassName
 {
   border-color: #F1BCBA;
 }
 .TagClassName
 {
   border-color: #F1BCBA;
 }
</style>