COLOR #FDD3FA

HEX: #FDD3FA RGB: (253,211,250)

Color info

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

RGB color model

#FDD3FA color RGB value is (253,211,250).

RGB: (253,211,250) (99%, 83%, 98%)

RGB channels and saturation

R 253 of 255 = 99%
G 211 of 255 = 83%
B 250 of 255 = 98%

253
211
250

R + G + B ~ 93%. #FDD3FA is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 211 + 250 = 714 (100%)
R 253 of 714 ~ 35.43%
G 211 of 714 ~ 29.55%
B 250 of 714 ~ 35.01'%

%35.43
%29.55
%35.01

CMYK color model

#FDD3FA color CMYK value is (0,17,1,1).

  • cyan value is 0.00%
  • magenta value is 16.60%
  • yellow value is 1.19%
  • key color value is 0.78%

CMYK: (0,17,1,1)
C0M17Y1K1 (0%, 17%, 1%, 1%)
(0.00 / 0.17 / 0.01 / 0.01)

CMYK percentages

%0
%16.6
%1.19
%0.78

Codes

Color #FDD3FA in popluar color models

FD D3 FA
RGB 253 211 250
HSL 304° 91.30% 90.98%
HSB/HSV 304° 16.60% 99.22%
CMYK 0.00% 16.60% 1.19%
0.78%

Color #FDD3FA in popluar number systems.

HEX FD D3 FA
Decimal 253 211 250
Binary 11111101 11010011 11111010
Octal 375 323 372

Shades and tints

Shades of #FDD3FA

#FDD3FA
(253,211,250)
#E6C0E4
(230,192,228)
#CFADCE
(207,173,206)
#B89AB8
(184,154,184)
#A187A2
(161,135,162)
#8A748C
(138,116,140)
#736176
(115,97,118)
#5C4E60
(92,78,96)
#453B4A
(69,59,74)
#2E2834
(46,40,52)
#17151E
(23,21,30)
#000000
(0,0,0)

Tints of #FDD3FA

#FDD3FA
(253,211,250)
#FDD7FA
(253,215,250)
#FDDBFA
(253,219,250)
#FDDFFA
(253,223,250)
#FDE3FA
(253,227,250)
#FDE7FA
(253,231,250)
#FDEBFA
(253,235,250)
#FDEFFA
(253,239,250)
#FDF3FA
(253,243,250)
#FDF7FA
(253,247,250)
#FDFBFA
(253,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD3FA; }

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

This text font color is #FDD3FA.

Background Color

.myBgColor { background-color: #FDD3FA; }

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

This div background color is #FDD3FA.

Border color

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

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

This div border color is #FDD3FA.

Opacity

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

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

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

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

This text has shadow with #FDD3FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD3FA.

Preview

Color preview on black background

This text has color #FDD3FA on black background.


Color preview on white background

This text has color #FDD3FA on white background.


Black color preview on #FDD3FA background

This text has black color on #FDD3FA background.


White color preview on #FDD3FA background

This text has white color on #FDD3FA background.


Related colors

Complementary color

Complementary color for #hex is #022C05.


I love getcolorcode.com

Triadic colors

1 #FAFDD3 and #D3FAFD with #FDD3FA are triadic colors.

2 #FAD3FD and #D3FDFA with #FDD3FA are triadic colors.