COLOR #FEE1E1

HEX: #FEE1E1
RGB: (254,225,225)

Color info

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

RGB color model

#FEE1E1 color RGB value is (254,225,225).

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

RGB channels and saturation

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

254
225
225

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

Portions of RGB colors in percentages

R + G + B =
254 + 225 + 225 = 704 (100%)
R 254 of 704 ~ 36.08%
G 225 of 704 ~ 31.96%
B 225 of 704 ~ 31.96%

%36.08
%31.96
%31.96

CMYK color model

#FEE1E1 color CMYK value is (0,11,11,0).

  • cyan value is 0.00%
  • magenta value is 11.42%
  • yellow value is 11.42%
  • key color value is 0.39%
CMYK:
(0,11,11,0)
C0M11Y11K0 
(0%,11%,11%,0%)
(0.00/0.11/0.11/0.00)	

CMYK percentages

%0
%11.42
%11.42
%0.39

Codes

Color #FEE1E1 in popluar color models

FEE1E1
RGB254225225
HSL93.55%93.92%
HSB/HSV11.42%99.61%
CMYK0.00%11.42%11.42%
0.39%

Color #FEE1E1 in popluar number systems.

HEXFEE1E1
Decimal254225225
Binary111111101110000111100001
Octal376341341

Shades and tints

Shades of #FEE1E1

#FEE1E1
(254,225,225)
#E7CDCD
(231,205,205)
#D0B9B9
(208,185,185)
#B9A5A5
(185,165,165)
#A29191
(162,145,145)
#8B7D7D
(139,125,125)
#746969
(116,105,105)
#5D5555
(93,85,85)
#464141
(70,65,65)
#2F2D2D
(47,45,45)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #FEE1E1

#FEE1E1
(254,225,225)
#FEE3E3
(254,227,227)
#FEE5E5
(254,229,229)
#FEE7E7
(254,231,231)
#FEE9E9
(254,233,233)
#FEEBEB
(254,235,235)
#FEEDED
(254,237,237)
#FEEFEF
(254,239,239)
#FEF1F1
(254,241,241)
#FEF3F3
(254,243,243)
#FEF5F5
(254,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE1E1; }

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

This text font color is #FEE1E1.


Background Color

.myBgColor { background-color: #FEE1E1; }

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

This div background color is #FEE1E1.


Border color

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

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

This div border color is #FEE1E1.


Opacity

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

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

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

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

This text has shadow with #FEE1E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE1E1 on black background.


Color preview on white background

This text has color #FEE1E1 on white background.



Black color preview on #FEE1E1 background

This text has black color on #FEE1E1 background.


White color preview on #FEE1E1 background

This text has white color on #FEE1E1 background.