COLOR #FFD5EF

HEX: #FFD5EF
RGB: (255,213,239)

Color info

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

RGB color model

#FFD5EF color RGB value is (255,213,239).

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

RGB channels and saturation

R 255 of 255 = 100%
G 213 of 255 = 84%
B 239 of 255 = 94%

255
213
239

R + G + B ~ 93%. #FFD5EF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 213 + 239 = 707 (100%)
R 255 of 707 ~ 36.07%
G 213 of 707 ~ 30.13%
B 239 of 707 ~ 33.8%

%36.07
%30.13
%33.8

CMYK color model

#FFD5EF color CMYK value is (0,16,6,0).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 6.27%
  • key color value is 0.00%
CMYK:
(0,16,6,0)
C0M16Y6K0 
(0%,16%,6%,0%)
(0.00/0.16/0.06/0.00)	

CMYK percentages

%0
%16.47
%6.27
%0

Codes

Color #FFD5EF in popluar color models

FFD5EF
RGB255213239
HSL323°100.00%91.76%
HSB/HSV323°16.47%100.00%
CMYK0.00%16.47%6.27%
0.00%

Color #FFD5EF in popluar number systems.

HEXFFD5EF
Decimal255213239
Binary111111111101010111101111
Octal377325357

Shades and tints

Shades of #FFD5EF

#FFD5EF
(255,213,239)
#E8C2DA
(232,194,218)
#D1AFC5
(209,175,197)
#BA9CB0
(186,156,176)
#A3899B
(163,137,155)
#8C7686
(140,118,134)
#756371
(117,99,113)
#5E505C
(94,80,92)
#473D47
(71,61,71)
#302A32
(48,42,50)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #FFD5EF

#FFD5EF
(255,213,239)
#FFD8F0
(255,216,240)
#FFDBF1
(255,219,241)
#FFDEF2
(255,222,242)
#FFE1F3
(255,225,243)
#FFE4F4
(255,228,244)
#FFE7F5
(255,231,245)
#FFEAF6
(255,234,246)
#FFEDF7
(255,237,247)
#FFF0F8
(255,240,248)
#FFF3F9
(255,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD5EF; }

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

This text font color is #FFD5EF.


Background Color

.myBgColor { background-color: #FFD5EF; }

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

This div background color is #FFD5EF.


Border color

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

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

This div border color is #FFD5EF.


Opacity

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

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

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

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

This text has shadow with #FFD5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD5EF on black background.


Color preview on white background

This text has color #FFD5EF on white background.



Black color preview on #FFD5EF background

This text has black color on #FFD5EF background.


White color preview on #FFD5EF background

This text has white color on #FFD5EF background.