COLOR #FD9CD2

HEX: #FD9CD2
RGB: (253,156,210)

Color info

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

RGB color model

#FD9CD2 color RGB value is (253,156,210).

  • red value is 253;
  • green value is 156;
  • blue value is 210.
RGB:
(253,156,210)
(99%,61%,82%)

RGB channels and saturation

R 253 of 255 = 99%
G 156 of 255 = 61%
B 210 of 255 = 82%

253
156
210

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

Portions of RGB colors in percentages

R + G + B =
253 + 156 + 210 = 619 (100%)
R 253 of 619 ~ 40.87%
G 156 of 619 ~ 25.2%
B 210 of 619 ~ 33.93%

%40.87
%25.2
%33.93

CMYK color model

#FD9CD2 color CMYK value is (0,38,17,1).

  • cyan value is 0.00%
  • magenta value is 38.34%
  • yellow value is 17.00%
  • key color value is 0.78%
CMYK:
(0,38,17,1)
C0M38Y17K1 
(0%,38%,17%,1%)
(0.00/0.38/0.17/0.01)	

CMYK percentages

%0
%38.34
%17
%0.78

Codes

Color #FD9CD2 in popluar color models

FD9CD2
RGB253156210
HSL327°96.04%80.20%
HSB/HSV327°38.34%99.22%
CMYK0.00%38.34%17.00%
0.78%

Color #FD9CD2 in popluar number systems.

HEXFD9CD2
Decimal253156210
Binary111111011001110011010010
Octal375234322

Shades and tints

Shades of #FD9CD2

#FD9CD2
(253,156,210)
#E68EBF
(230,142,191)
#CF80AC
(207,128,172)
#B87299
(184,114,153)
#A16486
(161,100,134)
#8A5673
(138,86,115)
#734860
(115,72,96)
#5C3A4D
(92,58,77)
#452C3A
(69,44,58)
#2E1E27
(46,30,39)
#171014
(23,16,20)
#000000
(0,0,0)

Tints of #FD9CD2

#FD9CD2
(253,156,210)
#FDA5D6
(253,165,214)
#FDAEDA
(253,174,218)
#FDB7DE
(253,183,222)
#FDC0E2
(253,192,226)
#FDC9E6
(253,201,230)
#FDD2EA
(253,210,234)
#FDDBEE
(253,219,238)
#FDE4F2
(253,228,242)
#FDEDF6
(253,237,246)
#FDF6FA
(253,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD9CD2 color. Also use rgb(253,156,210) instead hex code.

Text Font Color

.myTextColor { color: #FD9CD2; }

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

This text font color is #FD9CD2.


Background Color

.myBgColor { background-color: #FD9CD2; }

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

This div background color is #FD9CD2.


Border color

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

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

This div border color is #FD9CD2.


Opacity

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

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

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

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

This text has shadow with #FD9CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9CD2 on black background.


Color preview on white background

This text has color #FD9CD2 on white background.



Black color preview on #FD9CD2 background

This text has black color on #FD9CD2 background.


White color preview on #FD9CD2 background

This text has white color on #FD9CD2 background.