COLOR #FFE0E0

HEX: #FFE0E0
RGB: (255,224,224)

Color info

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

RGB color model

#FFE0E0 color RGB value is (255,224,224).

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

RGB channels and saturation

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

255
224
224

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

Portions of RGB colors in percentages

R + G + B =
255 + 224 + 224 = 703 (100%)
R 255 of 703 ~ 36.27%
G 224 of 703 ~ 31.86%
B 224 of 703 ~ 31.86%

%36.27
%31.86
%31.86

CMYK color model

#FFE0E0 color CMYK value is (0,12,12,0).

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

CMYK percentages

%0
%12.16
%12.16
%0

Codes

Color #FFE0E0 in popluar color models

FFE0E0
RGB255224224
HSL100.00%93.92%
HSB/HSV12.16%100.00%
CMYK0.00%12.16%12.16%
0.00%

Color #FFE0E0 in popluar number systems.

HEXFFE0E0
Decimal255224224
Binary111111111110000011100000
Octal377340340

Shades and tints

Shades of #FFE0E0

#FFE0E0
(255,224,224)
#E8CCCC
(232,204,204)
#D1B8B8
(209,184,184)
#BAA4A4
(186,164,164)
#A39090
(163,144,144)
#8C7C7C
(140,124,124)
#756868
(117,104,104)
#5E5454
(94,84,84)
#474040
(71,64,64)
#302C2C
(48,44,44)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #FFE0E0

#FFE0E0
(255,224,224)
#FFE2E2
(255,226,226)
#FFE4E4
(255,228,228)
#FFE6E6
(255,230,230)
#FFE8E8
(255,232,232)
#FFEAEA
(255,234,234)
#FFECEC
(255,236,236)
#FFEEEE
(255,238,238)
#FFF0F0
(255,240,240)
#FFF2F2
(255,242,242)
#FFF4F4
(255,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE0E0; }

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

This text font color is #FFE0E0.


Background Color

.myBgColor { background-color: #FFE0E0; }

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

This div background color is #FFE0E0.


Border color

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

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

This div border color is #FFE0E0.


Opacity

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

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

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

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

This text has shadow with #FFE0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE0E0 on black background.


Color preview on white background

This text has color #FFE0E0 on white background.



Black color preview on #FFE0E0 background

This text has black color on #FFE0E0 background.


White color preview on #FFE0E0 background

This text has white color on #FFE0E0 background.