COLOR #FEE2DE

HEX: #FEE2DE RGB: (254,226,222)

Color info

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

RGB color model

#FEE2DE color RGB value is (254,226,222).

RGB: (254,226,222) (100%, 89%, 87%)

RGB channels and saturation

R 254 of 255 = 100%
G 226 of 255 = 89%
B 222 of 255 = 87%

254
226
222

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

Portions of RGB colors in percentages

R + G + B = 254 + 226 + 222 = 702 (100%)
R 254 of 702 ~ 36.18%
G 226 of 702 ~ 32.19%
B 222 of 702 ~ 31.62'%

%36.18
%32.19
%31.62

CMYK color model

#FEE2DE color CMYK value is (0,11,13,0).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 12.60%
  • key color value is 0.39%

CMYK: (0,11,13,0)
C0M11Y13K0 (0%, 11%, 13%, 0%)
(0.00 / 0.11 / 0.13 / 0.00)

CMYK percentages

%0
%11.02
%12.6
%0.39

Codes

Color #FEE2DE in popluar color models

FE E2 DE
RGB 254 226 222
HSL 94.12% 93.33%
HSB/HSV 12.60% 99.61%
CMYK 0.00% 11.02% 12.60%
0.39%

Color #FEE2DE in popluar number systems.

HEX FE E2 DE
Decimal 254 226 222
Binary 11111110 11100010 11011110
Octal 376 342 336

Shades and tints

Shades of #FEE2DE

#FEE2DE
(254,226,222)
#E7CECA
(231,206,202)
#D0BAB6
(208,186,182)
#B9A6A2
(185,166,162)
#A2928E
(162,146,142)
#8B7E7A
(139,126,122)
#746A66
(116,106,102)
#5D5652
(93,86,82)
#46423E
(70,66,62)
#2F2E2A
(47,46,42)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #FEE2DE

#FEE2DE
(254,226,222)
#FEE4E1
(254,228,225)
#FEE6E4
(254,230,228)
#FEE8E7
(254,232,231)
#FEEAEA
(254,234,234)
#FEECED
(254,236,237)
#FEEEF0
(254,238,240)
#FEF0F3
(254,240,243)
#FEF2F6
(254,242,246)
#FEF4F9
(254,244,249)
#FEF6FC
(254,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE2DE; }

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

This text font color is #FEE2DE.

Background Color

.myBgColor { background-color: #FEE2DE; }

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

This div background color is #FEE2DE.

Border color

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

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

This div border color is #FEE2DE.

Opacity

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

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

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

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

This text has shadow with #FEE2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE2DE.

Preview

Color preview on black background

This text has color #FEE2DE on black background.


Color preview on white background

This text has color #FEE2DE on white background.


Black color preview on #FEE2DE background

This text has black color on #FEE2DE background.


White color preview on #FEE2DE background

This text has white color on #FEE2DE background.


Related colors

Complementary color

Complementary color for #hex is #011D21.


I love getcolorcode.com

Triadic colors

1 #DEFEE2 and #E2DEFE with #FEE2DE are triadic colors.

2 #DEE2FE and #E2FEDE with #FEE2DE are triadic colors.