COLOR #FEE3E3

HEX: #FEE3E3
RGB: (254,227,227)

Color info

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

RGB color model

#FEE3E3 color RGB value is (254,227,227).

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

RGB channels and saturation

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

254
227
227

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

Portions of RGB colors in percentages

R + G + B =
254 + 227 + 227 = 708 (100%)
R 254 of 708 ~ 35.88%
G 227 of 708 ~ 32.06%
B 227 of 708 ~ 32.06%

%35.88
%32.06
%32.06

CMYK color model

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

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

Codes

Color #FEE3E3 in popluar color models

FEE3E3
RGB254227227
HSL93.10%94.31%
HSB/HSV10.63%99.61%
CMYK0.00%10.63%10.63%
0.39%

Color #FEE3E3 in popluar number systems.

HEXFEE3E3
Decimal254227227
Binary111111101110001111100011
Octal376343343

Shades and tints

Shades of #FEE3E3

#FEE3E3
(254,227,227)
#E7CFCF
(231,207,207)
#D0BBBB
(208,187,187)
#B9A7A7
(185,167,167)
#A29393
(162,147,147)
#8B7F7F
(139,127,127)
#746B6B
(116,107,107)
#5D5757
(93,87,87)
#464343
(70,67,67)
#2F2F2F
(47,47,47)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #FEE3E3

#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)
#FEF7F7
(254,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE3E3; }

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

This text font color is #FEE3E3.


Background Color

.myBgColor { background-color: #FEE3E3; }

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

This div background color is #FEE3E3.


Border color

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

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

This div border color is #FEE3E3.


Opacity

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

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

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

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

This text has shadow with #FEE3E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE3E3 on black background.


Color preview on white background

This text has color #FEE3E3 on white background.



Black color preview on #FEE3E3 background

This text has black color on #FEE3E3 background.


White color preview on #FEE3E3 background

This text has white color on #FEE3E3 background.