Color Hex Logo

#fd556e Color Hex

#FD556E
(253,85,110)
0 Favorites   0 Comments

Color spaces of #fd556e

RGB 25385110
HSL0.980.980.66
HSV351°66°99°
CMYK 0.000.660.57   0.01
XYZ46.571028.505417.7994
Yxy28.50540.50140.3069
Hunter Lab53.390462.267317.6071
CIE-Lab60.342665.118022.2686

#fd556e color RGB value is (253,85,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010101 01101110
Octal 375 125 156
Decimal 253 85 110
Hex FD 55 6E

RGB Percentages of Color #fd556e

%56.47
%18.97
%24.55

CMYK Percentages of Color #fd556e

%0
%66
%57
%1

Triadic Colors of #fd556e

#fd556e #6efd55 #556efd

Analogous Colors of #fd556e

#fd556e #fd9055 #fd55c2

Monochromatic Colors of #fd556e

#fd556e

Complementary Color

#fd556e #55fde4

#fd556e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd556e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd556e Color CSS Codes

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

#fd556e Text Font Color

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

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


#fd556e Background Color

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

This div background color is #fd556e


#fd556e Border Color

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

This div border color is #fd556e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd556e


Comments

No comments written yet.

Please login to write comment.