COLOR #FFE8D8

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

Color info

#FFE8D8 contains red, green and blue colors in about the same proportion. Web safe color of #FFE8D8 is #FFFFCC (or #FFC).

RGB color model

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

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

RGB channels and saturation

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

255
232
216

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

Portions of RGB colors in percentages

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

%36.27
%33
%30.73

CMYK color model

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

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

CMYK percentages

%0
%9.02
%15.29
%0

Codes

Color #FFE8D8 in popluar color models

FFE8D8
RGB255232216
HSL25°100.00%92.35%
HSB/HSV25°15.29%100.00%
CMYK0.00%9.02%15.29%
0.00%

Color #FFE8D8 in popluar number systems.

HEXFFE8D8
Decimal255232216
Binary111111111110100011011000
Octal377350330

Shades and tints

Shades of #FFE8D8

#FFE8D8
(255,232,216)
#E8D3C5
(232,211,197)
#D1BEB2
(209,190,178)
#BAA99F
(186,169,159)
#A3948C
(163,148,140)
#8C7F79
(140,127,121)
#756A66
(117,106,102)
#5E5553
(94,85,83)
#474040
(71,64,64)
#302B2D
(48,43,45)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #FFE8D8

#FFE8D8
(255,232,216)
#FFEADB
(255,234,219)
#FFECDE
(255,236,222)
#FFEEE1
(255,238,225)
#FFF0E4
(255,240,228)
#FFF2E7
(255,242,231)
#FFF4EA
(255,244,234)
#FFF6ED
(255,246,237)
#FFF8F0
(255,248,240)
#FFFAF3
(255,250,243)
#FFFCF6
(255,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE8D8; }

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

This text font color is #FFE8D8.


Background Color

.myBgColor { background-color: #FFE8D8; }

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

This div background color is #FFE8D8.


Border color

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

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

This div border color is #FFE8D8.


Opacity

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

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

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

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

This text has shadow with #FFE8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE8D8 on black background.


Color preview on white background

This text has color #FFE8D8 on white background.



Black color preview on #FFE8D8 background

This text has black color on #FFE8D8 background.


White color preview on #FFE8D8 background

This text has white color on #FFE8D8 background.