color codes Logo

#fe556d color codes

#FE556D
(254,85,109)
0 Favorites   0 Comments

Color spaces of #fe556d

RGB 25485109
HSL0.980.990.66
HSV351°67°100°
CMYK 0.000.670.57   0.00
XYZ46.881928.672017.5313
Yxy28.67200.50360.3080
Hunter Lab53.546262.578018.0705
CIE-Lab60.491165.353423.0763

#fe556d color RGB value is (254,85,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 01101101
Octal 376 125 155
Decimal 254 85 109
Hex FE 55 6D

RGB Percentages of Color #fe556d

%56.70
%18.97
%24.33

CMYK Percentages of Color #fe556d

%0
%67
%57
%0

Triadic Colors of #fe556d

#fe556d #6dfe55 #556dfe

Analogous Colors of #fe556d

#fe556d #fe9255 #fe55c2

Monochromatic Colors of #fe556d

#fe556d

Complementary Color

#fe556d #55fee6

#fe556d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe556d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe556d Color CSS Codes

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

#fe556d Text Font Color

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

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


#fe556d Background Color

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

This div background color is #fe556d


#fe556d Border Color

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

This div border color is #fe556d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe556d

Related Colors


Comments

No comments written yet.

Please login to write comment.