COLOR #FFD3E4

HEX: #FFD3E4
RGB: (255,211,228)

Color info

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

RGB color model

#FFD3E4 color RGB value is (255,211,228).

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

RGB channels and saturation

R 255 of 255 = 100%
G 211 of 255 = 83%
B 228 of 255 = 89%

255
211
228

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

Portions of RGB colors in percentages

R + G + B =
255 + 211 + 228 = 694 (100%)
R 255 of 694 ~ 36.74%
G 211 of 694 ~ 30.4%
B 228 of 694 ~ 32.85%

%36.74
%30.4
%32.85

CMYK color model

#FFD3E4 color CMYK value is (0,17,11,0).

  • cyan value is 0.00%
  • magenta value is 17.25%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(0,17,11,0)
C0M17Y11K0 
(0%,17%,11%,0%)
(0.00/0.17/0.11/0.00)	

CMYK percentages

%0
%17.25
%10.59
%0

Codes

Color #FFD3E4 in popluar color models

FFD3E4
RGB255211228
HSL337°100.00%91.37%
HSB/HSV337°17.25%100.00%
CMYK0.00%17.25%10.59%
0.00%

Color #FFD3E4 in popluar number systems.

HEXFFD3E4
Decimal255211228
Binary111111111101001111100100
Octal377323344

Shades and tints

Shades of #FFD3E4

#FFD3E4
(255,211,228)
#E8C0D0
(232,192,208)
#D1ADBC
(209,173,188)
#BA9AA8
(186,154,168)
#A38794
(163,135,148)
#8C7480
(140,116,128)
#75616C
(117,97,108)
#5E4E58
(94,78,88)
#473B44
(71,59,68)
#302830
(48,40,48)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #FFD3E4

#FFD3E4
(255,211,228)
#FFD7E6
(255,215,230)
#FFDBE8
(255,219,232)
#FFDFEA
(255,223,234)
#FFE3EC
(255,227,236)
#FFE7EE
(255,231,238)
#FFEBF0
(255,235,240)
#FFEFF2
(255,239,242)
#FFF3F4
(255,243,244)
#FFF7F6
(255,247,246)
#FFFBF8
(255,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD3E4; }

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

This text font color is #FFD3E4.


Background Color

.myBgColor { background-color: #FFD3E4; }

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

This div background color is #FFD3E4.


Border color

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

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

This div border color is #FFD3E4.


Opacity

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

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

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

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

This text has shadow with #FFD3E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD3E4 on black background.


Color preview on white background

This text has color #FFD3E4 on white background.



Black color preview on #FFD3E4 background

This text has black color on #FFD3E4 background.


White color preview on #FFD3E4 background

This text has white color on #FFD3E4 background.