COLOR #FFE1E7

HEX: #FFE1E7
RGB: (255,225,231)

Color info

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

RGB color model

#FFE1E7 color RGB value is (255,225,231).

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

RGB channels and saturation

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

255
225
231

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

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 231 = 711 (100%)
R 255 of 711 ~ 35.86%
G 225 of 711 ~ 31.65%
B 231 of 711 ~ 32.49%

%35.86
%31.65
%32.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 9.41%
  • 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
%9.41
%0

Codes

Color #FFE1E7 in popluar color models

FFE1E7
RGB255225231
HSL348°100.00%94.12%
HSB/HSV348°11.76%100.00%
CMYK0.00%11.76%9.41%
0.00%

Color #FFE1E7 in popluar number systems.

HEXFFE1E7
Decimal255225231
Binary111111111110000111100111
Octal377341347

Shades and tints

Shades of #FFE1E7

#FFE1E7
(255,225,231)
#E8CDD2
(232,205,210)
#D1B9BD
(209,185,189)
#BAA5A8
(186,165,168)
#A39193
(163,145,147)
#8C7D7E
(140,125,126)
#756969
(117,105,105)
#5E5554
(94,85,84)
#47413F
(71,65,63)
#302D2A
(48,45,42)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #FFE1E7

#FFE1E7
(255,225,231)
#FFE3E9
(255,227,233)
#FFE5EB
(255,229,235)
#FFE7ED
(255,231,237)
#FFE9EF
(255,233,239)
#FFEBF1
(255,235,241)
#FFEDF3
(255,237,243)
#FFEFF5
(255,239,245)
#FFF1F7
(255,241,247)
#FFF3F9
(255,243,249)
#FFF5FB
(255,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1E7; }

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

This text font color is #FFE1E7.


Background Color

.myBgColor { background-color: #FFE1E7; }

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

This div background color is #FFE1E7.


Border color

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

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

This div border color is #FFE1E7.


Opacity

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

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

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

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

This text has shadow with #FFE1E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1E7 on black background.


Color preview on white background

This text has color #FFE1E7 on white background.



Black color preview on #FFE1E7 background

This text has black color on #FFE1E7 background.


White color preview on #FFE1E7 background

This text has white color on #FFE1E7 background.