COLOR #FFE4EE

HEX: #FFE4EE
RGB: (255,228,238)

Color info

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

RGB color model

#FFE4EE color RGB value is (255,228,238).

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

RGB channels and saturation

R 255 of 255 = 100%
G 228 of 255 = 89%
B 238 of 255 = 93%

255
228
238

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

Portions of RGB colors in percentages

R + G + B =
255 + 228 + 238 = 721 (100%)
R 255 of 721 ~ 35.37%
G 228 of 721 ~ 31.62%
B 238 of 721 ~ 33.01%

%35.37
%31.62
%33.01

CMYK color model

#FFE4EE color CMYK value is (0,11,7,0).

  • cyan value is 0.00%
  • magenta value is 10.59%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,11,7,0)
C0M11Y7K0 
(0%,11%,7%,0%)
(0.00/0.11/0.07/0.00)	

CMYK percentages

%0
%10.59
%6.67
%0

Codes

Color #FFE4EE in popluar color models

FFE4EE
RGB255228238
HSL338°100.00%94.71%
HSB/HSV338°10.59%100.00%
CMYK0.00%10.59%6.67%
0.00%

Color #FFE4EE in popluar number systems.

HEXFFE4EE
Decimal255228238
Binary111111111110010011101110
Octal377344356

Shades and tints

Shades of #FFE4EE

#FFE4EE
(255,228,238)
#E8D0D9
(232,208,217)
#D1BCC4
(209,188,196)
#BAA8AF
(186,168,175)
#A3949A
(163,148,154)
#8C8085
(140,128,133)
#756C70
(117,108,112)
#5E585B
(94,88,91)
#474446
(71,68,70)
#303031
(48,48,49)
#191C1C
(25,28,28)
#000000
(0,0,0)

Tints of #FFE4EE

#FFE4EE
(255,228,238)
#FFE6EF
(255,230,239)
#FFE8F0
(255,232,240)
#FFEAF1
(255,234,241)
#FFECF2
(255,236,242)
#FFEEF3
(255,238,243)
#FFF0F4
(255,240,244)
#FFF2F5
(255,242,245)
#FFF4F6
(255,244,246)
#FFF6F7
(255,246,247)
#FFF8F8
(255,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE4EE; }

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

This text font color is #FFE4EE.


Background Color

.myBgColor { background-color: #FFE4EE; }

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

This div background color is #FFE4EE.


Border color

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

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

This div border color is #FFE4EE.


Opacity

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

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

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

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

This text has shadow with #FFE4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE4EE on black background.


Color preview on white background

This text has color #FFE4EE on white background.



Black color preview on #FFE4EE background

This text has black color on #FFE4EE background.


White color preview on #FFE4EE background

This text has white color on #FFE4EE background.