COLOR #FFE9EA

HEX: #FFE9EA
RGB: (255,233,234)

Color info

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

RGB color model

#FFE9EA color RGB value is (255,233,234).

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

RGB channels and saturation

R 255 of 255 = 100%
G 233 of 255 = 91%
B 234 of 255 = 92%

255
233
234

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

Portions of RGB colors in percentages

R + G + B =
255 + 233 + 234 = 722 (100%)
R 255 of 722 ~ 35.32%
G 233 of 722 ~ 32.27%
B 234 of 722 ~ 32.41%

%35.32
%32.27
%32.41

CMYK color model

#FFE9EA color CMYK value is (0,9,8,0).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 8.24%
  • key color value is 0.00%
CMYK:
(0,9,8,0)
C0M9Y8K0 
(0%,9%,8%,0%)
(0.00/0.09/0.08/0.00)	

CMYK percentages

%0
%8.63
%8.24
%0

Codes

Color #FFE9EA in popluar color models

FFE9EA
RGB255233234
HSL357°100.00%95.69%
HSB/HSV357°8.63%100.00%
CMYK0.00%8.63%8.24%
0.00%

Color #FFE9EA in popluar number systems.

HEXFFE9EA
Decimal255233234
Binary111111111110100111101010
Octal377351352

Shades and tints

Shades of #FFE9EA

#FFE9EA
(255,233,234)
#E8D4D5
(232,212,213)
#D1BFC0
(209,191,192)
#BAAAAB
(186,170,171)
#A39596
(163,149,150)
#8C8081
(140,128,129)
#756B6C
(117,107,108)
#5E5657
(94,86,87)
#474142
(71,65,66)
#302C2D
(48,44,45)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #FFE9EA

#FFE9EA
(255,233,234)
#FFEBEB
(255,235,235)
#FFEDEC
(255,237,236)
#FFEFED
(255,239,237)
#FFF1EE
(255,241,238)
#FFF3EF
(255,243,239)
#FFF5F0
(255,245,240)
#FFF7F1
(255,247,241)
#FFF9F2
(255,249,242)
#FFFBF3
(255,251,243)
#FFFDF4
(255,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE9EA; }

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

This text font color is #FFE9EA.


Background Color

.myBgColor { background-color: #FFE9EA; }

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

This div background color is #FFE9EA.


Border color

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

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

This div border color is #FFE9EA.


Opacity

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

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

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

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

This text has shadow with #FFE9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE9EA on black background.


Color preview on white background

This text has color #FFE9EA on white background.



Black color preview on #FFE9EA background

This text has black color on #FFE9EA background.


White color preview on #FFE9EA background

This text has white color on #FFE9EA background.