COLOR #FFD5EA

HEX: #FFD5EA
RGB: (255,213,234)

Color info

#FFD5EA contains red, green and blue colors in about the same proportion. Web safe color of #FFD5EA is #FFCCFF (or #FCF).

RGB color model

#FFD5EA color RGB value is (255,213,234).

  • red value is 255;
  • green value is 213;
  • blue value is 234.
RGB:
(255,213,234)
(100%,84%,92%)

RGB channels and saturation

R 255 of 255 = 100%
G 213 of 255 = 84%
B 234 of 255 = 92%

255
213
234

R + G + B ~ 92%. #FFD5EA is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 213 + 234 = 702 (100%)
R 255 of 702 ~ 36.32%
G 213 of 702 ~ 30.34%
B 234 of 702 ~ 33.33%

%36.32
%30.34
%33.33

CMYK color model

#FFD5EA color CMYK value is (0,16,8,0).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 8.24%
  • key color value is 0.00%
CMYK:
(0,16,8,0)
C0M16Y8K0 
(0%,16%,8%,0%)
(0.00/0.16/0.08/0.00)	

CMYK percentages

%0
%16.47
%8.24
%0

Codes

Color #FFD5EA in popluar color models

FFD5EA
RGB255213234
HSL330°100.00%91.76%
HSB/HSV330°16.47%100.00%
CMYK0.00%16.47%8.24%
0.00%

Color #FFD5EA in popluar number systems.

HEXFFD5EA
Decimal255213234
Binary111111111101010111101010
Octal377325352

Shades and tints

Shades of #FFD5EA

#FFD5EA
(255,213,234)
#E8C2D5
(232,194,213)
#D1AFC0
(209,175,192)
#BA9CAB
(186,156,171)
#A38996
(163,137,150)
#8C7681
(140,118,129)
#75636C
(117,99,108)
#5E5057
(94,80,87)
#473D42
(71,61,66)
#302A2D
(48,42,45)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #FFD5EA

#FFD5EA
(255,213,234)
#FFD8EB
(255,216,235)
#FFDBEC
(255,219,236)
#FFDEED
(255,222,237)
#FFE1EE
(255,225,238)
#FFE4EF
(255,228,239)
#FFE7F0
(255,231,240)
#FFEAF1
(255,234,241)
#FFEDF2
(255,237,242)
#FFF0F3
(255,240,243)
#FFF3F4
(255,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD5EA color. Also use rgb(255,213,234) instead hex code.

Text Font Color

.myTextColor { color: #FFD5EA; }

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

This text font color is #FFD5EA.


Background Color

.myBgColor { background-color: #FFD5EA; }

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

This div background color is #FFD5EA.


Border color

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

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

This div border color is #FFD5EA.


Opacity

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

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

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

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

This text has shadow with #FFD5EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD5EA on black background.


Color preview on white background

This text has color #FFD5EA on white background.



Black color preview on #FFD5EA background

This text has black color on #FFD5EA background.


White color preview on #FFD5EA background

This text has white color on #FFD5EA background.