Color Hex Logo

#fd556d Color Hex

#FD556D
(253,85,109)
0 Favorites   0 Comments

Color spaces of #fd556d

RGB 25385109
HSL0.980.980.66
HSV351°66°99°
CMYK 0.000.660.57   0.01
XYZ46.516828.483817.5142
Yxy28.48380.50280.3079
Hunter Lab53.370262.180417.9023
CIE-Lab60.323365.048222.8225

#fd556d color RGB value is (253,85,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010101 01101101
Octal 375 125 155
Decimal 253 85 109
Hex FD 55 6D

RGB Percentages of Color #fd556d

%56.60
%19.02
%24.38

CMYK Percentages of Color #fd556d

%0
%66
%57
%1

Triadic Colors of #fd556d

#fd556d #6dfd55 #556dfd

Analogous Colors of #fd556d

#fd556d #fd9155 #fd55c1

Monochromatic Colors of #fd556d

#fd556d

Complementary Color

#fd556d #55fde5

#fd556d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd556d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd556d Color CSS Codes

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

#fd556d Text Font Color

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

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


#fd556d Background Color

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

This div background color is #fd556d


#fd556d Border Color

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

This div border color is #fd556d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd556d

Related Colors


Comments

No comments written yet.

Please login to write comment.