COLOR #FEE8DE

HEX: #FEE8DE RGB: (254,232,222)

Color info

#FEE8DE contains red, green and blue colors in about the same proportion. Web safe color of #FEE8DE is #FFFFCC (or #FFC).

RGB color model

#FEE8DE color RGB value is (254,232,222).

RGB: (254,232,222) (100%, 91%, 87%)

RGB channels and saturation

R 254 of 255 = 100%
G 232 of 255 = 91%
B 222 of 255 = 87%

254
232
222

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

Portions of RGB colors in percentages

R + G + B = 254 + 232 + 222 = 708 (100%)
R 254 of 708 ~ 35.88%
G 232 of 708 ~ 32.77%
B 222 of 708 ~ 31.36'%

%35.88
%32.77
%31.36

CMYK color model

#FEE8DE color CMYK value is (0,9,13,0).

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

CMYK: (0,9,13,0)
C0M9Y13K0 (0%, 9%, 13%, 0%)
(0.00 / 0.09 / 0.13 / 0.00)

CMYK percentages

%0
%8.66
%12.6
%0.39

Codes

Color #FEE8DE in popluar color models

FE E8 DE
RGB 254 232 222
HSL 19° 94.12% 93.33%
HSB/HSV 19° 12.60% 99.61%
CMYK 0.00% 8.66% 12.60%
0.39%

Color #FEE8DE in popluar number systems.

HEX FE E8 DE
Decimal 254 232 222
Binary 11111110 11101000 11011110
Octal 376 350 336

Shades and tints

Shades of #FEE8DE

#FEE8DE
(254,232,222)
#E7D3CA
(231,211,202)
#D0BEB6
(208,190,182)
#B9A9A2
(185,169,162)
#A2948E
(162,148,142)
#8B7F7A
(139,127,122)
#746A66
(116,106,102)
#5D5552
(93,85,82)
#46403E
(70,64,62)
#2F2B2A
(47,43,42)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #FEE8DE

#FEE8DE
(254,232,222)
#FEEAE1
(254,234,225)
#FEECE4
(254,236,228)
#FEEEE7
(254,238,231)
#FEF0EA
(254,240,234)
#FEF2ED
(254,242,237)
#FEF4F0
(254,244,240)
#FEF6F3
(254,246,243)
#FEF8F6
(254,248,246)
#FEFAF9
(254,250,249)
#FEFCFC
(254,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE8DE; }

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

This text font color is #FEE8DE.

Background Color

.myBgColor { background-color: #FEE8DE; }

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

This div background color is #FEE8DE.

Border color

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

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

This div border color is #FEE8DE.

Opacity

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

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

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

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

This text has shadow with #FEE8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE8DE.

Preview

Color preview on black background

This text has color #FEE8DE on black background.


Color preview on white background

This text has color #FEE8DE on white background.


Black color preview on #FEE8DE background

This text has black color on #FEE8DE background.


White color preview on #FEE8DE background

This text has white color on #FEE8DE background.


Related colors

Complementary color

Complementary color for #hex is #011721.


I love getcolorcode.com

Triadic colors

1 #DEFEE8 and #E8DEFE with #FEE8DE are triadic colors.

2 #DEE8FE and #E8FEDE with #FEE8DE are triadic colors.