COLOR #FDD6EB

HEX: #FDD6EB RGB: (253,214,235)

Color info

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

RGB color model

#FDD6EB color RGB value is (253,214,235).

RGB: (253,214,235) (99%, 84%, 92%)

RGB channels and saturation

R 253 of 255 = 99%
G 214 of 255 = 84%
B 235 of 255 = 92%

253
214
235

R + G + B ~ 92%. #FDD6EB is light color.

Portions of RGB colors in percentages

R + G + B = 253 + 214 + 235 = 702 (100%)
R 253 of 702 ~ 36.04%
G 214 of 702 ~ 30.48%
B 235 of 702 ~ 33.48'%

%36.04
%30.48
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 7.11%
  • key color value is 0.78%

CMYK: (0,15,7,1)
C0M15Y7K1 (0%, 15%, 7%, 1%)
(0.00 / 0.15 / 0.07 / 0.01)

CMYK percentages

%0
%15.42
%7.11
%0.78

Codes

Color #FDD6EB in popluar color models

FD D6 EB
RGB 253 214 235
HSL 328° 90.70% 91.57%
HSB/HSV 328° 15.42% 99.22%
CMYK 0.00% 15.42% 7.11%
0.78%

Color #FDD6EB in popluar number systems.

HEX FD D6 EB
Decimal 253 214 235
Binary 11111101 11010110 11101011
Octal 375 326 353

Shades and tints

Shades of #FDD6EB

#FDD6EB
(253,214,235)
#E6C3D6
(230,195,214)
#CFB0C1
(207,176,193)
#B89DAC
(184,157,172)
#A18A97
(161,138,151)
#8A7782
(138,119,130)
#73646D
(115,100,109)
#5C5158
(92,81,88)
#453E43
(69,62,67)
#2E2B2E
(46,43,46)
#171819
(23,24,25)
#000000
(0,0,0)

Tints of #FDD6EB

#FDD6EB
(253,214,235)
#FDD9EC
(253,217,236)
#FDDCED
(253,220,237)
#FDDFEE
(253,223,238)
#FDE2EF
(253,226,239)
#FDE5F0
(253,229,240)
#FDE8F1
(253,232,241)
#FDEBF2
(253,235,242)
#FDEEF3
(253,238,243)
#FDF1F4
(253,241,244)
#FDF4F5
(253,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD6EB; }

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

This text font color is #FDD6EB.

Background Color

.myBgColor { background-color: #FDD6EB; }

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

This div background color is #FDD6EB.

Border color

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

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

This div border color is #FDD6EB.

Opacity

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

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

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

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

This text has shadow with #FDD6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FDD6EB.

Preview

Color preview on black background

This text has color #FDD6EB on black background.


Color preview on white background

This text has color #FDD6EB on white background.


Black color preview on #FDD6EB background

This text has black color on #FDD6EB background.


White color preview on #FDD6EB background

This text has white color on #FDD6EB background.


Related colors

Complementary color

Complementary color for #hex is #022914.


I love getcolorcode.com

Triadic colors

1 #EBFDD6 and #D6EBFD with #FDD6EB are triadic colors.

2 #EBD6FD and #D6FDEB with #FDD6EB are triadic colors.