COLOR #FFE1E9

HEX: #FFE1E9
RGB: (255,225,233)

Color info

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

RGB color model

#FFE1E9 color RGB value is (255,225,233).

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

RGB channels and saturation

R 255 of 255 = 100%
G 225 of 255 = 88%
B 233 of 255 = 91%

255
225
233

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

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 233 = 713 (100%)
R 255 of 713 ~ 35.76%
G 225 of 713 ~ 31.56%
B 233 of 713 ~ 32.68%

%35.76
%31.56
%32.68

CMYK color model

#FFE1E9 color CMYK value is (0,12,9,0).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 8.63%
  • key color value is 0.00%
CMYK:
(0,12,9,0)
C0M12Y9K0 
(0%,12%,9%,0%)
(0.00/0.12/0.09/0.00)	

CMYK percentages

%0
%11.76
%8.63
%0

Codes

Color #FFE1E9 in popluar color models

FFE1E9
RGB255225233
HSL344°100.00%94.12%
HSB/HSV344°11.76%100.00%
CMYK0.00%11.76%8.63%
0.00%

Color #FFE1E9 in popluar number systems.

HEXFFE1E9
Decimal255225233
Binary111111111110000111101001
Octal377341351

Shades and tints

Shades of #FFE1E9

#FFE1E9
(255,225,233)
#E8CDD4
(232,205,212)
#D1B9BF
(209,185,191)
#BAA5AA
(186,165,170)
#A39195
(163,145,149)
#8C7D80
(140,125,128)
#75696B
(117,105,107)
#5E5556
(94,85,86)
#474141
(71,65,65)
#302D2C
(48,45,44)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #FFE1E9

#FFE1E9
(255,225,233)
#FFE3EB
(255,227,235)
#FFE5ED
(255,229,237)
#FFE7EF
(255,231,239)
#FFE9F1
(255,233,241)
#FFEBF3
(255,235,243)
#FFEDF5
(255,237,245)
#FFEFF7
(255,239,247)
#FFF1F9
(255,241,249)
#FFF3FB
(255,243,251)
#FFF5FD
(255,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1E9; }

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

This text font color is #FFE1E9.


Background Color

.myBgColor { background-color: #FFE1E9; }

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

This div background color is #FFE1E9.


Border color

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

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

This div border color is #FFE1E9.


Opacity

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

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

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

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

This text has shadow with #FFE1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1E9 on black background.


Color preview on white background

This text has color #FFE1E9 on white background.



Black color preview on #FFE1E9 background

This text has black color on #FFE1E9 background.


White color preview on #FFE1E9 background

This text has white color on #FFE1E9 background.