COLOR #FDD9FF

HEX: #FDD9FF RGB: (253,217,255)

Color info

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

RGB color model

#FDD9FF color RGB value is (253,217,255).

RGB: (253,217,255) (99%, 85%, 100%)

RGB channels and saturation

R 253 of 255 = 99%
G 217 of 255 = 85%
B 255 of 255 = 100%

253
217
255

R + G + B ~ 95%. #FDD9FF is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 217 + 255 = 725 (100%)
R 253 of 725 ~ 34.9%
G 217 of 725 ~ 29.93%
B 255 of 725 ~ 35.17'%

%34.9
%29.93
%35.17

CMYK color model

#FDD9FF color CMYK value is (1,15,0,0).

  • cyan value is 0.78%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (1,15,0,0)
C1M15Y0K0 (1%, 15%, 0%, 0%)
(0.01 / 0.15 / 0.00 / 0.00)

CMYK percentages

%0.78
%14.9
%0
%0

Codes

Color #FDD9FF in popluar color models

FD D9 FF
RGB 253 217 255
HSL 297° 100.00% 92.55%
HSB/HSV 297° 14.90% 100.00%
CMYK 0.78% 14.90% 0.00%
0.00%

Color #FDD9FF in popluar number systems.

HEX FD D9 FF
Decimal 253 217 255
Binary 11111101 11011001 11111111
Octal 375 331 377

Shades and tints

Shades of #FDD9FF

#FDD9FF
(253,217,255)
#E6C6E8
(230,198,232)
#CFB3D1
(207,179,209)
#B8A0BA
(184,160,186)
#A18DA3
(161,141,163)
#8A7A8C
(138,122,140)
#736775
(115,103,117)
#5C545E
(92,84,94)
#454147
(69,65,71)
#2E2E30
(46,46,48)
#171B19
(23,27,25)
#000000
(0,0,0)

Tints of #FDD9FF

#FDD9FF
(253,217,255)
#FDDCFF
(253,220,255)
#FDDFFF
(253,223,255)
#FDE2FF
(253,226,255)
#FDE5FF
(253,229,255)
#FDE8FF
(253,232,255)
#FDEBFF
(253,235,255)
#FDEEFF
(253,238,255)
#FDF1FF
(253,241,255)
#FDF4FF
(253,244,255)
#FDF7FF
(253,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD9FF; }

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

This text font color is #FDD9FF.

Background Color

.myBgColor { background-color: #FDD9FF; }

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

This div background color is #FDD9FF.

Border color

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

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

This div border color is #FDD9FF.

Opacity

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

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

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

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

This text has shadow with #FDD9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD9FF.

Preview

Color preview on black background

This text has color #FDD9FF on black background.


Color preview on white background

This text has color #FDD9FF on white background.


Black color preview on #FDD9FF background

This text has black color on #FDD9FF background.


White color preview on #FDD9FF background

This text has white color on #FDD9FF background.


Related colors

Complementary color

Complementary color for #hex is #022600.


I love getcolorcode.com

Triadic colors

1 #FFFDD9 and #D9FFFD with #FDD9FF are triadic colors.

2 #FFD9FD and #D9FDFF with #FDD9FF are triadic colors.