COLOR #FFE5E5

HEX: #FFE5E5
RGB: (255,229,229)

Color info

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

RGB color model

#FFE5E5 color RGB value is (255,229,229).

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

RGB channels and saturation

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

255
229
229

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

Portions of RGB colors in percentages

R + G + B =
255 + 229 + 229 = 713 (100%)
R 255 of 713 ~ 35.76%
G 229 of 713 ~ 32.12%
B 229 of 713 ~ 32.12%

%35.76
%32.12
%32.12

CMYK color model

#FFE5E5 color CMYK value is (0,10,10,0).

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

CMYK percentages

%0
%10.2
%10.2
%0

Codes

Color #FFE5E5 in popluar color models

FFE5E5
RGB255229229
HSL100.00%94.90%
HSB/HSV10.20%100.00%
CMYK0.00%10.20%10.20%
0.00%

Color #FFE5E5 in popluar number systems.

HEXFFE5E5
Decimal255229229
Binary111111111110010111100101
Octal377345345

Shades and tints

Shades of #FFE5E5

#FFE5E5
(255,229,229)
#E8D1D1
(232,209,209)
#D1BDBD
(209,189,189)
#BAA9A9
(186,169,169)
#A39595
(163,149,149)
#8C8181
(140,129,129)
#756D6D
(117,109,109)
#5E5959
(94,89,89)
#474545
(71,69,69)
#303131
(48,49,49)
#191D1D
(25,29,29)
#000000
(0,0,0)

Tints of #FFE5E5

#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)
#FFF7F7
(255,247,247)
#FFF9F9
(255,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFE5E5; }

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

This text font color is #FFE5E5.


Background Color

.myBgColor { background-color: #FFE5E5; }

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

This div background color is #FFE5E5.


Border color

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

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

This div border color is #FFE5E5.


Opacity

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

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

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

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

This text has shadow with #FFE5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFE5E5 on black background.


Color preview on white background

This text has color #FFE5E5 on white background.



Black color preview on #FFE5E5 background

This text has black color on #FFE5E5 background.


White color preview on #FFE5E5 background

This text has white color on #FFE5E5 background.