COLOR #FEE5DE

HEX: #FEE5DE RGB: (254,229,222)

Color info

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

RGB color model

#FEE5DE color RGB value is (254,229,222).

RGB: (254,229,222) (100%, 90%, 87%)

RGB channels and saturation

R 254 of 255 = 100%
G 229 of 255 = 90%
B 222 of 255 = 87%

254
229
222

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

Portions of RGB colors in percentages

R + G + B = 254 + 229 + 222 = 705 (100%)
R 254 of 705 ~ 36.03%
G 229 of 705 ~ 32.48%
B 222 of 705 ~ 31.49'%

%36.03
%32.48
%31.49

CMYK color model

#FEE5DE color CMYK value is (0,10,13,0).

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

CMYK: (0,10,13,0)
C0M10Y13K0 (0%, 10%, 13%, 0%)
(0.00 / 0.10 / 0.13 / 0.00)

CMYK percentages

%0
%9.84
%12.6
%0.39

Codes

Color #FEE5DE in popluar color models

FE E5 DE
RGB 254 229 222
HSL 13° 94.12% 93.33%
HSB/HSV 13° 12.60% 99.61%
CMYK 0.00% 9.84% 12.60%
0.39%

Color #FEE5DE in popluar number systems.

HEX FE E5 DE
Decimal 254 229 222
Binary 11111110 11100101 11011110
Octal 376 345 336

Shades and tints

Shades of #FEE5DE

#FEE5DE
(254,229,222)
#E7D1CA
(231,209,202)
#D0BDB6
(208,189,182)
#B9A9A2
(185,169,162)
#A2958E
(162,149,142)
#8B817A
(139,129,122)
#746D66
(116,109,102)
#5D5952
(93,89,82)
#46453E
(70,69,62)
#2F312A
(47,49,42)
#181D16
(24,29,22)
#000000
(0,0,0)

Tints of #FEE5DE

#FEE5DE
(254,229,222)
#FEE7E1
(254,231,225)
#FEE9E4
(254,233,228)
#FEEBE7
(254,235,231)
#FEEDEA
(254,237,234)
#FEEFED
(254,239,237)
#FEF1F0
(254,241,240)
#FEF3F3
(254,243,243)
#FEF5F6
(254,245,246)
#FEF7F9
(254,247,249)
#FEF9FC
(254,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE5DE; }

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

This text font color is #FEE5DE.

Background Color

.myBgColor { background-color: #FEE5DE; }

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

This div background color is #FEE5DE.

Border color

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

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

This div border color is #FEE5DE.

Opacity

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

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

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

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

This text has shadow with #FEE5DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE5DE.

Preview

Color preview on black background

This text has color #FEE5DE on black background.


Color preview on white background

This text has color #FEE5DE on white background.


Black color preview on #FEE5DE background

This text has black color on #FEE5DE background.


White color preview on #FEE5DE background

This text has white color on #FEE5DE background.


Related colors

Complementary color

Complementary color for #hex is #011A21.


I love getcolorcode.com

Triadic colors

1 #DEFEE5 and #E5DEFE with #FEE5DE are triadic colors.

2 #DEE5FE and #E5FEDE with #FEE5DE are triadic colors.