COLOR #FD9ECF

HEX: #FD9ECF
RGB: (253,158,207)

Color info

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

RGB color model

#FD9ECF color RGB value is (253,158,207).

  • red value is 253;
  • green value is 158;
  • blue value is 207.
RGB:
(253,158,207)
(99%,62%,81%)

RGB channels and saturation

R 253 of 255 = 99%
G 158 of 255 = 62%
B 207 of 255 = 81%

253
158
207

R + G + B ~ 81%. #FD9ECF is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 158 + 207 = 618 (100%)
R 253 of 618 ~ 40.94%
G 158 of 618 ~ 25.57%
B 207 of 618 ~ 33.5%

%40.94
%25.57
%33.5

CMYK color model

#FD9ECF color CMYK value is (0,38,18,1).

  • cyan value is 0.00%
  • magenta value is 37.55%
  • yellow value is 18.18%
  • key color value is 0.78%
CMYK:
(0,38,18,1)
C0M38Y18K1 
(0%,38%,18%,1%)
(0.00/0.38/0.18/0.01)	

CMYK percentages

%0
%37.55
%18.18
%0.78

Codes

Color #FD9ECF in popluar color models

FD9ECF
RGB253158207
HSL329°95.96%80.59%
HSB/HSV329°37.55%99.22%
CMYK0.00%37.55%18.18%
0.78%

Color #FD9ECF in popluar number systems.

HEXFD9ECF
Decimal253158207
Binary111111011001111011001111
Octal375236317

Shades and tints

Shades of #FD9ECF

#FD9ECF
(253,158,207)
#E690BD
(230,144,189)
#CF82AB
(207,130,171)
#B87499
(184,116,153)
#A16687
(161,102,135)
#8A5875
(138,88,117)
#734A63
(115,74,99)
#5C3C51
(92,60,81)
#452E3F
(69,46,63)
#2E202D
(46,32,45)
#17121B
(23,18,27)
#000000
(0,0,0)

Tints of #FD9ECF

#FD9ECF
(253,158,207)
#FDA6D3
(253,166,211)
#FDAED7
(253,174,215)
#FDB6DB
(253,182,219)
#FDBEDF
(253,190,223)
#FDC6E3
(253,198,227)
#FDCEE7
(253,206,231)
#FDD6EB
(253,214,235)
#FDDEEF
(253,222,239)
#FDE6F3
(253,230,243)
#FDEEF7
(253,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD9ECF color. Also use rgb(253,158,207) instead hex code.

Text Font Color

.myTextColor { color: #FD9ECF; }

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

This text font color is #FD9ECF.


Background Color

.myBgColor { background-color: #FD9ECF; }

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

This div background color is #FD9ECF.


Border color

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

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

This div border color is #FD9ECF.


Opacity

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

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

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

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

This text has shadow with #FD9ECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9ECF on black background.


Color preview on white background

This text has color #FD9ECF on white background.



Black color preview on #FD9ECF background

This text has black color on #FD9ECF background.


White color preview on #FD9ECF background

This text has white color on #FD9ECF background.