COLOR #FFD3DF

HEX: #FFD3DF
RGB: (255,211,223)

Color info

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

RGB color model

#FFD3DF color RGB value is (255,211,223).

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

RGB channels and saturation

R 255 of 255 = 100%
G 211 of 255 = 83%
B 223 of 255 = 87%

255
211
223

R + G + B ~ 90%. #FFD3DF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 211 + 223 = 689 (100%)
R 255 of 689 ~ 37.01%
G 211 of 689 ~ 30.62%
B 223 of 689 ~ 32.37%

%37.01
%30.62
%32.37

CMYK color model

#FFD3DF color CMYK value is (0,17,13,0).

  • cyan value is 0.00%
  • magenta value is 17.25%
  • yellow value is 12.55%
  • key color value is 0.00%
CMYK:
(0,17,13,0)
C0M17Y13K0 
(0%,17%,13%,0%)
(0.00/0.17/0.13/0.00)	

CMYK percentages

%0
%17.25
%12.55
%0

Codes

Color #FFD3DF in popluar color models

FFD3DF
RGB255211223
HSL344°100.00%91.37%
HSB/HSV344°17.25%100.00%
CMYK0.00%17.25%12.55%
0.00%

Color #FFD3DF in popluar number systems.

HEXFFD3DF
Decimal255211223
Binary111111111101001111011111
Octal377323337

Shades and tints

Shades of #FFD3DF

#FFD3DF
(255,211,223)
#E8C0CB
(232,192,203)
#D1ADB7
(209,173,183)
#BA9AA3
(186,154,163)
#A3878F
(163,135,143)
#8C747B
(140,116,123)
#756167
(117,97,103)
#5E4E53
(94,78,83)
#473B3F
(71,59,63)
#30282B
(48,40,43)
#191517
(25,21,23)
#000000
(0,0,0)

Tints of #FFD3DF

#FFD3DF
(255,211,223)
#FFD7E1
(255,215,225)
#FFDBE3
(255,219,227)
#FFDFE5
(255,223,229)
#FFE3E7
(255,227,231)
#FFE7E9
(255,231,233)
#FFEBEB
(255,235,235)
#FFEFED
(255,239,237)
#FFF3EF
(255,243,239)
#FFF7F1
(255,247,241)
#FFFBF3
(255,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD3DF; }

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

This text font color is #FFD3DF.


Background Color

.myBgColor { background-color: #FFD3DF; }

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

This div background color is #FFD3DF.


Border color

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

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

This div border color is #FFD3DF.


Opacity

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

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

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

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

This text has shadow with #FFD3DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD3DF on black background.


Color preview on white background

This text has color #FFD3DF on white background.



Black color preview on #FFD3DF background

This text has black color on #FFD3DF background.


White color preview on #FFD3DF background

This text has white color on #FFD3DF background.