COLOR #FD8ED4

HEX: #FD8ED4
RGB: (253,142,212)

Color info

#FD8ED4 contains mainly red and blue colors. Web safe color of #FD8ED4 is #FF99CC (or #F9C).

RGB color model

#FD8ED4 color RGB value is (253,142,212).

  • red value is 253;
  • green value is 142;
  • blue value is 212.
RGB:
(253,142,212)
(99%,56%,83%)

RGB channels and saturation

R 253 of 255 = 99%
G 142 of 255 = 56%
B 212 of 255 = 83%

253
142
212

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

Portions of RGB colors in percentages

R + G + B =
253 + 142 + 212 = 607 (100%)
R 253 of 607 ~ 41.68%
G 142 of 607 ~ 23.39%
B 212 of 607 ~ 34.93%

%41.68
%23.39
%34.93

CMYK color model

#FD8ED4 color CMYK value is (0,44,16,1).

  • cyan value is 0.00%
  • magenta value is 43.87%
  • yellow value is 16.21%
  • key color value is 0.78%
CMYK:
(0,44,16,1)
C0M44Y16K1 
(0%,44%,16%,1%)
(0.00/0.44/0.16/0.01)	

CMYK percentages

%0
%43.87
%16.21
%0.78

Codes

Color #FD8ED4 in popluar color models

FD8ED4
RGB253142212
HSL322°96.52%77.45%
HSB/HSV322°43.87%99.22%
CMYK0.00%43.87%16.21%
0.78%

Color #FD8ED4 in popluar number systems.

HEXFD8ED4
Decimal253142212
Binary111111011000111011010100
Octal375216324

Shades and tints

Shades of #FD8ED4

#FD8ED4
(253,142,212)
#E682C1
(230,130,193)
#CF76AE
(207,118,174)
#B86A9B
(184,106,155)
#A15E88
(161,94,136)
#8A5275
(138,82,117)
#734662
(115,70,98)
#5C3A4F
(92,58,79)
#452E3C
(69,46,60)
#2E2229
(46,34,41)
#171616
(23,22,22)
#000000
(0,0,0)

Tints of #FD8ED4

#FD8ED4
(253,142,212)
#FD98D7
(253,152,215)
#FDA2DA
(253,162,218)
#FDACDD
(253,172,221)
#FDB6E0
(253,182,224)
#FDC0E3
(253,192,227)
#FDCAE6
(253,202,230)
#FDD4E9
(253,212,233)
#FDDEEC
(253,222,236)
#FDE8EF
(253,232,239)
#FDF2F2
(253,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD8ED4 color. Also use rgb(253,142,212) instead hex code.

Text Font Color

.myTextColor { color: #FD8ED4; }

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

This text font color is #FD8ED4.


Background Color

.myBgColor { background-color: #FD8ED4; }

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

This div background color is #FD8ED4.


Border color

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

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

This div border color is #FD8ED4.


Opacity

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

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

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

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

This text has shadow with #FD8ED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD8ED4 on black background.


Color preview on white background

This text has color #FD8ED4 on white background.



Black color preview on #FD8ED4 background

This text has black color on #FD8ED4 background.


White color preview on #FD8ED4 background

This text has white color on #FD8ED4 background.