COLOR #FFE0EA

HEX: #FFE0EA
RGB: (255,224,234)

Color info

#FFE0EA contains red, green and blue colors in about the same proportion. Web safe color of #FFE0EA is #FFCCFF (or #FCF).

RGB color model

#FFE0EA color RGB value is (255,224,234).

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

RGB channels and saturation

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

255
224
234

R + G + B ~ 93%. #FFE0EA is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 224 + 234 = 713 (100%)
R 255 of 713 ~ 35.76%
G 224 of 713 ~ 31.42%
B 234 of 713 ~ 32.82%

%35.76
%31.42
%32.82

CMYK color model

#FFE0EA color CMYK value is (0,12,8,0).

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

CMYK percentages

%0
%12.16
%8.24
%0

Codes

Color #FFE0EA in popluar color models

FFE0EA
RGB255224234
HSL341°100.00%93.92%
HSB/HSV341°12.16%100.00%
CMYK0.00%12.16%8.24%
0.00%

Color #FFE0EA in popluar number systems.

HEXFFE0EA
Decimal255224234
Binary111111111110000011101010
Octal377340352

Shades and tints

Shades of #FFE0EA

#FFE0EA
(255,224,234)
#E8CCD5
(232,204,213)
#D1B8C0
(209,184,192)
#BAA4AB
(186,164,171)
#A39096
(163,144,150)
#8C7C81
(140,124,129)
#75686C
(117,104,108)
#5E5457
(94,84,87)
#474042
(71,64,66)
#302C2D
(48,44,45)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #FFE0EA

#FFE0EA
(255,224,234)
#FFE2EB
(255,226,235)
#FFE4EC
(255,228,236)
#FFE6ED
(255,230,237)
#FFE8EE
(255,232,238)
#FFEAEF
(255,234,239)
#FFECF0
(255,236,240)
#FFEEF1
(255,238,241)
#FFF0F2
(255,240,242)
#FFF2F3
(255,242,243)
#FFF4F4
(255,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE0EA; }

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

This text font color is #FFE0EA.


Background Color

.myBgColor { background-color: #FFE0EA; }

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

This div background color is #FFE0EA.


Border color

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

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

This div border color is #FFE0EA.


Opacity

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

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

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

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

This text has shadow with #FFE0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE0EA on black background.


Color preview on white background

This text has color #FFE0EA on white background.



Black color preview on #FFE0EA background

This text has black color on #FFE0EA background.


White color preview on #FFE0EA background

This text has white color on #FFE0EA background.