COLOR #FEE3E9

HEX: #FEE3E9 RGB: (254,227,233)

Color info

#FEE3E9 contains red, green and blue colors in about the same proportion. Web safe color of #FEE3E9 is #FFCCFF (or #FCF).

RGB color model

#FEE3E9 color RGB value is (254,227,233).

RGB: (254,227,233) (100%, 89%, 91%)

RGB channels and saturation

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

254
227
233

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

Portions of RGB colors in percentages

R + G + B = 254 + 227 + 233 = 714 (100%)
R 254 of 714 ~ 35.57%
G 227 of 714 ~ 31.79%
B 233 of 714 ~ 32.63'%

%35.57
%31.79
%32.63

CMYK color model

#FEE3E9 color CMYK value is (0,11,8,0).

  • cyan value is 0.00%
  • magenta value is 10.63%
  • yellow value is 8.27%
  • key color value is 0.39%

CMYK: (0,11,8,0)
C0M11Y8K0 (0%, 11%, 8%, 0%)
(0.00 / 0.11 / 0.08 / 0.00)

CMYK percentages

%0
%10.63
%8.27
%0.39

Codes

Color #FEE3E9 in popluar color models

FE E3 E9
RGB 254 227 233
HSL 347° 93.10% 94.31%
HSB/HSV 347° 10.63% 99.61%
CMYK 0.00% 10.63% 8.27%
0.39%

Color #FEE3E9 in popluar number systems.

HEX FE E3 E9
Decimal 254 227 233
Binary 11111110 11100011 11101001
Octal 376 343 351

Shades and tints

Shades of #FEE3E9

#FEE3E9
(254,227,233)
#E7CFD4
(231,207,212)
#D0BBBF
(208,187,191)
#B9A7AA
(185,167,170)
#A29395
(162,147,149)
#8B7F80
(139,127,128)
#746B6B
(116,107,107)
#5D5756
(93,87,86)
#464341
(70,67,65)
#2F2F2C
(47,47,44)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #FEE3E9

#FEE3E9
(254,227,233)
#FEE5EB
(254,229,235)
#FEE7ED
(254,231,237)
#FEE9EF
(254,233,239)
#FEEBF1
(254,235,241)
#FEEDF3
(254,237,243)
#FEEFF5
(254,239,245)
#FEF1F7
(254,241,247)
#FEF3F9
(254,243,249)
#FEF5FB
(254,245,251)
#FEF7FD
(254,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE3E9; }

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

This text font color is #FEE3E9.

Background Color

.myBgColor { background-color: #FEE3E9; }

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

This div background color is #FEE3E9.

Border color

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

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

This div border color is #FEE3E9.

Opacity

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

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

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

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

This text has shadow with #FEE3E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE3E9.

Preview

Color preview on black background

This text has color #FEE3E9 on black background.


Color preview on white background

This text has color #FEE3E9 on white background.


Black color preview on #FEE3E9 background

This text has black color on #FEE3E9 background.


White color preview on #FEE3E9 background

This text has white color on #FEE3E9 background.


Related colors

Complementary color

Complementary color for #hex is #011C16.


I love getcolorcode.com

Triadic colors

1 #E9FEE3 and #E3E9FE with #FEE3E9 are triadic colors.

2 #E9E3FE and #E3FEE9 with #FEE3E9 are triadic colors.