Color Hex Logo

#fe85ac Color Hex

#FE85AC
(254,133,172)
0 Favorites   0 Comments

Color spaces of #fe85ac

RGB 254133172
HSL0.950.980.76
HSV341°48°100°
CMYK 0.000.480.32   0.00
XYZ56.707040.824443.9208
Yxy40.82440.40090.2886
Hunter Lab63.894046.60743.9698
CIE-Lab70.052750.00620.5921

#fe85ac color RGB value is (254,133,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000101 10101100
Octal 376 205 254
Decimal 254 133 172
Hex FE 85 AC

RGB Percentages of Color #fe85ac

%45.44
%23.79
%30.77

CMYK Percentages of Color #fe85ac

%0
%48
%32
%0

Triadic Colors of #fe85ac

#fe85ac #acfe85 #85acfe

Analogous Colors of #fe85ac

#fe85ac #fe9b85 #fe85e9

Monochromatic Colors of #fe85ac

#fe85ac

Complementary Color

#fe85ac #85fed7

#fe85ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe85ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe85ac Color CSS Codes

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

#fe85ac Text Font Color

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

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


#fe85ac Background Color

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

This div background color is #fe85ac


#fe85ac Border Color

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

This div border color is #fe85ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe85ac

Related Colors


Comments

No comments written yet.

Please login to write comment.