COLOR #FFD8EA

HEX: #FFD8EA
RGB: (255,216,234)

Color info

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

RGB color model

#FFD8EA color RGB value is (255,216,234).

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

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 234 of 255 = 92%

255
216
234

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

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 234 = 705 (100%)
R 255 of 705 ~ 36.17%
G 216 of 705 ~ 30.64%
B 234 of 705 ~ 33.19%

%36.17
%30.64
%33.19

CMYK color model

#FFD8EA color CMYK value is (0,15,8,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 8.24%
  • key color value is 0.00%
CMYK:
(0,15,8,0)
C0M15Y8K0 
(0%,15%,8%,0%)
(0.00/0.15/0.08/0.00)	

CMYK percentages

%0
%15.29
%8.24
%0

Codes

Color #FFD8EA in popluar color models

FFD8EA
RGB255216234
HSL332°100.00%92.35%
HSB/HSV332°15.29%100.00%
CMYK0.00%15.29%8.24%
0.00%

Color #FFD8EA in popluar number systems.

HEXFFD8EA
Decimal255216234
Binary111111111101100011101010
Octal377330352

Shades and tints

Shades of #FFD8EA

#FFD8EA
(255,216,234)
#E8C5D5
(232,197,213)
#D1B2C0
(209,178,192)
#BA9FAB
(186,159,171)
#A38C96
(163,140,150)
#8C7981
(140,121,129)
#75666C
(117,102,108)
#5E5357
(94,83,87)
#474042
(71,64,66)
#302D2D
(48,45,45)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #FFD8EA

#FFD8EA
(255,216,234)
#FFDBEB
(255,219,235)
#FFDEEC
(255,222,236)
#FFE1ED
(255,225,237)
#FFE4EE
(255,228,238)
#FFE7EF
(255,231,239)
#FFEAF0
(255,234,240)
#FFEDF1
(255,237,241)
#FFF0F2
(255,240,242)
#FFF3F3
(255,243,243)
#FFF6F4
(255,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8EA; }

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

This text font color is #FFD8EA.


Background Color

.myBgColor { background-color: #FFD8EA; }

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

This div background color is #FFD8EA.


Border color

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

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

This div border color is #FFD8EA.


Opacity

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

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

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

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

This text has shadow with #FFD8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8EA on black background.


Color preview on white background

This text has color #FFD8EA on white background.



Black color preview on #FFD8EA background

This text has black color on #FFD8EA background.


White color preview on #FFD8EA background

This text has white color on #FFD8EA background.