Color Hex Logo

#fe97ac Color Hex

#FE97AC
(254,151,172)
0 Favorites   0 Comments

Color spaces of #fe97ac

RGB 254151172
HSL0.970.980.79
HSV348°41°100°
CMYK 0.000.410.32   0.00
XYZ59.386146.182644.8139
Yxy46.18260.39490.3071
Hunter Lab67.957837.05928.4724
CIE-Lab73.663940.96805.8233

#fe97ac color RGB value is (254,151,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010111 10101100
Octal 376 227 254
Decimal 254 151 172
Hex FE 97 AC

RGB Percentages of Color #fe97ac

%44.02
%26.17
%29.81

CMYK Percentages of Color #fe97ac

%0
%41
%32
%0

Triadic Colors of #fe97ac

#fe97ac #acfe97 #97acfe

Analogous Colors of #fe97ac

#fe97ac #feb697 #fe97e0

Monochromatic Colors of #fe97ac

#fe97ac

Complementary Color

#fe97ac #97fee9

#fe97ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe97ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe97ac Color CSS Codes

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

#fe97ac Text Font Color

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

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


#fe97ac Background Color

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

This div background color is #fe97ac


#fe97ac Border Color

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

This div border color is #fe97ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe97ac

#fe97ac Color Palettes


Comments

No comments written yet.

Please login to write comment.