COLOR #FDD9EA

HEX: #FDD9EA
RGB: (253,217,234)

Color info

#FDD9EA contains red, green and blue colors in about the same proportion. Web safe color of #FDD9EA is #FFCCFF (or #FCF).

RGB color model

#FDD9EA color RGB value is (253,217,234).

  • red value is 253;
  • green value is 217;
  • blue value is 234.
RGB:
(253,217,234)
(99%,85%,92%)

RGB channels and saturation

R 253 of 255 = 99%
G 217 of 255 = 85%
B 234 of 255 = 92%

253
217
234

R + G + B ~ 92%. #FDD9EA is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 217 + 234 = 704 (100%)
R 253 of 704 ~ 35.94%
G 217 of 704 ~ 30.82%
B 234 of 704 ~ 33.24%

%35.94
%30.82
%33.24

CMYK color model

#FDD9EA color CMYK value is (0,14,8,1).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 7.51%
  • key color value is 0.78%
CMYK:
(0,14,8,1)
C0M14Y8K1 
(0%,14%,8%,1%)
(0.00/0.14/0.08/0.01)	

CMYK percentages

%0
%14.23
%7.51
%0.78

Codes

Color #FDD9EA in popluar color models

FDD9EA
RGB253217234
HSL332°90.00%92.16%
HSB/HSV332°14.23%99.22%
CMYK0.00%14.23%7.51%
0.78%

Color #FDD9EA in popluar number systems.

HEXFDD9EA
Decimal253217234
Binary111111011101100111101010
Octal375331352

Shades and tints

Shades of #FDD9EA

#FDD9EA
(253,217,234)
#E6C6D5
(230,198,213)
#CFB3C0
(207,179,192)
#B8A0AB
(184,160,171)
#A18D96
(161,141,150)
#8A7A81
(138,122,129)
#73676C
(115,103,108)
#5C5457
(92,84,87)
#454142
(69,65,66)
#2E2E2D
(46,46,45)
#171B18
(23,27,24)
#000000
(0,0,0)

Tints of #FDD9EA

#FDD9EA
(253,217,234)
#FDDCEB
(253,220,235)
#FDDFEC
(253,223,236)
#FDE2ED
(253,226,237)
#FDE5EE
(253,229,238)
#FDE8EF
(253,232,239)
#FDEBF0
(253,235,240)
#FDEEF1
(253,238,241)
#FDF1F2
(253,241,242)
#FDF4F3
(253,244,243)
#FDF7F4
(253,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD9EA color. Also use rgb(253,217,234) instead hex code.

Text Font Color

.myTextColor { color: #FDD9EA; }

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

This text font color is #FDD9EA.


Background Color

.myBgColor { background-color: #FDD9EA; }

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

This div background color is #FDD9EA.


Border color

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

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

This div border color is #FDD9EA.


Opacity

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

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

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

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

This text has shadow with #FDD9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD9EA on black background.


Color preview on white background

This text has color #FDD9EA on white background.



Black color preview on #FDD9EA background

This text has black color on #FDD9EA background.


White color preview on #FDD9EA background

This text has white color on #FDD9EA background.