COLOR #FFD1E5

HEX: #FFD1E5
RGB: (255,209,229)

Color info

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

RGB color model

#FFD1E5 color RGB value is (255,209,229).

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

RGB channels and saturation

R 255 of 255 = 100%
G 209 of 255 = 82%
B 229 of 255 = 90%

255
209
229

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

Portions of RGB colors in percentages

R + G + B =
255 + 209 + 229 = 693 (100%)
R 255 of 693 ~ 36.8%
G 209 of 693 ~ 30.16%
B 229 of 693 ~ 33.04%

%36.8
%30.16
%33.04

CMYK color model

#FFD1E5 color CMYK value is (0,18,10,0).

  • cyan value is 0.00%
  • magenta value is 18.04%
  • yellow value is 10.20%
  • key color value is 0.00%
CMYK:
(0,18,10,0)
C0M18Y10K0 
(0%,18%,10%,0%)
(0.00/0.18/0.10/0.00)	

CMYK percentages

%0
%18.04
%10.2
%0

Codes

Color #FFD1E5 in popluar color models

FFD1E5
RGB255209229
HSL334°100.00%90.98%
HSB/HSV334°18.04%100.00%
CMYK0.00%18.04%10.20%
0.00%

Color #FFD1E5 in popluar number systems.

HEXFFD1E5
Decimal255209229
Binary111111111101000111100101
Octal377321345

Shades and tints

Shades of #FFD1E5

#FFD1E5
(255,209,229)
#E8BED1
(232,190,209)
#D1ABBD
(209,171,189)
#BA98A9
(186,152,169)
#A38595
(163,133,149)
#8C7281
(140,114,129)
#755F6D
(117,95,109)
#5E4C59
(94,76,89)
#473945
(71,57,69)
#302631
(48,38,49)
#19131D
(25,19,29)
#000000
(0,0,0)

Tints of #FFD1E5

#FFD1E5
(255,209,229)
#FFD5E7
(255,213,231)
#FFD9E9
(255,217,233)
#FFDDEB
(255,221,235)
#FFE1ED
(255,225,237)
#FFE5EF
(255,229,239)
#FFE9F1
(255,233,241)
#FFEDF3
(255,237,243)
#FFF1F5
(255,241,245)
#FFF5F7
(255,245,247)
#FFF9F9
(255,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD1E5; }

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

This text font color is #FFD1E5.


Background Color

.myBgColor { background-color: #FFD1E5; }

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

This div background color is #FFD1E5.


Border color

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

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

This div border color is #FFD1E5.


Opacity

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

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

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

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

This text has shadow with #FFD1E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD1E5 on black background.


Color preview on white background

This text has color #FFD1E5 on white background.



Black color preview on #FFD1E5 background

This text has black color on #FFD1E5 background.


White color preview on #FFD1E5 background

This text has white color on #FFD1E5 background.