COLOR #FFE5E1

HEX: #FFE5E1
RGB: (255,229,225)

Color info

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

RGB color model

#FFE5E1 color RGB value is (255,229,225).

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

RGB channels and saturation

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

255
229
225

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

Portions of RGB colors in percentages

R + G + B =
255 + 229 + 225 = 709 (100%)
R 255 of 709 ~ 35.97%
G 229 of 709 ~ 32.3%
B 225 of 709 ~ 31.73%

%35.97
%32.3
%31.73

CMYK color model

#FFE5E1 color CMYK value is (0,10,12,0).

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

CMYK percentages

%0
%10.2
%11.76
%0

Codes

Color #FFE5E1 in popluar color models

FFE5E1
RGB255229225
HSL100.00%94.12%
HSB/HSV11.76%100.00%
CMYK0.00%10.20%11.76%
0.00%

Color #FFE5E1 in popluar number systems.

HEXFFE5E1
Decimal255229225
Binary111111111110010111100001
Octal377345341

Shades and tints

Shades of #FFE5E1

#FFE5E1
(255,229,225)
#E8D1CD
(232,209,205)
#D1BDB9
(209,189,185)
#BAA9A5
(186,169,165)
#A39591
(163,149,145)
#8C817D
(140,129,125)
#756D69
(117,109,105)
#5E5955
(94,89,85)
#474541
(71,69,65)
#30312D
(48,49,45)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #FFE5E1

#FFE5E1
(255,229,225)
#FFE7E3
(255,231,227)
#FFE9E5
(255,233,229)
#FFEBE7
(255,235,231)
#FFEDE9
(255,237,233)
#FFEFEB
(255,239,235)
#FFF1ED
(255,241,237)
#FFF3EF
(255,243,239)
#FFF5F1
(255,245,241)
#FFF7F3
(255,247,243)
#FFF9F5
(255,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE5E1; }

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

This text font color is #FFE5E1.


Background Color

.myBgColor { background-color: #FFE5E1; }

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

This div background color is #FFE5E1.


Border color

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

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

This div border color is #FFE5E1.


Opacity

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

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

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

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

This text has shadow with #FFE5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE5E1 on black background.


Color preview on white background

This text has color #FFE5E1 on white background.



Black color preview on #FFE5E1 background

This text has black color on #FFE5E1 background.


White color preview on #FFE5E1 background

This text has white color on #FFE5E1 background.