COLOR #FFD8E1

HEX: #FFD8E1
RGB: (255,216,225)

Color info

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

RGB color model

#FFD8E1 color RGB value is (255,216,225).

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

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 225 of 255 = 88%

255
216
225

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

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 225 = 696 (100%)
R 255 of 696 ~ 36.64%
G 216 of 696 ~ 31.03%
B 225 of 696 ~ 32.33%

%36.64
%31.03
%32.33

CMYK color model

#FFD8E1 color CMYK value is (0,15,12,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 11.76%
  • key color value is 0.00%
CMYK:
(0,15,12,0)
C0M15Y12K0 
(0%,15%,12%,0%)
(0.00/0.15/0.12/0.00)	

CMYK percentages

%0
%15.29
%11.76
%0

Codes

Color #FFD8E1 in popluar color models

FFD8E1
RGB255216225
HSL346°100.00%92.35%
HSB/HSV346°15.29%100.00%
CMYK0.00%15.29%11.76%
0.00%

Color #FFD8E1 in popluar number systems.

HEXFFD8E1
Decimal255216225
Binary111111111101100011100001
Octal377330341

Shades and tints

Shades of #FFD8E1

#FFD8E1
(255,216,225)
#E8C5CD
(232,197,205)
#D1B2B9
(209,178,185)
#BA9FA5
(186,159,165)
#A38C91
(163,140,145)
#8C797D
(140,121,125)
#756669
(117,102,105)
#5E5355
(94,83,85)
#474041
(71,64,65)
#302D2D
(48,45,45)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #FFD8E1

#FFD8E1
(255,216,225)
#FFDBE3
(255,219,227)
#FFDEE5
(255,222,229)
#FFE1E7
(255,225,231)
#FFE4E9
(255,228,233)
#FFE7EB
(255,231,235)
#FFEAED
(255,234,237)
#FFEDEF
(255,237,239)
#FFF0F1
(255,240,241)
#FFF3F3
(255,243,243)
#FFF6F5
(255,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8E1; }

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

This text font color is #FFD8E1.


Background Color

.myBgColor { background-color: #FFD8E1; }

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

This div background color is #FFD8E1.


Border color

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

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

This div border color is #FFD8E1.


Opacity

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

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

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

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

This text has shadow with #FFD8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8E1 on black background.


Color preview on white background

This text has color #FFD8E1 on white background.



Black color preview on #FFD8E1 background

This text has black color on #FFD8E1 background.


White color preview on #FFD8E1 background

This text has white color on #FFD8E1 background.