COLOR #FEEED5

HEX: #FEEED5 RGB: (254,238,213)

Color info

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

RGB color model

#FEEED5 color RGB value is (254,238,213).

RGB: (254,238,213) (100%, 93%, 84%)

RGB channels and saturation

R 254 of 255 = 100%
G 238 of 255 = 93%
B 213 of 255 = 84%

254
238
213

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

Portions of RGB colors in percentages

R + G + B = 254 + 238 + 213 = 705 (100%)
R 254 of 705 ~ 36.03%
G 238 of 705 ~ 33.76%
B 213 of 705 ~ 30.21'%

%36.03
%33.76
%30.21

CMYK color model

#FEEED5 color CMYK value is (0,6,16,0).

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

CMYK: (0,6,16,0)
C0M6Y16K0 (0%, 6%, 16%, 0%)
(0.00 / 0.06 / 0.16 / 0.00)

CMYK percentages

%0
%6.3
%16.14
%0.39

Codes

Color #FEEED5 in popluar color models

FE EE D5
RGB 254 238 213
HSL 37° 95.35% 91.57%
HSB/HSV 37° 16.14% 99.61%
CMYK 0.00% 6.30% 16.14%
0.39%

Color #FEEED5 in popluar number systems.

HEX FE EE D5
Decimal 254 238 213
Binary 11111110 11101110 11010101
Octal 376 356 325

Shades and tints

Shades of #FEEED5

#FEEED5
(254,238,213)
#E7D9C2
(231,217,194)
#D0C4AF
(208,196,175)
#B9AF9C
(185,175,156)
#A29A89
(162,154,137)
#8B8576
(139,133,118)
#747063
(116,112,99)
#5D5B50
(93,91,80)
#46463D
(70,70,61)
#2F312A
(47,49,42)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #FEEED5

#FEEED5
(254,238,213)
#FEEFD8
(254,239,216)
#FEF0DB
(254,240,219)
#FEF1DE
(254,241,222)
#FEF2E1
(254,242,225)
#FEF3E4
(254,243,228)
#FEF4E7
(254,244,231)
#FEF5EA
(254,245,234)
#FEF6ED
(254,246,237)
#FEF7F0
(254,247,240)
#FEF8F3
(254,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEEED5; }

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

This text font color is #FEEED5.

Background Color

.myBgColor { background-color: #FEEED5; }

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

This div background color is #FEEED5.

Border color

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

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

This div border color is #FEEED5.

Opacity

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

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

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

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

This text has shadow with #FEEED5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEEED5.

Preview

Color preview on black background

This text has color #FEEED5 on black background.


Color preview on white background

This text has color #FEEED5 on white background.


Black color preview on #FEEED5 background

This text has black color on #FEEED5 background.


White color preview on #FEEED5 background

This text has white color on #FEEED5 background.


Related colors

Complementary color

Complementary color for #hex is #01112A.


I love getcolorcode.com

Triadic colors

1 #D5FEEE and #EED5FE with #FEEED5 are triadic colors.

2 #D5EEFE and #EEFED5 with #FEEED5 are triadic colors.