COLOR #FFD2EF

HEX: #FFD2EF
RGB: (255,210,239)

Color info

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

RGB color model

#FFD2EF color RGB value is (255,210,239).

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

RGB channels and saturation

R 255 of 255 = 100%
G 210 of 255 = 82%
B 239 of 255 = 94%

255
210
239

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

Portions of RGB colors in percentages

R + G + B =
255 + 210 + 239 = 704 (100%)
R 255 of 704 ~ 36.22%
G 210 of 704 ~ 29.83%
B 239 of 704 ~ 33.95%

%36.22
%29.83
%33.95

CMYK color model

#FFD2EF color CMYK value is (0,18,6,0).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 6.27%
  • key color value is 0.00%
CMYK:
(0,18,6,0)
C0M18Y6K0 
(0%,18%,6%,0%)
(0.00/0.18/0.06/0.00)	

CMYK percentages

%0
%17.65
%6.27
%0

Codes

Color #FFD2EF in popluar color models

FFD2EF
RGB255210239
HSL321°100.00%91.18%
HSB/HSV321°17.65%100.00%
CMYK0.00%17.65%6.27%
0.00%

Color #FFD2EF in popluar number systems.

HEXFFD2EF
Decimal255210239
Binary111111111101001011101111
Octal377322357

Shades and tints

Shades of #FFD2EF

#FFD2EF
(255,210,239)
#E8BFDA
(232,191,218)
#D1ACC5
(209,172,197)
#BA99B0
(186,153,176)
#A3869B
(163,134,155)
#8C7386
(140,115,134)
#756071
(117,96,113)
#5E4D5C
(94,77,92)
#473A47
(71,58,71)
#302732
(48,39,50)
#19141D
(25,20,29)
#000000
(0,0,0)

Tints of #FFD2EF

#FFD2EF
(255,210,239)
#FFD6F0
(255,214,240)
#FFDAF1
(255,218,241)
#FFDEF2
(255,222,242)
#FFE2F3
(255,226,243)
#FFE6F4
(255,230,244)
#FFEAF5
(255,234,245)
#FFEEF6
(255,238,246)
#FFF2F7
(255,242,247)
#FFF6F8
(255,246,248)
#FFFAF9
(255,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD2EF; }

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

This text font color is #FFD2EF.


Background Color

.myBgColor { background-color: #FFD2EF; }

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

This div background color is #FFD2EF.


Border color

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

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

This div border color is #FFD2EF.


Opacity

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

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

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

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

This text has shadow with #FFD2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD2EF on black background.


Color preview on white background

This text has color #FFD2EF on white background.



Black color preview on #FFD2EF background

This text has black color on #FFD2EF background.


White color preview on #FFD2EF background

This text has white color on #FFD2EF background.