Color Hex Logo

#fe556c Color Hex

#FE556C
(254,85,108)
0 Favorites   0 Comments

Color spaces of #fe556c

RGB 25485108
HSL0.980.990.66
HSV352°67°100°
CMYK 0.000.670.57   0.00
XYZ46.828328.650517.2493
Yxy28.65050.50500.3090
Hunter Lab53.526262.493118.3616
CIE-Lab60.471965.285223.6299

#fe556c color RGB value is (254,85,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 01101100
Octal 376 125 154
Decimal 254 85 108
Hex FE 55 6C

RGB Percentages of Color #fe556c

%56.82
%19.02
%24.16

CMYK Percentages of Color #fe556c

%0
%67
%57
%0

Triadic Colors of #fe556c

#fe556c #6cfe55 #556cfe

Analogous Colors of #fe556c

#fe556c #fe9355 #fe55c1

Monochromatic Colors of #fe556c

#fe556c

Complementary Color

#fe556c #55fee7

#fe556c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe556c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe556c Color CSS Codes

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

#fe556c Text Font Color

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

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


#fe556c Background Color

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

This div background color is #fe556c


#fe556c Border Color

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

This div border color is #fe556c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe556c

Related Colors


Comments

No comments written yet.

Please login to write comment.