Color Hex Logo

#fe556e Color Hex

#FE556E
(254,85,110)
0 Favorites   0 Comments

Color spaces of #fe556e

RGB 25485110
HSL0.980.990.66
HSV351°67°100°
CMYK 0.000.670.57   0.00
XYZ46.936028.693617.8165
Yxy28.69360.50230.3071
Hunter Lab53.566462.664217.7763
CIE-Lab60.510365.422622.5226

#fe556e color RGB value is (254,85,110).

#fe556e hex color red value is 254, green value is 85 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #fe556e hue: 0.98 , saturation: 0.99 and the lightness value of fe556e is 0.66.

The process color (four color CMYK) of #fe556e color hex is 0.00, 0.67, 0.57, 0.00. Web safe color of #fe556e is #ff6666. Color #fe556e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 01101110
Octal 376 125 156
Decimal 254 85 110
Hex FE 55 6E

RGB Percentages of Color #fe556e

%56.57
%18.93
%24.50

CMYK Percentages of Color #fe556e

%0
%67
%57
%0

Triadic Colors of #fe556e

#fe556e #6efe55 #556efe

Analogous Colors of #fe556e

#fe556e #fe9155 #fe55c3

Monochromatic Colors of #fe556e

#fe556e

Complementary Color

#fe556e #55fee5

#fe556e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe556e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe556e Color CSS Codes

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

#fe556e Text Font Color

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

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


#fe556e Background Color

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

This div background color is #fe556e


#fe556e Border Color

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

This div border color is #fe556e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe556e


Comments

No comments written yet.

Please login to write comment.