COLOR #FD5E7B

HEX: #FD5E7B
RGB: (253,94,123)

Color info

#FD5E7B contains mainly red color. Web safe color of #FD5E7B is #FF6666 (or #F66).

RGB color model

#FD5E7B color RGB value is (253,94,123).

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

RGB channels and saturation

R 253 of 255 = 99%
G 94 of 255 = 37%
B 123 of 255 = 48%

253
94
123

R + G + B ~ 61%. #FD5E7B is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 94 + 123 = 470 (100%)
R 253 of 470 ~ 53.83%
G 94 of 470 ~ 20%
B 123 of 470 ~ 26.17%

%53.83
%20
%26.17

CMYK color model

#FD5E7B color CMYK value is (0,63,51,1).

  • cyan value is 0.00%
  • magenta value is 62.85%
  • yellow value is 51.38%
  • key color value is 0.78%
CMYK:
(0,63,51,1)
C0M63Y51K1 
(0%,63%,51%,1%)
(0.00/0.63/0.51/0.01)	

CMYK percentages

%0
%62.85
%51.38
%0.78

Codes

Color #FD5E7B in popluar color models

FD5E7B
RGB25394123
HSL349°97.55%68.04%
HSB/HSV349°62.85%99.22%
CMYK0.00%62.85%51.38%
0.78%

Color #FD5E7B in popluar number systems.

HEXFD5E7B
Decimal25394123
Binary1111110110111101111011
Octal375136173

Shades and tints

Shades of #FD5E7B

#FD5E7B
(253,94,123)
#E65670
(230,86,112)
#CF4E65
(207,78,101)
#B8465A
(184,70,90)
#A13E4F
(161,62,79)
#8A3644
(138,54,68)
#732E39
(115,46,57)
#5C262E
(92,38,46)
#451E23
(69,30,35)
#2E1618
(46,22,24)
#170E0D
(23,14,13)
#000000
(0,0,0)

Tints of #FD5E7B

#FD5E7B
(253,94,123)
#FD6C87
(253,108,135)
#FD7A93
(253,122,147)
#FD889F
(253,136,159)
#FD96AB
(253,150,171)
#FDA4B7
(253,164,183)
#FDB2C3
(253,178,195)
#FDC0CF
(253,192,207)
#FDCEDB
(253,206,219)
#FDDCE7
(253,220,231)
#FDEAF3
(253,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD5E7B; }

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

This text font color is #FD5E7B.


Background Color

.myBgColor { background-color: #FD5E7B; }

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

This div background color is #FD5E7B.


Border color

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

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

This div border color is #FD5E7B.


Opacity

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

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

Text with #FD5E7B 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 #FD5E7B;}

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

This text has shadow with #FD5E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD5E7B on black background.


Color preview on white background

This text has color #FD5E7B on white background.



Black color preview on #FD5E7B background

This text has black color on #FD5E7B background.


White color preview on #FD5E7B background

This text has white color on #FD5E7B background.