COLOR #FFD1E4

HEX: #FFD1E4
RGB: (255,209,228)

Color info

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

RGB color model

#FFD1E4 color RGB value is (255,209,228).

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

RGB channels and saturation

R 255 of 255 = 100%
G 209 of 255 = 82%
B 228 of 255 = 89%

255
209
228

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

Portions of RGB colors in percentages

R + G + B =
255 + 209 + 228 = 692 (100%)
R 255 of 692 ~ 36.85%
G 209 of 692 ~ 30.2%
B 228 of 692 ~ 32.95%

%36.85
%30.2
%32.95

CMYK color model

#FFD1E4 color CMYK value is (0,18,11,0).

  • cyan value is 0.00%
  • magenta value is 18.04%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(0,18,11,0)
C0M18Y11K0 
(0%,18%,11%,0%)
(0.00/0.18/0.11/0.00)	

CMYK percentages

%0
%18.04
%10.59
%0

Codes

Color #FFD1E4 in popluar color models

FFD1E4
RGB255209228
HSL335°100.00%90.98%
HSB/HSV335°18.04%100.00%
CMYK0.00%18.04%10.59%
0.00%

Color #FFD1E4 in popluar number systems.

HEXFFD1E4
Decimal255209228
Binary111111111101000111100100
Octal377321344

Shades and tints

Shades of #FFD1E4

#FFD1E4
(255,209,228)
#E8BED0
(232,190,208)
#D1ABBC
(209,171,188)
#BA98A8
(186,152,168)
#A38594
(163,133,148)
#8C7280
(140,114,128)
#755F6C
(117,95,108)
#5E4C58
(94,76,88)
#473944
(71,57,68)
#302630
(48,38,48)
#19131C
(25,19,28)
#000000
(0,0,0)

Tints of #FFD1E4

#FFD1E4
(255,209,228)
#FFD5E6
(255,213,230)
#FFD9E8
(255,217,232)
#FFDDEA
(255,221,234)
#FFE1EC
(255,225,236)
#FFE5EE
(255,229,238)
#FFE9F0
(255,233,240)
#FFEDF2
(255,237,242)
#FFF1F4
(255,241,244)
#FFF5F6
(255,245,246)
#FFF9F8
(255,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD1E4; }

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

This text font color is #FFD1E4.


Background Color

.myBgColor { background-color: #FFD1E4; }

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

This div background color is #FFD1E4.


Border color

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

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

This div border color is #FFD1E4.


Opacity

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

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

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

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

This text has shadow with #FFD1E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD1E4 on black background.


Color preview on white background

This text has color #FFD1E4 on white background.



Black color preview on #FFD1E4 background

This text has black color on #FFD1E4 background.


White color preview on #FFD1E4 background

This text has white color on #FFD1E4 background.