COLOR #FDD6E9

HEX: #FDD6E9
RGB: (253,214,233)

Color info

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

RGB color model

#FDD6E9 color RGB value is (253,214,233).

  • red value is 253;
  • green value is 214;
  • blue value is 233.
RGB:
(253,214,233)
(99%,84%,91%)

RGB channels and saturation

R 253 of 255 = 99%
G 214 of 255 = 84%
B 233 of 255 = 91%

253
214
233

R + G + B ~ 91%. #FDD6E9 is light color.

Portions of RGB colors in percentages

R + G + B =
253 + 214 + 233 = 700 (100%)
R 253 of 700 ~ 36.14%
G 214 of 700 ~ 30.57%
B 233 of 700 ~ 33.29%

%36.14
%30.57
%33.29

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.42%
  • yellow value is 7.91%
  • key color value is 0.78%
CMYK:
(0,15,8,1)
C0M15Y8K1 
(0%,15%,8%,1%)
(0.00/0.15/0.08/0.01)	

CMYK percentages

%0
%15.42
%7.91
%0.78

Codes

Color #FDD6E9 in popluar color models

FDD6E9
RGB253214233
HSL331°90.70%91.57%
HSB/HSV331°15.42%99.22%
CMYK0.00%15.42%7.91%
0.78%

Color #FDD6E9 in popluar number systems.

HEXFDD6E9
Decimal253214233
Binary111111011101011011101001
Octal375326351

Shades and tints

Shades of #FDD6E9

#FDD6E9
(253,214,233)
#E6C3D4
(230,195,212)
#CFB0BF
(207,176,191)
#B89DAA
(184,157,170)
#A18A95
(161,138,149)
#8A7780
(138,119,128)
#73646B
(115,100,107)
#5C5156
(92,81,86)
#453E41
(69,62,65)
#2E2B2C
(46,43,44)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #FDD6E9

#FDD6E9
(253,214,233)
#FDD9EB
(253,217,235)
#FDDCED
(253,220,237)
#FDDFEF
(253,223,239)
#FDE2F1
(253,226,241)
#FDE5F3
(253,229,243)
#FDE8F5
(253,232,245)
#FDEBF7
(253,235,247)
#FDEEF9
(253,238,249)
#FDF1FB
(253,241,251)
#FDF4FD
(253,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDD6E9; }

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

This text font color is #FDD6E9.


Background Color

.myBgColor { background-color: #FDD6E9; }

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

This div background color is #FDD6E9.


Border color

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

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

This div border color is #FDD6E9.


Opacity

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

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

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

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

This text has shadow with #FDD6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDD6E9 on black background.


Color preview on white background

This text has color #FDD6E9 on white background.



Black color preview on #FDD6E9 background

This text has black color on #FDD6E9 background.


White color preview on #FDD6E9 background

This text has white color on #FDD6E9 background.