COLOR #FFE0D8

HEX: #FFE0D8
RGB: (255,224,216)

Color info

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

RGB color model

#FFE0D8 color RGB value is (255,224,216).

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

RGB channels and saturation

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

255
224
216

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

Portions of RGB colors in percentages

R + G + B =
255 + 224 + 216 = 695 (100%)
R 255 of 695 ~ 36.69%
G 224 of 695 ~ 32.23%
B 216 of 695 ~ 31.08%

%36.69
%32.23
%31.08

CMYK color model

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

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

CMYK percentages

%0
%12.16
%15.29
%0

Codes

Color #FFE0D8 in popluar color models

FFE0D8
RGB255224216
HSL12°100.00%92.35%
HSB/HSV12°15.29%100.00%
CMYK0.00%12.16%15.29%
0.00%

Color #FFE0D8 in popluar number systems.

HEXFFE0D8
Decimal255224216
Binary111111111110000011011000
Octal377340330

Shades and tints

Shades of #FFE0D8

#FFE0D8
(255,224,216)
#E8CCC5
(232,204,197)
#D1B8B2
(209,184,178)
#BAA49F
(186,164,159)
#A3908C
(163,144,140)
#8C7C79
(140,124,121)
#756866
(117,104,102)
#5E5453
(94,84,83)
#474040
(71,64,64)
#302C2D
(48,44,45)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #FFE0D8

#FFE0D8
(255,224,216)
#FFE2DB
(255,226,219)
#FFE4DE
(255,228,222)
#FFE6E1
(255,230,225)
#FFE8E4
(255,232,228)
#FFEAE7
(255,234,231)
#FFECEA
(255,236,234)
#FFEEED
(255,238,237)
#FFF0F0
(255,240,240)
#FFF2F3
(255,242,243)
#FFF4F6
(255,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE0D8; }

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

This text font color is #FFE0D8.


Background Color

.myBgColor { background-color: #FFE0D8; }

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

This div background color is #FFE0D8.


Border color

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

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

This div border color is #FFE0D8.


Opacity

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

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

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

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

This text has shadow with #FFE0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE0D8 on black background.


Color preview on white background

This text has color #FFE0D8 on white background.



Black color preview on #FFE0D8 background

This text has black color on #FFE0D8 background.


White color preview on #FFE0D8 background

This text has white color on #FFE0D8 background.