COLOR #FFD9EC

HEX: #FFD9EC
RGB: (255,217,236)

Color info

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

RGB color model

#FFD9EC color RGB value is (255,217,236).

  • red value is 255;
  • green value is 217;
  • blue value is 236.
RGB:
(255,217,236)
(100%,85%,93%)

RGB channels and saturation

R 255 of 255 = 100%
G 217 of 255 = 85%
B 236 of 255 = 93%

255
217
236

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

Portions of RGB colors in percentages

R + G + B =
255 + 217 + 236 = 708 (100%)
R 255 of 708 ~ 36.02%
G 217 of 708 ~ 30.65%
B 236 of 708 ~ 33.33%

%36.02
%30.65
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 7.45%
  • key color value is 0.00%
CMYK:
(0,15,7,0)
C0M15Y7K0 
(0%,15%,7%,0%)
(0.00/0.15/0.07/0.00)	

CMYK percentages

%0
%14.9
%7.45
%0

Codes

Color #FFD9EC in popluar color models

FFD9EC
RGB255217236
HSL330°100.00%92.55%
HSB/HSV330°14.90%100.00%
CMYK0.00%14.90%7.45%
0.00%

Color #FFD9EC in popluar number systems.

HEXFFD9EC
Decimal255217236
Binary111111111101100111101100
Octal377331354

Shades and tints

Shades of #FFD9EC

#FFD9EC
(255,217,236)
#E8C6D7
(232,198,215)
#D1B3C2
(209,179,194)
#BAA0AD
(186,160,173)
#A38D98
(163,141,152)
#8C7A83
(140,122,131)
#75676E
(117,103,110)
#5E5459
(94,84,89)
#474144
(71,65,68)
#302E2F
(48,46,47)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #FFD9EC

#FFD9EC
(255,217,236)
#FFDCED
(255,220,237)
#FFDFEE
(255,223,238)
#FFE2EF
(255,226,239)
#FFE5F0
(255,229,240)
#FFE8F1
(255,232,241)
#FFEBF2
(255,235,242)
#FFEEF3
(255,238,243)
#FFF1F4
(255,241,244)
#FFF4F5
(255,244,245)
#FFF7F6
(255,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD9EC color. Also use rgb(255,217,236) instead hex code.

Text Font Color

.myTextColor { color: #FFD9EC; }

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

This text font color is #FFD9EC.


Background Color

.myBgColor { background-color: #FFD9EC; }

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

This div background color is #FFD9EC.


Border color

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

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

This div border color is #FFD9EC.


Opacity

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

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

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

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

This text has shadow with #FFD9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD9EC on black background.


Color preview on white background

This text has color #FFD9EC on white background.



Black color preview on #FFD9EC background

This text has black color on #FFD9EC background.


White color preview on #FFD9EC background

This text has white color on #FFD9EC background.