COLOR #FFD8ED

HEX: #FFD8ED
RGB: (255,216,237)

Color info

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

RGB color model

#FFD8ED color RGB value is (255,216,237).

  • red value is 255;
  • green value is 216;
  • blue value is 237.
RGB:
(255,216,237)
(100%,85%,93%)

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 237 of 255 = 93%

255
216
237

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

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 237 = 708 (100%)
R 255 of 708 ~ 36.02%
G 216 of 708 ~ 30.51%
B 237 of 708 ~ 33.47%

%36.02
%30.51
%33.47

CMYK color model

#FFD8ED color CMYK value is (0,15,7,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 7.06%
  • key color value is 0.00%
CMYK:
(0,15,7,0)
C0M15Y7K0 
(0%,15%,7%,0%)
(0.00/0.15/0.07/0.00)	

CMYK percentages

%0
%15.29
%7.06
%0

Codes

Color #FFD8ED in popluar color models

FFD8ED
RGB255216237
HSL328°100.00%92.35%
HSB/HSV328°15.29%100.00%
CMYK0.00%15.29%7.06%
0.00%

Color #FFD8ED in popluar number systems.

HEXFFD8ED
Decimal255216237
Binary111111111101100011101101
Octal377330355

Shades and tints

Shades of #FFD8ED

#FFD8ED
(255,216,237)
#E8C5D8
(232,197,216)
#D1B2C3
(209,178,195)
#BA9FAE
(186,159,174)
#A38C99
(163,140,153)
#8C7984
(140,121,132)
#75666F
(117,102,111)
#5E535A
(94,83,90)
#474045
(71,64,69)
#302D30
(48,45,48)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #FFD8ED

#FFD8ED
(255,216,237)
#FFDBEE
(255,219,238)
#FFDEEF
(255,222,239)
#FFE1F0
(255,225,240)
#FFE4F1
(255,228,241)
#FFE7F2
(255,231,242)
#FFEAF3
(255,234,243)
#FFEDF4
(255,237,244)
#FFF0F5
(255,240,245)
#FFF3F6
(255,243,246)
#FFF6F7
(255,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD8ED color. Also use rgb(255,216,237) instead hex code.

Text Font Color

.myTextColor { color: #FFD8ED; }

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

This text font color is #FFD8ED.


Background Color

.myBgColor { background-color: #FFD8ED; }

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

This div background color is #FFD8ED.


Border color

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

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

This div border color is #FFD8ED.


Opacity

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

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

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

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

This text has shadow with #FFD8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8ED on black background.


Color preview on white background

This text has color #FFD8ED on white background.



Black color preview on #FFD8ED background

This text has black color on #FFD8ED background.


White color preview on #FFD8ED background

This text has white color on #FFD8ED background.