COLOR #FFD9E6

HEX: #FFD9E6
RGB: (255,217,230)

Color info

#FFD9E6 contains red, green and blue colors in about the same proportion. Web safe color of #FFD9E6 is #FFCCCC (or #FCC).

RGB color model

#FFD9E6 color RGB value is (255,217,230).

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

RGB channels and saturation

R 255 of 255 = 100%
G 217 of 255 = 85%
B 230 of 255 = 90%

255
217
230

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

Portions of RGB colors in percentages

R + G + B =
255 + 217 + 230 = 702 (100%)
R 255 of 702 ~ 36.32%
G 217 of 702 ~ 30.91%
B 230 of 702 ~ 32.76%

%36.32
%30.91
%32.76

CMYK color model

#FFD9E6 color CMYK value is (0,15,10,0).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 9.80%
  • key color value is 0.00%
CMYK:
(0,15,10,0)
C0M15Y10K0 
(0%,15%,10%,0%)
(0.00/0.15/0.10/0.00)	

CMYK percentages

%0
%14.9
%9.8
%0

Codes

Color #FFD9E6 in popluar color models

FFD9E6
RGB255217230
HSL339°100.00%92.55%
HSB/HSV339°14.90%100.00%
CMYK0.00%14.90%9.80%
0.00%

Color #FFD9E6 in popluar number systems.

HEXFFD9E6
Decimal255217230
Binary111111111101100111100110
Octal377331346

Shades and tints

Shades of #FFD9E6

#FFD9E6
(255,217,230)
#E8C6D2
(232,198,210)
#D1B3BE
(209,179,190)
#BAA0AA
(186,160,170)
#A38D96
(163,141,150)
#8C7A82
(140,122,130)
#75676E
(117,103,110)
#5E545A
(94,84,90)
#474146
(71,65,70)
#302E32
(48,46,50)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #FFD9E6

#FFD9E6
(255,217,230)
#FFDCE8
(255,220,232)
#FFDFEA
(255,223,234)
#FFE2EC
(255,226,236)
#FFE5EE
(255,229,238)
#FFE8F0
(255,232,240)
#FFEBF2
(255,235,242)
#FFEEF4
(255,238,244)
#FFF1F6
(255,241,246)
#FFF4F8
(255,244,248)
#FFF7FA
(255,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD9E6; }

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

This text font color is #FFD9E6.


Background Color

.myBgColor { background-color: #FFD9E6; }

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

This div background color is #FFD9E6.


Border color

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

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

This div border color is #FFD9E6.


Opacity

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

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

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

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

This text has shadow with #FFD9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD9E6 on black background.


Color preview on white background

This text has color #FFD9E6 on white background.



Black color preview on #FFD9E6 background

This text has black color on #FFD9E6 background.


White color preview on #FFD9E6 background

This text has white color on #FFD9E6 background.