COLOR #FDD9FA

HEX: #FDD9FA RGB: (253,217,250)

Color info

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

RGB color model

#FDD9FA color RGB value is (253,217,250).

RGB: (253,217,250) (99%, 85%, 98%)

RGB channels and saturation

R 253 of 255 = 99%
G 217 of 255 = 85%
B 250 of 255 = 98%

253
217
250

R + G + B ~ 94%. #FDD9FA is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 217 + 250 = 720 (100%)
R 253 of 720 ~ 35.14%
G 217 of 720 ~ 30.14%
B 250 of 720 ~ 34.72'%

%35.14
%30.14
%34.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 1.19%
  • key color value is 0.78%
CMYK: (0,14,1,1) C0M14Y1K1 (0%,14%,1%,1%) (0.00/0.14/0.01/0.01) 

CMYK percentages

%0
%14.23
%1.19
%0.78

Codes

Color #FDD9FA in popluar color models

FD D9 FA
RGB 253 217 250
HSL 305° 90.00% 92.16%
HSB/HSV 305° 14.23% 99.22%
CMYK 0.00% 14.23% 1.19%
0.78%

Color #FDD9FA in popluar number systems.

HEX FD D9 FA
Decimal 253 217 250
Binary 11111101 11011001 11111010
Octal 375 331 372

Shades and tints

Shades of #FDD9FA

#FDD9FA
(253,217,250)
#E6C6E4
(230,198,228)
#CFB3CE
(207,179,206)
#B8A0B8
(184,160,184)
#A18DA2
(161,141,162)
#8A7A8C
(138,122,140)
#736776
(115,103,118)
#5C5460
(92,84,96)
#45414A
(69,65,74)
#2E2E34
(46,46,52)
#171B1E
(23,27,30)
#000000
(0,0,0)

Tints of #FDD9FA

#FDD9FA
(253,217,250)
#FDDCFA
(253,220,250)
#FDDFFA
(253,223,250)
#FDE2FA
(253,226,250)
#FDE5FA
(253,229,250)
#FDE8FA
(253,232,250)
#FDEBFA
(253,235,250)
#FDEEFA
(253,238,250)
#FDF1FA
(253,241,250)
#FDF4FA
(253,244,250)
#FDF7FA
(253,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD9FA; }

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

This text font color is #FDD9FA.

Background Color

.myBgColor { background-color: #FDD9FA; }

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

This div background color is #FDD9FA.

Border color

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

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

This div border color is #FDD9FA.

Opacity

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

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

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

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

This text has shadow with #FDD9FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD9FA.

Preview

Color preview on black background

This text has color #FDD9FA on black background.


Color preview on white background

This text has color #FDD9FA on white background.


Black color preview on #FDD9FA background

This text has black color on #FDD9FA background.


White color preview on #FDD9FA background

This text has white color on #FDD9FA background.


Related colors

Complementary color

Complementary color for #hex is #022605.


I love getcolorcode.com

Triadic colors

1 #FAFDD9 and #D9FAFD with #FDD9FA are triadic colors.

2 #FAD9FD and #D9FDFA with #FDD9FA are triadic colors.