#F5BAB6

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

Shades of Beauty Bush #F5BAB6

Tints of Beauty Bush #F5BAB6

Color information

#F5BAB6 (or 0xF5BAB6) is unknown color: approx Beauty Bush. HEX triplet: F5, BA and B6. RGB value is (245,186,182). Sum of RGB (Red+Green+Blue) = 245+186+182=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BAB6 is #0A4549. Grayscale: #CBCBCB. Windows color (decimal): -673098 or 11975413. OLE color: 11975413.

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

Color convert

RGB245186182-
CMYK00.240.260.04
HSL3.81º75.9%83.73%-
HSV(B)3.81º25.71%96.08%-
XYZ63.6657.9152.08-
YUV203.18116.05157.83-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.97%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 182 (71.48% from 255) = 29.69%
R=39.97%
G=30.34%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518618200.240.260.043.8175.983.73
HexF5BAB60181A444c54
Octal3652722660303244114124
Binary1111010110111010101101100110001101010010010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BAB6; }

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

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

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

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

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

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

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

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