COLOR #FFE0DC

HEX: #FFE0DC
RGB: (255,224,220)

Color info

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

RGB color model

#FFE0DC color RGB value is (255,224,220).

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

RGB channels and saturation

R 255 of 255 = 100%
G 224 of 255 = 88%
B 220 of 255 = 86%

255
224
220

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

Portions of RGB colors in percentages

R + G + B =
255 + 224 + 220 = 699 (100%)
R 255 of 699 ~ 36.48%
G 224 of 699 ~ 32.05%
B 220 of 699 ~ 31.47%

%36.48
%32.05
%31.47

CMYK color model

#FFE0DC color CMYK value is (0,12,14,0).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(0,12,14,0)
C0M12Y14K0 
(0%,12%,14%,0%)
(0.00/0.12/0.14/0.00)	

CMYK percentages

%0
%12.16
%13.73
%0

Codes

Color #FFE0DC in popluar color models

FFE0DC
RGB255224220
HSL100.00%93.14%
HSB/HSV13.73%100.00%
CMYK0.00%12.16%13.73%
0.00%

Color #FFE0DC in popluar number systems.

HEXFFE0DC
Decimal255224220
Binary111111111110000011011100
Octal377340334

Shades and tints

Shades of #FFE0DC

#FFE0DC
(255,224,220)
#E8CCC8
(232,204,200)
#D1B8B4
(209,184,180)
#BAA4A0
(186,164,160)
#A3908C
(163,144,140)
#8C7C78
(140,124,120)
#756864
(117,104,100)
#5E5450
(94,84,80)
#47403C
(71,64,60)
#302C28
(48,44,40)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #FFE0DC

#FFE0DC
(255,224,220)
#FFE2DF
(255,226,223)
#FFE4E2
(255,228,226)
#FFE6E5
(255,230,229)
#FFE8E8
(255,232,232)
#FFEAEB
(255,234,235)
#FFECEE
(255,236,238)
#FFEEF1
(255,238,241)
#FFF0F4
(255,240,244)
#FFF2F7
(255,242,247)
#FFF4FA
(255,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE0DC; }

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

This text font color is #FFE0DC.


Background Color

.myBgColor { background-color: #FFE0DC; }

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

This div background color is #FFE0DC.


Border color

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

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

This div border color is #FFE0DC.


Opacity

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

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

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

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

This text has shadow with #FFE0DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE0DC on black background.


Color preview on white background

This text has color #FFE0DC on white background.



Black color preview on #FFE0DC background

This text has black color on #FFE0DC background.


White color preview on #FFE0DC background

This text has white color on #FFE0DC background.