Color Hex Logo

#fe9eaf Color Hex

#FE9EAF
(254,158,175)
0 Favorites   0 Comments

Color spaces of #fe9eaf

RGB 254158175
HSL0.970.980.81
HSV349°38°100°
CMYK 0.000.380.31   0.00
XYZ60.837848.619746.7355
Yxy48.61970.38950.3113
Hunter Lab69.727833.71829.0700
CIE-Lab75.214137.74086.3994

#fe9eaf color RGB value is (254,158,175).

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

The process color (four color CMYK) of #fe9eaf color hex is 0.00, 0.38, 0.31, 0.00. Web safe color of #fe9eaf is #ff9999. Color #fe9eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10011110 10101111
Octal 376 236 257
Decimal 254 158 175
Hex FE 9E AF

RGB Percentages of Color #fe9eaf

%43.27
%26.92
%29.81

CMYK Percentages of Color #fe9eaf

%0
%38
%31
%0

Triadic Colors of #fe9eaf

#fe9eaf #affe9e #9eaffe

Analogous Colors of #fe9eaf

#fe9eaf #febd9e #fe9edf

Monochromatic Colors of #fe9eaf

#fe9eaf

Complementary Color

#fe9eaf #9efeed

#fe9eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9eaf Color CSS Codes

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

#fe9eaf Text Font Color

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

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


#fe9eaf Background Color

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

This div background color is #fe9eaf


#fe9eaf Border Color

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

This div border color is #fe9eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9eaf

Related Colors


Comments

No comments written yet.

Please login to write comment.