COLOR #FDC9DD

HEX: #FDC9DD
RGB: (253,201,221)

Color info

#FDC9DD contains red, green and blue colors in about the same proportion. Web safe color of #FDC9DD is #FFCCCC (or #FCC).

RGB color model

#FDC9DD color RGB value is (253,201,221).

  • red value is 253;
  • green value is 201;
  • blue value is 221.
RGB:
(253,201,221)
(99%,79%,87%)

RGB channels and saturation

R 253 of 255 = 99%
G 201 of 255 = 79%
B 221 of 255 = 87%

253
201
221

R + G + B ~ 88%. #FDC9DD is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 201 + 221 = 675 (100%)
R 253 of 675 ~ 37.48%
G 201 of 675 ~ 29.78%
B 221 of 675 ~ 32.74%

%37.48
%29.78
%32.74

CMYK color model

#FDC9DD color CMYK value is (0,21,13,1).

  • cyan value is 0.00%
  • magenta value is 20.55%
  • yellow value is 12.65%
  • key color value is 0.78%
CMYK:
(0,21,13,1)
C0M21Y13K1 
(0%,21%,13%,1%)
(0.00/0.21/0.13/0.01)	

CMYK percentages

%0
%20.55
%12.65
%0.78

Codes

Color #FDC9DD in popluar color models

FDC9DD
RGB253201221
HSL337°92.86%89.02%
HSB/HSV337°20.55%99.22%
CMYK0.00%20.55%12.65%
0.78%

Color #FDC9DD in popluar number systems.

HEXFDC9DD
Decimal253201221
Binary111111011100100111011101
Octal375311335

Shades and tints

Shades of #FDC9DD

#FDC9DD
(253,201,221)
#E6B7C9
(230,183,201)
#CFA5B5
(207,165,181)
#B893A1
(184,147,161)
#A1818D
(161,129,141)
#8A6F79
(138,111,121)
#735D65
(115,93,101)
#5C4B51
(92,75,81)
#45393D
(69,57,61)
#2E2729
(46,39,41)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #FDC9DD

#FDC9DD
(253,201,221)
#FDCDE0
(253,205,224)
#FDD1E3
(253,209,227)
#FDD5E6
(253,213,230)
#FDD9E9
(253,217,233)
#FDDDEC
(253,221,236)
#FDE1EF
(253,225,239)
#FDE5F2
(253,229,242)
#FDE9F5
(253,233,245)
#FDEDF8
(253,237,248)
#FDF1FB
(253,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDC9DD color. Also use rgb(253,201,221) instead hex code.

Text Font Color

.myTextColor { color: #FDC9DD; }

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

This text font color is #FDC9DD.


Background Color

.myBgColor { background-color: #FDC9DD; }

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

This div background color is #FDC9DD.


Border color

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

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

This div border color is #FDC9DD.


Opacity

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

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

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

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

This text has shadow with #FDC9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC9DD on black background.


Color preview on white background

This text has color #FDC9DD on white background.



Black color preview on #FDC9DD background

This text has black color on #FDC9DD background.


White color preview on #FDC9DD background

This text has white color on #FDC9DD background.