COLOR #FFD2EB

HEX: #FFD2EB
RGB: (255,210,235)

Color info

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

RGB color model

#FFD2EB color RGB value is (255,210,235).

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

RGB channels and saturation

R 255 of 255 = 100%
G 210 of 255 = 82%
B 235 of 255 = 92%

255
210
235

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

Portions of RGB colors in percentages

R + G + B =
255 + 210 + 235 = 700 (100%)
R 255 of 700 ~ 36.43%
G 210 of 700 ~ 30%
B 235 of 700 ~ 33.57%

%36.43
%30
%33.57

CMYK color model

#FFD2EB color CMYK value is (0,18,8,0).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 7.84%
  • key color value is 0.00%
CMYK:
(0,18,8,0)
C0M18Y8K0 
(0%,18%,8%,0%)
(0.00/0.18/0.08/0.00)	

CMYK percentages

%0
%17.65
%7.84
%0

Codes

Color #FFD2EB in popluar color models

FFD2EB
RGB255210235
HSL327°100.00%91.18%
HSB/HSV327°17.65%100.00%
CMYK0.00%17.65%7.84%
0.00%

Color #FFD2EB in popluar number systems.

HEXFFD2EB
Decimal255210235
Binary111111111101001011101011
Octal377322353

Shades and tints

Shades of #FFD2EB

#FFD2EB
(255,210,235)
#E8BFD6
(232,191,214)
#D1ACC1
(209,172,193)
#BA99AC
(186,153,172)
#A38697
(163,134,151)
#8C7382
(140,115,130)
#75606D
(117,96,109)
#5E4D58
(94,77,88)
#473A43
(71,58,67)
#30272E
(48,39,46)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #FFD2EB

#FFD2EB
(255,210,235)
#FFD6EC
(255,214,236)
#FFDAED
(255,218,237)
#FFDEEE
(255,222,238)
#FFE2EF
(255,226,239)
#FFE6F0
(255,230,240)
#FFEAF1
(255,234,241)
#FFEEF2
(255,238,242)
#FFF2F3
(255,242,243)
#FFF6F4
(255,246,244)
#FFFAF5
(255,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD2EB; }

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

This text font color is #FFD2EB.


Background Color

.myBgColor { background-color: #FFD2EB; }

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

This div background color is #FFD2EB.


Border color

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

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

This div border color is #FFD2EB.


Opacity

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

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

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

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

This text has shadow with #FFD2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD2EB on black background.


Color preview on white background

This text has color #FFD2EB on white background.



Black color preview on #FFD2EB background

This text has black color on #FFD2EB background.


White color preview on #FFD2EB background

This text has white color on #FFD2EB background.