COLOR #FEE4DE

HEX: #FEE4DE RGB: (254,228,222)

Color info

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

RGB color model

#FEE4DE color RGB value is (254,228,222).

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

RGB channels and saturation

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

254
228
222

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

Portions of RGB colors in percentages

R + G + B = 254 + 228 + 222 = 704 (100%)
R 254 of 704 ~ 36.08%
G 228 of 704 ~ 32.39%
B 222 of 704 ~ 31.53'%

%36.08
%32.39
%31.53

CMYK color model

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

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

Codes

Color #FEE4DE in popluar color models

FE E4 DE
RGB 254 228 222
HSL 11° 94.12% 93.33%
HSB/HSV 11° 12.60% 99.61%
CMYK 0.00% 10.24% 12.60%
0.39%

Color #FEE4DE in popluar number systems.

HEX FE E4 DE
Decimal 254 228 222
Binary 11111110 11100100 11011110
Octal 376 344 336

Shades and tints

Shades of #FEE4DE

#FEE4DE
(254,228,222)
#E7D0CA
(231,208,202)
#D0BCB6
(208,188,182)
#B9A8A2
(185,168,162)
#A2948E
(162,148,142)
#8B807A
(139,128,122)
#746C66
(116,108,102)
#5D5852
(93,88,82)
#46443E
(70,68,62)
#2F302A
(47,48,42)
#181C16
(24,28,22)
#000000
(0,0,0)

Tints of #FEE4DE

#FEE4DE
(254,228,222)
#FEE6E1
(254,230,225)
#FEE8E4
(254,232,228)
#FEEAE7
(254,234,231)
#FEECEA
(254,236,234)
#FEEEED
(254,238,237)
#FEF0F0
(254,240,240)
#FEF2F3
(254,242,243)
#FEF4F6
(254,244,246)
#FEF6F9
(254,246,249)
#FEF8FC
(254,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE4DE; }

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

This text font color is #FEE4DE.

Background Color

.myBgColor { background-color: #FEE4DE; }

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

This div background color is #FEE4DE.

Border color

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

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

This div border color is #FEE4DE.

Opacity

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

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

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

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

This text has shadow with #FEE4DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE4DE.

Preview

Color preview on black background

This text has color #FEE4DE on black background.


Color preview on white background

This text has color #FEE4DE on white background.


Black color preview on #FEE4DE background

This text has black color on #FEE4DE background.


White color preview on #FEE4DE background

This text has white color on #FEE4DE background.


Related colors

Complementary color

Complementary color for #hex is #011B21.


I love getcolorcode.com

Triadic colors

1 #DEFEE4 and #E4DEFE with #FEE4DE are triadic colors.

2 #DEE4FE and #E4FEDE with #FEE4DE are triadic colors.