#F5BAB4

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

Shades of Beauty Bush #F5BAB4

Tints of Beauty Bush #F5BAB4

Color information

#F5BAB4 (or 0xF5BAB4) is unknown color: approx Beauty Bush. HEX triplet: F5, BA and B4. RGB value is (245,186,180). Sum of RGB (Red+Green+Blue) = 245+186+180=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5BAB4 is #0A454B. Grayscale: #CBCBCB. Windows color (decimal): -673100 or 11844341. OLE color: 11844341.

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

Color convert

RGB245186180-
CMYK00.240.270.04
HSL5.54º76.47%83.33%-
HSV(B)5.54º26.53%96.08%-
XYZ63.4557.8351-
YUV202.96115.05157.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.10%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=40.10%
G=30.44%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24518618000.240.270.045.5476.4783.33
HexF5BAB40181B464c53
Octal3652722640303346114123
Binary1111010110111010101101000110001101110011010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5BAB4; }

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

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

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

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

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

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

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

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