COLOR #FD5EB1

HEX: #FD5EB1
RGB: (253,94,177)

Color info

#FD5EB1 contains mainly red color. Web safe color of #FD5EB1 is #FF6699 (or #F69).

RGB color model

#FD5EB1 color RGB value is (253,94,177).

  • red value is 253;
  • green value is 94;
  • blue value is 177.
RGB:
(253,94,177)
(99%,37%,69%)

RGB channels and saturation

R 253 of 255 = 99%
G 94 of 255 = 37%
B 177 of 255 = 69%

253
94
177

R + G + B ~ 68%. #FD5EB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 94 + 177 = 524 (100%)
R 253 of 524 ~ 48.28%
G 94 of 524 ~ 17.94%
B 177 of 524 ~ 33.78%

%48.28
%17.94
%33.78

CMYK color model

#FD5EB1 color CMYK value is (0,63,30,1).

  • cyan value is 0.00%
  • magenta value is 62.85%
  • yellow value is 30.04%
  • key color value is 0.78%
CMYK:
(0,63,30,1)
C0M63Y30K1 
(0%,63%,30%,1%)
(0.00/0.63/0.30/0.01)	

CMYK percentages

%0
%62.85
%30.04
%0.78

Codes

Color #FD5EB1 in popluar color models

FD5EB1
RGB25394177
HSL329°97.55%68.04%
HSB/HSV329°62.85%99.22%
CMYK0.00%62.85%30.04%
0.78%

Color #FD5EB1 in popluar number systems.

HEXFD5EB1
Decimal25394177
Binary11111101101111010110001
Octal375136261

Shades and tints

Shades of #FD5EB1

#FD5EB1
(253,94,177)
#E656A1
(230,86,161)
#CF4E91
(207,78,145)
#B84681
(184,70,129)
#A13E71
(161,62,113)
#8A3661
(138,54,97)
#732E51
(115,46,81)
#5C2641
(92,38,65)
#451E31
(69,30,49)
#2E1621
(46,22,33)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #FD5EB1

#FD5EB1
(253,94,177)
#FD6CB8
(253,108,184)
#FD7ABF
(253,122,191)
#FD88C6
(253,136,198)
#FD96CD
(253,150,205)
#FDA4D4
(253,164,212)
#FDB2DB
(253,178,219)
#FDC0E2
(253,192,226)
#FDCEE9
(253,206,233)
#FDDCF0
(253,220,240)
#FDEAF7
(253,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD5EB1 color. Also use rgb(253,94,177) instead hex code.

Text Font Color

.myTextColor { color: #FD5EB1; }

<p style="color:#FD5EB1">This sample text font color is #FD5EB1.</p>

This text font color is #FD5EB1.


Background Color

.myBgColor { background-color: #FD5EB1; }

<div style="background-color:#FD5EB1">Inner text</div>

This div background color is #FD5EB1.


Border color

.myBorderColor { border: 1px solid #FD5EB1; }

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

This div border color is #FD5EB1.


Opacity

.myOpacity80 { color: #FD5EB1; opacity: 0.8; }

<p style="color:#FD5EB1;opacity:0.8;">80%</p>

Text with #FD5EB1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FD5EB1;}

<p style="text-shadow: 3px 3px 1px #FD5EB1">Text here.</p>

This text has shadow with #FD5EB1 color.

.textShadow {text-shadow: 3px 3px 1px #FD5EB1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FD5EB1, 5px 5px 20px red">Text here.</p>

This text has shadow with #FD5EB1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FD5EB1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FD5EB1, Direction=45, Strength=4)">Text</p>

This text has shadow with #FD5EB1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FD5EB1;
  -webkit-box-shadow:	1px 1px 3px 2px #FD5EB1;
  box-shadow:		1px 1px 3px 2px #FD5EB1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FD5EB1;
-webkit-box-shadow: 1px 1px 3px 2px #FD5EB1;
box-shadow:1px 1px 3px 2px #FD5EB1;">
Div content here</div>
This div box has shadow with color #FD5EB1.

Preview

Color preview on black background

This text has color #FD5EB1 on black background.


Color preview on white background

This text has color #FD5EB1 on white background.



Black color preview on #FD5EB1 background

This text has black color on #FD5EB1 background.


White color preview on #FD5EB1 background

This text has white color on #FD5EB1 background.