COLOR #FEEEDF

HEX: #FEEEDF RGB: (254,238,223)

Color info

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

RGB color model

#FEEEDF color RGB value is (254,238,223).

RGB: (254,238,223) (100%, 93%, 87%)

RGB channels and saturation

R 254 of 255 = 100%
G 238 of 255 = 93%
B 223 of 255 = 87%

254
238
223

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

Portions of RGB colors in percentages

R + G + B = 254 + 238 + 223 = 715 (100%)
R 254 of 715 ~ 35.52%
G 238 of 715 ~ 33.29%
B 223 of 715 ~ 31.19'%

%35.52
%33.29
%31.19

CMYK color model

#FEEEDF color CMYK value is (0,6,12,0).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 12.20%
  • key color value is 0.39%

CMYK: (0,6,12,0)
C0M6Y12K0 (0%, 6%, 12%, 0%)
(0.00 / 0.06 / 0.12 / 0.00)

CMYK percentages

%0
%6.3
%12.2
%0.39

Codes

Color #FEEEDF in popluar color models

FE EE DF
RGB 254 238 223
HSL 29° 93.94% 93.53%
HSB/HSV 29° 12.20% 99.61%
CMYK 0.00% 6.30% 12.20%
0.39%

Color #FEEEDF in popluar number systems.

HEX FE EE DF
Decimal 254 238 223
Binary 11111110 11101110 11011111
Octal 376 356 337

Shades and tints

Shades of #FEEEDF

#FEEEDF
(254,238,223)
#E7D9CB
(231,217,203)
#D0C4B7
(208,196,183)
#B9AFA3
(185,175,163)
#A29A8F
(162,154,143)
#8B857B
(139,133,123)
#747067
(116,112,103)
#5D5B53
(93,91,83)
#46463F
(70,70,63)
#2F312B
(47,49,43)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #FEEEDF

#FEEEDF
(254,238,223)
#FEEFE1
(254,239,225)
#FEF0E3
(254,240,227)
#FEF1E5
(254,241,229)
#FEF2E7
(254,242,231)
#FEF3E9
(254,243,233)
#FEF4EB
(254,244,235)
#FEF5ED
(254,245,237)
#FEF6EF
(254,246,239)
#FEF7F1
(254,247,241)
#FEF8F3
(254,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEEEDF color. Also use rgb(254,238,223) instead hex code.

Text Font Color

.myTextColor { color: #FEEEDF; }

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

This text font color is #FEEEDF.

Background Color

.myBgColor { background-color: #FEEEDF; }

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

This div background color is #FEEEDF.

Border color

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

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

This div border color is #FEEEDF.

Opacity

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

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

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

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

This text has shadow with #FEEEDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEEDF.

Preview

Color preview on black background

This text has color #FEEEDF on black background.


Color preview on white background

This text has color #FEEEDF on white background.


Black color preview on #FEEEDF background

This text has black color on #FEEEDF background.


White color preview on #FEEEDF background

This text has white color on #FEEEDF background.


Related colors

Complementary color

Complementary color for #hex is #011120.


I love getcolorcode.com

Triadic colors

1 #DFFEEE and #EEDFFE with #FEEEDF are triadic colors.

2 #DFEEFE and #EEFEDF with #FEEEDF are triadic colors.