COLOR #FFE4D9

HEX: #FFE4D9
RGB: (255,228,217)

Color info

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

RGB color model

#FFE4D9 color RGB value is (255,228,217).

  • red value is 255;
  • green value is 228;
  • blue value is 217.
RGB:
(255,228,217)
(100%,89%,85%)

RGB channels and saturation

R 255 of 255 = 100%
G 228 of 255 = 89%
B 217 of 255 = 85%

255
228
217

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

Portions of RGB colors in percentages

R + G + B =
255 + 228 + 217 = 700 (100%)
R 255 of 700 ~ 36.43%
G 228 of 700 ~ 32.57%
B 217 of 700 ~ 31%

%36.43
%32.57
%31

CMYK color model

#FFE4D9 color CMYK value is (0,11,15,0).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 14.90%
  • key color value is 0.00%
CMYK:
(0,11,15,0)
C0M11Y15K0 
(0%,11%,15%,0%)
(0.00/0.11/0.15/0.00)	

CMYK percentages

%0
%10.59
%14.9
%0

Codes

Color #FFE4D9 in popluar color models

FFE4D9
RGB255228217
HSL17°100.00%92.55%
HSB/HSV17°14.90%100.00%
CMYK0.00%10.59%14.90%
0.00%

Color #FFE4D9 in popluar number systems.

HEXFFE4D9
Decimal255228217
Binary111111111110010011011001
Octal377344331

Shades and tints

Shades of #FFE4D9

#FFE4D9
(255,228,217)
#E8D0C6
(232,208,198)
#D1BCB3
(209,188,179)
#BAA8A0
(186,168,160)
#A3948D
(163,148,141)
#8C807A
(140,128,122)
#756C67
(117,108,103)
#5E5854
(94,88,84)
#474441
(71,68,65)
#30302E
(48,48,46)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #FFE4D9

#FFE4D9
(255,228,217)
#FFE6DC
(255,230,220)
#FFE8DF
(255,232,223)
#FFEAE2
(255,234,226)
#FFECE5
(255,236,229)
#FFEEE8
(255,238,232)
#FFF0EB
(255,240,235)
#FFF2EE
(255,242,238)
#FFF4F1
(255,244,241)
#FFF6F4
(255,246,244)
#FFF8F7
(255,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFE4D9 color. Also use rgb(255,228,217) instead hex code.

Text Font Color

.myTextColor { color: #FFE4D9; }

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

This text font color is #FFE4D9.


Background Color

.myBgColor { background-color: #FFE4D9; }

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

This div background color is #FFE4D9.


Border color

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

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

This div border color is #FFE4D9.


Opacity

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

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

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

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

This text has shadow with #FFE4D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE4D9 on black background.


Color preview on white background

This text has color #FFE4D9 on white background.



Black color preview on #FFE4D9 background

This text has black color on #FFE4D9 background.


White color preview on #FFE4D9 background

This text has white color on #FFE4D9 background.