COLOR #FEE1E3

HEX: #FEE1E3
RGB: (254,225,227)

Color info

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

RGB color model

#FEE1E3 color RGB value is (254,225,227).

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

RGB channels and saturation

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

254
225
227

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

Portions of RGB colors in percentages

R + G + B =
254 + 225 + 227 = 706 (100%)
R 254 of 706 ~ 35.98%
G 225 of 706 ~ 31.87%
B 227 of 706 ~ 32.15%

%35.98
%31.87
%32.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.42%
  • yellow value is 10.63%
  • 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
%10.63
%0.39

Codes

Color #FEE1E3 in popluar color models

FEE1E3
RGB254225227
HSL356°93.55%93.92%
HSB/HSV356°11.42%99.61%
CMYK0.00%11.42%10.63%
0.39%

Color #FEE1E3 in popluar number systems.

HEXFEE1E3
Decimal254225227
Binary111111101110000111100011
Octal376341343

Shades and tints

Shades of #FEE1E3

#FEE1E3
(254,225,227)
#E7CDCF
(231,205,207)
#D0B9BB
(208,185,187)
#B9A5A7
(185,165,167)
#A29193
(162,145,147)
#8B7D7F
(139,125,127)
#74696B
(116,105,107)
#5D5557
(93,85,87)
#464143
(70,65,67)
#2F2D2F
(47,45,47)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #FEE1E3

#FEE1E3
(254,225,227)
#FEE3E5
(254,227,229)
#FEE5E7
(254,229,231)
#FEE7E9
(254,231,233)
#FEE9EB
(254,233,235)
#FEEBED
(254,235,237)
#FEEDEF
(254,237,239)
#FEEFF1
(254,239,241)
#FEF1F3
(254,241,243)
#FEF3F5
(254,243,245)
#FEF5F7
(254,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE1E3; }

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

This text font color is #FEE1E3.


Background Color

.myBgColor { background-color: #FEE1E3; }

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

This div background color is #FEE1E3.


Border color

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

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

This div border color is #FEE1E3.


Opacity

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

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

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

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

This text has shadow with #FEE1E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE1E3 on black background.


Color preview on white background

This text has color #FEE1E3 on white background.



Black color preview on #FEE1E3 background

This text has black color on #FEE1E3 background.


White color preview on #FEE1E3 background

This text has white color on #FEE1E3 background.