COLOR #FDD6FE

HEX: #FDD6FE RGB: (253,214,254)

Color info

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

RGB color model

#FDD6FE color RGB value is (253,214,254).

RGB: (253,214,254) (99%, 84%, 100%)

RGB channels and saturation

R 253 of 255 = 99%
G 214 of 255 = 84%
B 254 of 255 = 100%

253
214
254

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

Portions of RGB colors in percentages

R + G + B = 253 + 214 + 254 = 721 (100%)
R 253 of 721 ~ 35.09%
G 214 of 721 ~ 29.68%
B 254 of 721 ~ 35.23'%

%35.09
%29.68
%35.23

CMYK color model

#FDD6FE color CMYK value is (0,16,0,0).

  • cyan value is 0.39%
  • magenta value is 15.75%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (0,16,0,0)
C0M16Y0K0 (0%, 16%, 0%, 0%)
(0.00 / 0.16 / 0.00 / 0.00)

CMYK percentages

%0.39
%15.75
%0
%0.39

Codes

Color #FDD6FE in popluar color models

FD D6 FE
RGB 253 214 254
HSL 299° 95.24% 91.76%
HSB/HSV 299° 15.75% 99.61%
CMYK 0.39% 15.75% 0.00%
0.39%

Color #FDD6FE in popluar number systems.

HEX FD D6 FE
Decimal 253 214 254
Binary 11111101 11010110 11111110
Octal 375 326 376

Shades and tints

Shades of #FDD6FE

#FDD6FE
(253,214,254)
#E6C3E7
(230,195,231)
#CFB0D0
(207,176,208)
#B89DB9
(184,157,185)
#A18AA2
(161,138,162)
#8A778B
(138,119,139)
#736474
(115,100,116)
#5C515D
(92,81,93)
#453E46
(69,62,70)
#2E2B2F
(46,43,47)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #FDD6FE

#FDD6FE
(253,214,254)
#FDD9FE
(253,217,254)
#FDDCFE
(253,220,254)
#FDDFFE
(253,223,254)
#FDE2FE
(253,226,254)
#FDE5FE
(253,229,254)
#FDE8FE
(253,232,254)
#FDEBFE
(253,235,254)
#FDEEFE
(253,238,254)
#FDF1FE
(253,241,254)
#FDF4FE
(253,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FDD6FE color. Also use rgb(253,214,254) instead hex code.

Text Font Color

.myTextColor { color: #FDD6FE; }

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

This text font color is #FDD6FE.

Background Color

.myBgColor { background-color: #FDD6FE; }

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

This div background color is #FDD6FE.

Border color

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

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

This div border color is #FDD6FE.

Opacity

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

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

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

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

This text has shadow with #FDD6FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD6FE.

Preview

Color preview on black background

This text has color #FDD6FE on black background.


Color preview on white background

This text has color #FDD6FE on white background.


Black color preview on #FDD6FE background

This text has black color on #FDD6FE background.


White color preview on #FDD6FE background

This text has white color on #FDD6FE background.


Related colors

Complementary color

Complementary color for #hex is #022901.


I love getcolorcode.com

Triadic colors

1 #FEFDD6 and #D6FEFD with #FDD6FE are triadic colors.

2 #FED6FD and #D6FDFE with #FDD6FE are triadic colors.