COLOR #FDD9E1

HEX: #FDD9E1
RGB: (253,217,225)

Color info

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

RGB color model

#FDD9E1 color RGB value is (253,217,225).

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

RGB channels and saturation

R 253 of 255 = 99%
G 217 of 255 = 85%
B 225 of 255 = 88%

253
217
225

R + G + B ~ 91%. #FDD9E1 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 217 + 225 = 695 (100%)
R 253 of 695 ~ 36.4%
G 217 of 695 ~ 31.22%
B 225 of 695 ~ 32.37%

%36.4
%31.22
%32.37

CMYK color model

#FDD9E1 color CMYK value is (0,14,11,1).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 11.07%
  • key color value is 0.78%
CMYK:
(0,14,11,1)
C0M14Y11K1 
(0%,14%,11%,1%)
(0.00/0.14/0.11/0.01)	

CMYK percentages

%0
%14.23
%11.07
%0.78

Codes

Color #FDD9E1 in popluar color models

FDD9E1
RGB253217225
HSL347°90.00%92.16%
HSB/HSV347°14.23%99.22%
CMYK0.00%14.23%11.07%
0.78%

Color #FDD9E1 in popluar number systems.

HEXFDD9E1
Decimal253217225
Binary111111011101100111100001
Octal375331341

Shades and tints

Shades of #FDD9E1

#FDD9E1
(253,217,225)
#E6C6CD
(230,198,205)
#CFB3B9
(207,179,185)
#B8A0A5
(184,160,165)
#A18D91
(161,141,145)
#8A7A7D
(138,122,125)
#736769
(115,103,105)
#5C5455
(92,84,85)
#454141
(69,65,65)
#2E2E2D
(46,46,45)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #FDD9E1

#FDD9E1
(253,217,225)
#FDDCE3
(253,220,227)
#FDDFE5
(253,223,229)
#FDE2E7
(253,226,231)
#FDE5E9
(253,229,233)
#FDE8EB
(253,232,235)
#FDEBED
(253,235,237)
#FDEEEF
(253,238,239)
#FDF1F1
(253,241,241)
#FDF4F3
(253,244,243)
#FDF7F5
(253,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD9E1; }

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

This text font color is #FDD9E1.


Background Color

.myBgColor { background-color: #FDD9E1; }

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

This div background color is #FDD9E1.


Border color

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

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

This div border color is #FDD9E1.


Opacity

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

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

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

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

This text has shadow with #FDD9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD9E1 on black background.


Color preview on white background

This text has color #FDD9E1 on white background.



Black color preview on #FDD9E1 background

This text has black color on #FDD9E1 background.


White color preview on #FDD9E1 background

This text has white color on #FDD9E1 background.