Color Hex Logo

#fe9fac Color Hex

#FE9FAC
(254,159,172)
0 Favorites   0 Comments

Color spaces of #fe9fac

RGB 254159172
HSL0.980.980.81
HSV352°37°100°
CMYK 0.000.370.32   0.00
XYZ60.717648.845745.2577
Yxy48.84570.39220.3155
Hunter Lab69.889732.767310.5290
CIE-Lab75.355236.84868.2499

#fe9fac color RGB value is (254,159,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011111 10101100
Octal 376 237 254
Decimal 254 159 172
Hex FE 9F AC

RGB Percentages of Color #fe9fac

%43.42
%27.18
%29.40

CMYK Percentages of Color #fe9fac

%0
%37
%32
%0

Triadic Colors of #fe9fac

#fe9fac #acfe9f #9facfe

Analogous Colors of #fe9fac

#fe9fac #fec29f #fe9fdc

Monochromatic Colors of #fe9fac

#fe9fac

Complementary Color

#fe9fac #9ffef1

#fe9fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9fac Color CSS Codes

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

#fe9fac Text Font Color

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

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


#fe9fac Background Color

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

This div background color is #fe9fac


#fe9fac Border Color

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

This div border color is #fe9fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9fac


Comments

No comments written yet.

Please login to write comment.