COLOR #FFD2E8

HEX: #FFD2E8 RGB: (255,210,232)

Color info

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

RGB color model

#FFD2E8 color RGB value is (255,210,232).

RGB: (255,210,232) (100%, 82%, 91%)

RGB channels and saturation

R 255 of 255 = 100%
G 210 of 255 = 82%
B 232 of 255 = 91%

255
210
232

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

Portions of RGB colors in percentages

R + G + B = 255 + 210 + 232 = 697 (100%)
R 255 of 697 ~ 36.59%
G 210 of 697 ~ 30.13%
B 232 of 697 ~ 33.29'%

%36.59
%30.13
%33.29

CMYK color model

#FFD2E8 color CMYK value is (0,18,9,0).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 9.02%
  • key color value is 0.00%

CMYK: (0,18,9,0)
C0M18Y9K0 (0%, 18%, 9%, 0%)
(0.00 / 0.18 / 0.09 / 0.00)

CMYK percentages

%0
%17.65
%9.02
%0

Codes

Color #FFD2E8 in popluar color models

FF D2 E8
RGB 255 210 232
HSL 331° 100.00% 91.18%
HSB/HSV 331° 17.65% 100.00%
CMYK 0.00% 17.65% 9.02%
0.00%

Color #FFD2E8 in popluar number systems.

HEX FF D2 E8
Decimal 255 210 232
Binary 11111111 11010010 11101000
Octal 377 322 350

Shades and tints

Shades of #FFD2E8

#FFD2E8
(255,210,232)
#E8BFD3
(232,191,211)
#D1ACBE
(209,172,190)
#BA99A9
(186,153,169)
#A38694
(163,134,148)
#8C737F
(140,115,127)
#75606A
(117,96,106)
#5E4D55
(94,77,85)
#473A40
(71,58,64)
#30272B
(48,39,43)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #FFD2E8

#FFD2E8
(255,210,232)
#FFD6EA
(255,214,234)
#FFDAEC
(255,218,236)
#FFDEEE
(255,222,238)
#FFE2F0
(255,226,240)
#FFE6F2
(255,230,242)
#FFEAF4
(255,234,244)
#FFEEF6
(255,238,246)
#FFF2F8
(255,242,248)
#FFF6FA
(255,246,250)
#FFFAFC
(255,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD2E8; }

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

This text font color is #FFD2E8.

Background Color

.myBgColor { background-color: #FFD2E8; }

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

This div background color is #FFD2E8.

Border color

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

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

This div border color is #FFD2E8.

Opacity

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

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

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

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

This text has shadow with #FFD2E8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD2E8.

Preview

Color preview on black background

This text has color #FFD2E8 on black background.


Color preview on white background

This text has color #FFD2E8 on white background.


Black color preview on #FFD2E8 background

This text has black color on #FFD2E8 background.


White color preview on #FFD2E8 background

This text has white color on #FFD2E8 background.


Related colors

Complementary color

Complementary color for #hex is #002D17.


I love getcolorcode.com

Triadic colors

1 #E8FFD2 and #D2E8FF with #FFD2E8 are triadic colors.

2 #E8D2FF and #D2FFE8 with #FFD2E8 are triadic colors.