COLOR #FFE1E1

HEX: #FFE1E1
RGB: (255,225,225)

Color info

#FFE1E1 contains red, green and blue colors in about the same proportion. Web safe color of #FFE1E1 is #FFCCCC (or #FCC).

RGB color model

#FFE1E1 color RGB value is (255,225,225).

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

RGB channels and saturation

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

255
225
225

R + G + B ~ 92%. #FFE1E1 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 225 + 225 = 705 (100%)
R 255 of 705 ~ 36.17%
G 225 of 705 ~ 31.91%
B 225 of 705 ~ 31.91%

%36.17
%31.91
%31.91

CMYK color model

#FFE1E1 color CMYK value is (0,12,12,0).

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

CMYK percentages

%0
%11.76
%11.76
%0

Codes

Color #FFE1E1 in popluar color models

FFE1E1
RGB255225225
HSL100.00%94.12%
HSB/HSV11.76%100.00%
CMYK0.00%11.76%11.76%
0.00%

Color #FFE1E1 in popluar number systems.

HEXFFE1E1
Decimal255225225
Binary111111111110000111100001
Octal377341341

Shades and tints

Shades of #FFE1E1

#FFE1E1
(255,225,225)
#E8CDCD
(232,205,205)
#D1B9B9
(209,185,185)
#BAA5A5
(186,165,165)
#A39191
(163,145,145)
#8C7D7D
(140,125,125)
#756969
(117,105,105)
#5E5555
(94,85,85)
#474141
(71,65,65)
#302D2D
(48,45,45)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #FFE1E1

#FFE1E1
(255,225,225)
#FFE3E3
(255,227,227)
#FFE5E5
(255,229,229)
#FFE7E7
(255,231,231)
#FFE9E9
(255,233,233)
#FFEBEB
(255,235,235)
#FFEDED
(255,237,237)
#FFEFEF
(255,239,239)
#FFF1F1
(255,241,241)
#FFF3F3
(255,243,243)
#FFF5F5
(255,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE1E1; }

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

This text font color is #FFE1E1.


Background Color

.myBgColor { background-color: #FFE1E1; }

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

This div background color is #FFE1E1.


Border color

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

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

This div border color is #FFE1E1.


Opacity

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

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

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

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

This text has shadow with #FFE1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE1E1 on black background.


Color preview on white background

This text has color #FFE1E1 on white background.



Black color preview on #FFE1E1 background

This text has black color on #FFE1E1 background.


White color preview on #FFE1E1 background

This text has white color on #FFE1E1 background.