#F5BEBA

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

Shades of Beauty Bush #F5BEBA

Tints of Beauty Bush #F5BEBA

Color information

#F5BEBA (or 0xF5BEBA) is unknown color: approx Beauty Bush. HEX triplet: F5, BE and BA. RGB value is (245,190,186). Sum of RGB (Red+Green+Blue) = 245+190+186=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BEBA is #0A4145. Grayscale: #CECECE. Windows color (decimal): -672070 or 12238581. OLE color: 12238581.

HSL color Cylindrical-coordinate representation of color #F5BEBA: hue angle of 4.07º 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 #F5BEBA is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245190186-
CMYK00.220.240.04
HSL4.07º74.68%84.51%-
HSV(B)4.07º24.08%96.08%-
XYZ64.9359.7854.57-
YUV205.99116.72155.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.45%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=39.45%
G=30.60%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24519018600.220.240.044.0774.6884.51
HexF5BEBA01618444b55
Octal3652762720263044113125
Binary1111010110111110101110100101101100010010010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BEBA; }

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

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

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

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

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

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

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

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