COLOR #FD7EE5

HEX: #FD7EE5
RGB: (253,126,229)

Color info

#FD7EE5 contains mainly red and blue colors. Web safe color of #FD7EE5 is #FF66CC (or #F6C).

RGB color model

#FD7EE5 color RGB value is (253,126,229).

  • red value is 253;
  • green value is 126;
  • blue value is 229.
RGB:
(253,126,229)
(99%,49%,90%)

RGB channels and saturation

R 253 of 255 = 99%
G 126 of 255 = 49%
B 229 of 255 = 90%

253
126
229

R + G + B ~ 79%. #FD7EE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 126 + 229 = 608 (100%)
R 253 of 608 ~ 41.61%
G 126 of 608 ~ 20.72%
B 229 of 608 ~ 37.66%

%41.61
%20.72
%37.66

CMYK color model

#FD7EE5 color CMYK value is (0,50,9,1).

  • cyan value is 0.00%
  • magenta value is 50.20%
  • yellow value is 9.49%
  • key color value is 0.78%
CMYK:
(0,50,9,1)
C0M50Y9K1 
(0%,50%,9%,1%)
(0.00/0.50/0.09/0.01)	

CMYK percentages

%0
%50.2
%9.49
%0.78

Codes

Color #FD7EE5 in popluar color models

FD7EE5
RGB253126229
HSL311°96.95%74.31%
HSB/HSV311°50.20%99.22%
CMYK0.00%50.20%9.49%
0.78%

Color #FD7EE5 in popluar number systems.

HEXFD7EE5
Decimal253126229
Binary11111101111111011100101
Octal375176345

Shades and tints

Shades of #FD7EE5

#FD7EE5
(253,126,229)
#E673D1
(230,115,209)
#CF68BD
(207,104,189)
#B85DA9
(184,93,169)
#A15295
(161,82,149)
#8A4781
(138,71,129)
#733C6D
(115,60,109)
#5C3159
(92,49,89)
#452645
(69,38,69)
#2E1B31
(46,27,49)
#17101D
(23,16,29)
#000000
(0,0,0)

Tints of #FD7EE5

#FD7EE5
(253,126,229)
#FD89E7
(253,137,231)
#FD94E9
(253,148,233)
#FD9FEB
(253,159,235)
#FDAAED
(253,170,237)
#FDB5EF
(253,181,239)
#FDC0F1
(253,192,241)
#FDCBF3
(253,203,243)
#FDD6F5
(253,214,245)
#FDE1F7
(253,225,247)
#FDECF9
(253,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD7EE5 color. Also use rgb(253,126,229) instead hex code.

Text Font Color

.myTextColor { color: #FD7EE5; }

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

This text font color is #FD7EE5.


Background Color

.myBgColor { background-color: #FD7EE5; }

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

This div background color is #FD7EE5.


Border color

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

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

This div border color is #FD7EE5.


Opacity

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

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

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

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

This text has shadow with #FD7EE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD7EE5 on black background.


Color preview on white background

This text has color #FD7EE5 on white background.



Black color preview on #FD7EE5 background

This text has black color on #FD7EE5 background.


White color preview on #FD7EE5 background

This text has white color on #FD7EE5 background.