Color Hex Logo

#fe95ac Color Hex

#FE95AC
(254,149,172)
0 Favorites   0 Comments

Color spaces of #fe95ac

RGB 254149172
HSL0.960.980.79
HSV347°41°100°
CMYK 0.000.410.32   0.00
XYZ59.066945.544344.7075
Yxy45.54430.39560.3050
Hunter Lab67.486538.12897.9630
CIE-Lab73.248941.98965.2256

#fe95ac color RGB value is (254,149,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010101 10101100
Octal 376 225 254
Decimal 254 149 172
Hex FE 95 AC

RGB Percentages of Color #fe95ac

%44.17
%25.91
%29.91

CMYK Percentages of Color #fe95ac

%0
%41
%32
%0

Triadic Colors of #fe95ac

#fe95ac #acfe95 #95acfe

Analogous Colors of #fe95ac

#fe95ac #feb395 #fe95e1

Monochromatic Colors of #fe95ac

#fe95ac

Complementary Color

#fe95ac #95fee7

#fe95ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe95ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe95ac Color CSS Codes

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

#fe95ac Text Font Color

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

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


#fe95ac Background Color

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

This div background color is #fe95ac


#fe95ac Border Color

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

This div border color is #fe95ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,149,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 #fe95ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe95ac

Related Colors


Comments

No comments written yet.

Please login to write comment.