#F5BCB6

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

Shades of Beauty Bush #F5BCB6

Tints of Beauty Bush #F5BCB6

Color information

#F5BCB6 (or 0xF5BCB6) is unknown color: approx Beauty Bush. HEX triplet: F5, BC and B6. RGB value is (245,188,182). Sum of RGB (Red+Green+Blue) = 245+188+182=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BCB6 is #0A4349. Grayscale: #CCCCCC. Windows color (decimal): -672586 or 11975925. OLE color: 11975925.

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

Color convert

RGB245188182-
CMYK00.230.260.04
HSL5.71º75.9%83.73%-
HSV(B)5.71º25.71%96.08%-
XYZ64.0858.7652.22-
YUV204.36115.38156.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 188 (73.83% from 255) = 30.57%
BLUE value IS 182 (71.48% from 255) = 29.59%
R=39.84%
G=30.57%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518818200.230.260.045.7175.983.73
HexF5BCB60171A464c54
Octal3652742660273246114124
Binary1111010110111100101101100101111101010011010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BCB6; }

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

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

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

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

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

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

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

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