COLOR #FEE1DE

HEX: #FEE1DE RGB: (254,225,222)

Color info

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

RGB color model

#FEE1DE color RGB value is (254,225,222).

RGB: (254,225,222) (100%, 88%, 87%)

RGB channels and saturation

R 254 of 255 = 100%
G 225 of 255 = 88%
B 222 of 255 = 87%

254
225
222

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

Portions of RGB colors in percentages

R + G + B = 254 + 225 + 222 = 701 (100%)
R 254 of 701 ~ 36.23%
G 225 of 701 ~ 32.1%
B 222 of 701 ~ 31.67'%

%36.23
%32.1
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.42%
  • 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.42
%12.6
%0.39

Codes

Color #FEE1DE in popluar color models

FE E1 DE
RGB 254 225 222
HSL 94.12% 93.33%
HSB/HSV 12.60% 99.61%
CMYK 0.00% 11.42% 12.60%
0.39%

Color #FEE1DE in popluar number systems.

HEX FE E1 DE
Decimal 254 225 222
Binary 11111110 11100001 11011110
Octal 376 341 336

Shades and tints

Shades of #FEE1DE

#FEE1DE
(254,225,222)
#E7CDCA
(231,205,202)
#D0B9B6
(208,185,182)
#B9A5A2
(185,165,162)
#A2918E
(162,145,142)
#8B7D7A
(139,125,122)
#746966
(116,105,102)
#5D5552
(93,85,82)
#46413E
(70,65,62)
#2F2D2A
(47,45,42)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #FEE1DE

#FEE1DE
(254,225,222)
#FEE3E1
(254,227,225)
#FEE5E4
(254,229,228)
#FEE7E7
(254,231,231)
#FEE9EA
(254,233,234)
#FEEBED
(254,235,237)
#FEEDF0
(254,237,240)
#FEEFF3
(254,239,243)
#FEF1F6
(254,241,246)
#FEF3F9
(254,243,249)
#FEF5FC
(254,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE1DE; }

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

This text font color is #FEE1DE.

Background Color

.myBgColor { background-color: #FEE1DE; }

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

This div background color is #FEE1DE.

Border color

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

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

This div border color is #FEE1DE.

Opacity

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

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

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

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

This text has shadow with #FEE1DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE1DE.

Preview

Color preview on black background

This text has color #FEE1DE on black background.


Color preview on white background

This text has color #FEE1DE on white background.


Black color preview on #FEE1DE background

This text has black color on #FEE1DE background.


White color preview on #FEE1DE background

This text has white color on #FEE1DE background.


Related colors

Complementary color

Complementary color for #hex is #011E21.


I love getcolorcode.com

Triadic colors

1 #DEFEE1 and #E1DEFE with #FEE1DE are triadic colors.

2 #DEE1FE and #E1FEDE with #FEE1DE are triadic colors.