COLOR #FFD9DF

HEX: #FFD9DF
RGB: (255,217,223)

Color info

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

RGB color model

#FFD9DF color RGB value is (255,217,223).

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

RGB channels and saturation

R 255 of 255 = 100%
G 217 of 255 = 85%
B 223 of 255 = 87%

255
217
223

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

Portions of RGB colors in percentages

R + G + B =
255 + 217 + 223 = 695 (100%)
R 255 of 695 ~ 36.69%
G 217 of 695 ~ 31.22%
B 223 of 695 ~ 32.09%

%36.69
%31.22
%32.09

CMYK color model

#FFD9DF color CMYK value is (0,15,13,0).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 12.55%
  • key color value is 0.00%
CMYK:
(0,15,13,0)
C0M15Y13K0 
(0%,15%,13%,0%)
(0.00/0.15/0.13/0.00)	

CMYK percentages

%0
%14.9
%12.55
%0

Codes

Color #FFD9DF in popluar color models

FFD9DF
RGB255217223
HSL351°100.00%92.55%
HSB/HSV351°14.90%100.00%
CMYK0.00%14.90%12.55%
0.00%

Color #FFD9DF in popluar number systems.

HEXFFD9DF
Decimal255217223
Binary111111111101100111011111
Octal377331337

Shades and tints

Shades of #FFD9DF

#FFD9DF
(255,217,223)
#E8C6CB
(232,198,203)
#D1B3B7
(209,179,183)
#BAA0A3
(186,160,163)
#A38D8F
(163,141,143)
#8C7A7B
(140,122,123)
#756767
(117,103,103)
#5E5453
(94,84,83)
#47413F
(71,65,63)
#302E2B
(48,46,43)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #FFD9DF

#FFD9DF
(255,217,223)
#FFDCE1
(255,220,225)
#FFDFE3
(255,223,227)
#FFE2E5
(255,226,229)
#FFE5E7
(255,229,231)
#FFE8E9
(255,232,233)
#FFEBEB
(255,235,235)
#FFEEED
(255,238,237)
#FFF1EF
(255,241,239)
#FFF4F1
(255,244,241)
#FFF7F3
(255,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD9DF; }

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

This text font color is #FFD9DF.


Background Color

.myBgColor { background-color: #FFD9DF; }

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

This div background color is #FFD9DF.


Border color

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

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

This div border color is #FFD9DF.


Opacity

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

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

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

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

This text has shadow with #FFD9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD9DF on black background.


Color preview on white background

This text has color #FFD9DF on white background.



Black color preview on #FFD9DF background

This text has black color on #FFD9DF background.


White color preview on #FFD9DF background

This text has white color on #FFD9DF background.