COLOR #FFE8EE

HEX: #FFE8EE
RGB: (255,232,238)

Color info

#FFE8EE contains red, green and blue colors in about the same proportion. Web safe color of #FFE8EE is #FFFFFF (or #FFF).

RGB color model

#FFE8EE color RGB value is (255,232,238).

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

RGB channels and saturation

R 255 of 255 = 100%
G 232 of 255 = 91%
B 238 of 255 = 93%

255
232
238

R + G + B ~ 95%. #FFE8EE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 232 + 238 = 725 (100%)
R 255 of 725 ~ 35.17%
G 232 of 725 ~ 32%
B 238 of 725 ~ 32.83%

%35.17
%32
%32.83

CMYK color model

#FFE8EE color CMYK value is (0,9,7,0).

  • cyan value is 0.00%
  • magenta value is 9.02%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,9,7,0)
C0M9Y7K0 
(0%,9%,7%,0%)
(0.00/0.09/0.07/0.00)	

CMYK percentages

%0
%9.02
%6.67
%0

Codes

Color #FFE8EE in popluar color models

FFE8EE
RGB255232238
HSL344°100.00%95.49%
HSB/HSV344°9.02%100.00%
CMYK0.00%9.02%6.67%
0.00%

Color #FFE8EE in popluar number systems.

HEXFFE8EE
Decimal255232238
Binary111111111110100011101110
Octal377350356

Shades and tints

Shades of #FFE8EE

#FFE8EE
(255,232,238)
#E8D3D9
(232,211,217)
#D1BEC4
(209,190,196)
#BAA9AF
(186,169,175)
#A3949A
(163,148,154)
#8C7F85
(140,127,133)
#756A70
(117,106,112)
#5E555B
(94,85,91)
#474046
(71,64,70)
#302B31
(48,43,49)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #FFE8EE

#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)
#FFF6F5
(255,246,245)
#FFF8F6
(255,248,246)
#FFFAF7
(255,250,247)
#FFFCF8
(255,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE8EE; }

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

This text font color is #FFE8EE.


Background Color

.myBgColor { background-color: #FFE8EE; }

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

This div background color is #FFE8EE.


Border color

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

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

This div border color is #FFE8EE.


Opacity

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

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

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

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

This text has shadow with #FFE8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE8EE on black background.


Color preview on white background

This text has color #FFE8EE on white background.



Black color preview on #FFE8EE background

This text has black color on #FFE8EE background.


White color preview on #FFE8EE background

This text has white color on #FFE8EE background.