#F5BCBA

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

Shades of Beauty Bush #F5BCBA

Tints of Beauty Bush #F5BCBA

Color information

#F5BCBA (or 0xF5BCBA) is unknown color: approx Beauty Bush. HEX triplet: F5, BC and BA. RGB value is (245,188,186). Sum of RGB (Red+Green+Blue) = 245+188+186=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCBA is #0A4345. Grayscale: #CCCCCC. Windows color (decimal): -672582 or 12238069. OLE color: 12238069.

HSL color Cylindrical-coordinate representation of color #F5BCBA: hue angle of 2.03º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5BCBA is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245188186-
CMYK00.230.240.04
HSL2.03º74.68%84.51%-
HSV(B)2.03º24.08%96.08%-
XYZ64.558.9254.43-
YUV204.82117.38156.66-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.58%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=39.58%
G=30.37%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518818600.230.240.042.0374.6884.51
HexF5BCBA01718424b55
Octal3652742720273042113125
Binary111101011011110010111010010111110001001010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCBA; }

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

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

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

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

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

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

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

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