COLOR #FFE4EA

HEX: #FFE4EA
RGB: (255,228,234)

Color info

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

RGB color model

#FFE4EA color RGB value is (255,228,234).

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

RGB channels and saturation

R 255 of 255 = 100%
G 228 of 255 = 89%
B 234 of 255 = 92%

255
228
234

R + G + B ~ 94%. #FFE4EA is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 228 + 234 = 717 (100%)
R 255 of 717 ~ 35.56%
G 228 of 717 ~ 31.8%
B 234 of 717 ~ 32.64%

%35.56
%31.8
%32.64

CMYK color model

#FFE4EA color CMYK value is (0,11,8,0).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 8.24%
  • key color value is 0.00%
CMYK:
(0,11,8,0)
C0M11Y8K0 
(0%,11%,8%,0%)
(0.00/0.11/0.08/0.00)	

CMYK percentages

%0
%10.59
%8.24
%0

Codes

Color #FFE4EA in popluar color models

FFE4EA
RGB255228234
HSL347°100.00%94.71%
HSB/HSV347°10.59%100.00%
CMYK0.00%10.59%8.24%
0.00%

Color #FFE4EA in popluar number systems.

HEXFFE4EA
Decimal255228234
Binary111111111110010011101010
Octal377344352

Shades and tints

Shades of #FFE4EA

#FFE4EA
(255,228,234)
#E8D0D5
(232,208,213)
#D1BCC0
(209,188,192)
#BAA8AB
(186,168,171)
#A39496
(163,148,150)
#8C8081
(140,128,129)
#756C6C
(117,108,108)
#5E5857
(94,88,87)
#474442
(71,68,66)
#30302D
(48,48,45)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #FFE4EA

#FFE4EA
(255,228,234)
#FFE6EB
(255,230,235)
#FFE8EC
(255,232,236)
#FFEAED
(255,234,237)
#FFECEE
(255,236,238)
#FFEEEF
(255,238,239)
#FFF0F0
(255,240,240)
#FFF2F1
(255,242,241)
#FFF4F2
(255,244,242)
#FFF6F3
(255,246,243)
#FFF8F4
(255,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE4EA; }

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

This text font color is #FFE4EA.


Background Color

.myBgColor { background-color: #FFE4EA; }

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

This div background color is #FFE4EA.


Border color

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

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

This div border color is #FFE4EA.


Opacity

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

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

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

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

This text has shadow with #FFE4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE4EA on black background.


Color preview on white background

This text has color #FFE4EA on white background.



Black color preview on #FFE4EA background

This text has black color on #FFE4EA background.


White color preview on #FFE4EA background

This text has white color on #FFE4EA background.