Color Hex Logo

#fe93ac Color Hex

#FE93AC
(254,147,172)
0 Favorites   0 Comments

Color spaces of #fe93ac

RGB 254147172
HSL0.960.980.79
HSV346°42°100°
CMYK 0.000.420.32   0.00
XYZ58.753244.916844.6029
Yxy44.91680.39630.3029
Hunter Lab67.020039.19737.4555
CIE-Lab72.837143.00784.6316

#fe93ac color RGB value is (254,147,172).

#fe93ac hex color red value is 254, green value is 147 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fe93ac hue: 0.96 , saturation: 0.98 and the lightness value of fe93ac is 0.79.

The process color (four color CMYK) of #fe93ac color hex is 0.00, 0.42, 0.32, 0.00. Web safe color of #fe93ac is #ff9999. Color #fe93ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010011 10101100
Octal 376 223 254
Decimal 254 147 172
Hex FE 93 AC

RGB Percentages of Color #fe93ac

%44.33
%25.65
%30.02

CMYK Percentages of Color #fe93ac

%0
%42
%32
%0

Triadic Colors of #fe93ac

#fe93ac #acfe93 #93acfe

Analogous Colors of #fe93ac

#fe93ac #feb093 #fe93e2

Monochromatic Colors of #fe93ac

#fe93ac

Complementary Color

#fe93ac #93fee5

#fe93ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe93ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe93ac Color CSS Codes

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

#fe93ac Text Font Color

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

This sample text font color is #fe93ac
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.


#fe93ac Background Color

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

This div background color is #fe93ac


#fe93ac Border Color

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

This div border color is #fe93ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,147,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fe93ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fe93ac;
  -webkit-box-shadow: 1px 1px 3px 2px #fe93ac;
  box-shadow:         1px 1px 3px 2px #fe93ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,147,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe93ac


Comments

No comments written yet.

Please login to write comment.