Color Hex Logo

#f5bacb Color Hex

#F5BACB
(245,186,203)
0 Favorites   0 Comments

Color spaces of #f5bacb

RGB 245186203
HSL0.950.750.85
HSV343°24°96°
CMYK 0.000.240.17   0.04
XYZ65.994658.842164.3793
Yxy58.84210.34880.3110
Hunter Lab76.708619.32863.9357
CIE-Lab81.204723.7656-0.2701

#f5bacb color RGB value is (245,186,203).

#f5bacb hex color red value is 245, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f5bacb hue: 0.95 , saturation: 0.75 and the lightness value of f5bacb is 0.85.

The process color (four color CMYK) of #f5bacb color hex is 0.00, 0.24, 0.17, 0.04. Web safe color of #f5bacb is #ffcccc. Color #f5bacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111010 11001011
Octal 365 272 313
Decimal 245 186 203
Hex F5 BA CB

RGB Percentages of Color #f5bacb

%38.64
%29.34
%32.02

CMYK Percentages of Color #f5bacb

%0
%24
%17
%4

Triadic Colors of #f5bacb

#f5bacb #cbf5ba #bacbf5

Analogous Colors of #f5bacb

#f5bacb #f5c7ba #f5bae9

Monochromatic Colors of #f5bacb

#f5bacb

Complementary Color

#f5bacb #baf5e4

#f5bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bacb Color CSS Codes

.mybgcolor {background-color:#f5bacb; } 
.myforecolor {color:#f5bacb; }
.mybordercolor {border:3px solid #f5bacb; }

#f5bacb Text Font Color

<p style="color:#f5bacb">Text here</p>

This sample text font color is #f5bacb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f5bacb Background Color

<div style="background-color:#f5bacb">
Div content here</div>

This div background color is #f5bacb


#f5bacb Border Color

<div style="border:3px solid #f5bacb">
Div here</div>

This div border color is #f5bacb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,186,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5bacb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5bacb;
  -webkit-box-shadow: 1px 1px 3px 2px #f5bacb;
  box-shadow:         1px 1px 3px 2px #f5bacb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,186,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f5bacb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f5bacb;
  -webkit-box-shadow: 1px 1px 3px 2px #f5bacb;
  box-shadow:         1px 1px 3px 2px #f5bacb;">
Div content here</div>

This div box has shadow with color #f5bacb

Related Colors


Comments

No comments written yet.

Please login to write comment.