COLOR #FFD8E8

HEX: #FFD8E8
RGB: (255,216,232)

Color info

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

RGB color model

#FFD8E8 color RGB value is (255,216,232).

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

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 232 of 255 = 91%

255
216
232

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

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 232 = 703 (100%)
R 255 of 703 ~ 36.27%
G 216 of 703 ~ 30.73%
B 232 of 703 ~ 33%

%36.27
%30.73
%33

CMYK color model

#FFD8E8 color CMYK value is (0,15,9,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 9.02%
  • key color value is 0.00%
CMYK:
(0,15,9,0)
C0M15Y9K0 
(0%,15%,9%,0%)
(0.00/0.15/0.09/0.00)	

CMYK percentages

%0
%15.29
%9.02
%0

Codes

Color #FFD8E8 in popluar color models

FFD8E8
RGB255216232
HSL335°100.00%92.35%
HSB/HSV335°15.29%100.00%
CMYK0.00%15.29%9.02%
0.00%

Color #FFD8E8 in popluar number systems.

HEXFFD8E8
Decimal255216232
Binary111111111101100011101000
Octal377330350

Shades and tints

Shades of #FFD8E8

#FFD8E8
(255,216,232)
#E8C5D3
(232,197,211)
#D1B2BE
(209,178,190)
#BA9FA9
(186,159,169)
#A38C94
(163,140,148)
#8C797F
(140,121,127)
#75666A
(117,102,106)
#5E5355
(94,83,85)
#474040
(71,64,64)
#302D2B
(48,45,43)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #FFD8E8

#FFD8E8
(255,216,232)
#FFDBEA
(255,219,234)
#FFDEEC
(255,222,236)
#FFE1EE
(255,225,238)
#FFE4F0
(255,228,240)
#FFE7F2
(255,231,242)
#FFEAF4
(255,234,244)
#FFEDF6
(255,237,246)
#FFF0F8
(255,240,248)
#FFF3FA
(255,243,250)
#FFF6FC
(255,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8E8; }

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

This text font color is #FFD8E8.


Background Color

.myBgColor { background-color: #FFD8E8; }

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

This div background color is #FFD8E8.


Border color

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

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

This div border color is #FFD8E8.


Opacity

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

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

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

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

This text has shadow with #FFD8E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8E8 on black background.


Color preview on white background

This text has color #FFD8E8 on white background.



Black color preview on #FFD8E8 background

This text has black color on #FFD8E8 background.


White color preview on #FFD8E8 background

This text has white color on #FFD8E8 background.