COLOR #FDD9EB

HEX: #FDD9EB
RGB: (253,217,235)

Color info

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

RGB color model

#FDD9EB color RGB value is (253,217,235).

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

RGB channels and saturation

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

253
217
235

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

Portions of RGB colors in percentages

R + G + B =
253 + 217 + 235 = 705 (100%)
R 253 of 705 ~ 35.89%
G 217 of 705 ~ 30.78%
B 235 of 705 ~ 33.33%

%35.89
%30.78
%33.33

CMYK color model

#FDD9EB color CMYK value is (0,14,7,1).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 7.11%
  • key color value is 0.78%
CMYK:
(0,14,7,1)
C0M14Y7K1 
(0%,14%,7%,1%)
(0.00/0.14/0.07/0.01)	

CMYK percentages

%0
%14.23
%7.11
%0.78

Codes

Color #FDD9EB in popluar color models

FDD9EB
RGB253217235
HSL330°90.00%92.16%
HSB/HSV330°14.23%99.22%
CMYK0.00%14.23%7.11%
0.78%

Color #FDD9EB in popluar number systems.

HEXFDD9EB
Decimal253217235
Binary111111011101100111101011
Octal375331353

Shades and tints

Shades of #FDD9EB

#FDD9EB
(253,217,235)
#E6C6D6
(230,198,214)
#CFB3C1
(207,179,193)
#B8A0AC
(184,160,172)
#A18D97
(161,141,151)
#8A7A82
(138,122,130)
#73676D
(115,103,109)
#5C5458
(92,84,88)
#454143
(69,65,67)
#2E2E2E
(46,46,46)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #FDD9EB

#FDD9EB
(253,217,235)
#FDDCEC
(253,220,236)
#FDDFED
(253,223,237)
#FDE2EE
(253,226,238)
#FDE5EF
(253,229,239)
#FDE8F0
(253,232,240)
#FDEBF1
(253,235,241)
#FDEEF2
(253,238,242)
#FDF1F3
(253,241,243)
#FDF4F4
(253,244,244)
#FDF7F5
(253,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD9EB; }

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

This text font color is #FDD9EB.


Background Color

.myBgColor { background-color: #FDD9EB; }

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

This div background color is #FDD9EB.


Border color

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

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

This div border color is #FDD9EB.


Opacity

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

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

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

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

This text has shadow with #FDD9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD9EB on black background.


Color preview on white background

This text has color #FDD9EB on white background.



Black color preview on #FDD9EB background

This text has black color on #FDD9EB background.


White color preview on #FDD9EB background

This text has white color on #FDD9EB background.