COLOR #FDD9E6

HEX: #FDD9E6
RGB: (253,217,230)

Color info

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

RGB color model

#FDD9E6 color RGB value is (253,217,230).

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

RGB channels and saturation

R 253 of 255 = 99%
G 217 of 255 = 85%
B 230 of 255 = 90%

253
217
230

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

Portions of RGB colors in percentages

R + G + B =
253 + 217 + 230 = 700 (100%)
R 253 of 700 ~ 36.14%
G 217 of 700 ~ 31%
B 230 of 700 ~ 32.86%

%36.14
%31
%32.86

CMYK color model

#FDD9E6 color CMYK value is (0,14,9,1).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 9.09%
  • key color value is 0.78%
CMYK:
(0,14,9,1)
C0M14Y9K1 
(0%,14%,9%,1%)
(0.00/0.14/0.09/0.01)	

CMYK percentages

%0
%14.23
%9.09
%0.78

Codes

Color #FDD9E6 in popluar color models

FDD9E6
RGB253217230
HSL338°90.00%92.16%
HSB/HSV338°14.23%99.22%
CMYK0.00%14.23%9.09%
0.78%

Color #FDD9E6 in popluar number systems.

HEXFDD9E6
Decimal253217230
Binary111111011101100111100110
Octal375331346

Shades and tints

Shades of #FDD9E6

#FDD9E6
(253,217,230)
#E6C6D2
(230,198,210)
#CFB3BE
(207,179,190)
#B8A0AA
(184,160,170)
#A18D96
(161,141,150)
#8A7A82
(138,122,130)
#73676E
(115,103,110)
#5C545A
(92,84,90)
#454146
(69,65,70)
#2E2E32
(46,46,50)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #FDD9E6

#FDD9E6
(253,217,230)
#FDDCE8
(253,220,232)
#FDDFEA
(253,223,234)
#FDE2EC
(253,226,236)
#FDE5EE
(253,229,238)
#FDE8F0
(253,232,240)
#FDEBF2
(253,235,242)
#FDEEF4
(253,238,244)
#FDF1F6
(253,241,246)
#FDF4F8
(253,244,248)
#FDF7FA
(253,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD9E6; }

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

This text font color is #FDD9E6.


Background Color

.myBgColor { background-color: #FDD9E6; }

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

This div background color is #FDD9E6.


Border color

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

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

This div border color is #FDD9E6.


Opacity

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

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

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

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

This text has shadow with #FDD9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD9E6 on black background.


Color preview on white background

This text has color #FDD9E6 on white background.



Black color preview on #FDD9E6 background

This text has black color on #FDD9E6 background.


White color preview on #FDD9E6 background

This text has white color on #FDD9E6 background.