COLOR #FFD3DE

HEX: #FFD3DE
RGB: (255,211,222)

Color info

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

RGB color model

#FFD3DE color RGB value is (255,211,222).

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

RGB channels and saturation

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

255
211
222

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

Portions of RGB colors in percentages

R + G + B =
255 + 211 + 222 = 688 (100%)
R 255 of 688 ~ 37.06%
G 211 of 688 ~ 30.67%
B 222 of 688 ~ 32.27%

%37.06
%30.67
%32.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.25%
  • yellow value is 12.94%
  • 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.94
%0

Codes

Color #FFD3DE in popluar color models

FFD3DE
RGB255211222
HSL345°100.00%91.37%
HSB/HSV345°17.25%100.00%
CMYK0.00%17.25%12.94%
0.00%

Color #FFD3DE in popluar number systems.

HEXFFD3DE
Decimal255211222
Binary111111111101001111011110
Octal377323336

Shades and tints

Shades of #FFD3DE

#FFD3DE
(255,211,222)
#E8C0CA
(232,192,202)
#D1ADB6
(209,173,182)
#BA9AA2
(186,154,162)
#A3878E
(163,135,142)
#8C747A
(140,116,122)
#756166
(117,97,102)
#5E4E52
(94,78,82)
#473B3E
(71,59,62)
#30282A
(48,40,42)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #FFD3DE

#FFD3DE
(255,211,222)
#FFD7E1
(255,215,225)
#FFDBE4
(255,219,228)
#FFDFE7
(255,223,231)
#FFE3EA
(255,227,234)
#FFE7ED
(255,231,237)
#FFEBF0
(255,235,240)
#FFEFF3
(255,239,243)
#FFF3F6
(255,243,246)
#FFF7F9
(255,247,249)
#FFFBFC
(255,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD3DE; }

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

This text font color is #FFD3DE.


Background Color

.myBgColor { background-color: #FFD3DE; }

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

This div background color is #FFD3DE.


Border color

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

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

This div border color is #FFD3DE.


Opacity

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

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

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

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

This text has shadow with #FFD3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD3DE on black background.


Color preview on white background

This text has color #FFD3DE on white background.



Black color preview on #FFD3DE background

This text has black color on #FFD3DE background.


White color preview on #FFD3DE background

This text has white color on #FFD3DE background.