COLOR #FFD2E0

HEX: #FFD2E0
RGB: (255,210,224)

Color info

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

RGB color model

#FFD2E0 color RGB value is (255,210,224).

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

RGB channels and saturation

R 255 of 255 = 100%
G 210 of 255 = 82%
B 224 of 255 = 88%

255
210
224

R + G + B ~ 90%. #FFD2E0 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 210 + 224 = 689 (100%)
R 255 of 689 ~ 37.01%
G 210 of 689 ~ 30.48%
B 224 of 689 ~ 32.51%

%37.01
%30.48
%32.51

CMYK color model

#FFD2E0 color CMYK value is (0,18,12,0).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(0,18,12,0)
C0M18Y12K0 
(0%,18%,12%,0%)
(0.00/0.18/0.12/0.00)	

CMYK percentages

%0
%17.65
%12.16
%0

Codes

Color #FFD2E0 in popluar color models

FFD2E0
RGB255210224
HSL341°100.00%91.18%
HSB/HSV341°17.65%100.00%
CMYK0.00%17.65%12.16%
0.00%

Color #FFD2E0 in popluar number systems.

HEXFFD2E0
Decimal255210224
Binary111111111101001011100000
Octal377322340

Shades and tints

Shades of #FFD2E0

#FFD2E0
(255,210,224)
#E8BFCC
(232,191,204)
#D1ACB8
(209,172,184)
#BA99A4
(186,153,164)
#A38690
(163,134,144)
#8C737C
(140,115,124)
#756068
(117,96,104)
#5E4D54
(94,77,84)
#473A40
(71,58,64)
#30272C
(48,39,44)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #FFD2E0

#FFD2E0
(255,210,224)
#FFD6E2
(255,214,226)
#FFDAE4
(255,218,228)
#FFDEE6
(255,222,230)
#FFE2E8
(255,226,232)
#FFE6EA
(255,230,234)
#FFEAEC
(255,234,236)
#FFEEEE
(255,238,238)
#FFF2F0
(255,242,240)
#FFF6F2
(255,246,242)
#FFFAF4
(255,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD2E0; }

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

This text font color is #FFD2E0.


Background Color

.myBgColor { background-color: #FFD2E0; }

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

This div background color is #FFD2E0.


Border color

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

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

This div border color is #FFD2E0.


Opacity

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

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

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

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

This text has shadow with #FFD2E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD2E0 on black background.


Color preview on white background

This text has color #FFD2E0 on white background.



Black color preview on #FFD2E0 background

This text has black color on #FFD2E0 background.


White color preview on #FFD2E0 background

This text has white color on #FFD2E0 background.