COLOR #FEE2D5

HEX: #FEE2D5 RGB: (254,226,213)

Color info

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

RGB color model

#FEE2D5 color RGB value is (254,226,213).

RGB: (254,226,213) (100%, 89%, 84%)

RGB channels and saturation

R 254 of 255 = 100%
G 226 of 255 = 89%
B 213 of 255 = 84%

254
226
213

R + G + B ~ 91%. #FEE2D5 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 226 + 213 = 693 (100%)
R 254 of 693 ~ 36.65%
G 226 of 693 ~ 32.61%
B 213 of 693 ~ 30.74'%

%36.65
%32.61
%30.74

CMYK color model

#FEE2D5 color CMYK value is (0,11,16,0).

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

CMYK: (0,11,16,0)
C0M11Y16K0 (0%, 11%, 16%, 0%)
(0.00 / 0.11 / 0.16 / 0.00)

CMYK percentages

%0
%11.02
%16.14
%0.39

Codes

Color #FEE2D5 in popluar color models

FE E2 D5
RGB 254 226 213
HSL 19° 95.35% 91.57%
HSB/HSV 19° 16.14% 99.61%
CMYK 0.00% 11.02% 16.14%
0.39%

Color #FEE2D5 in popluar number systems.

HEX FE E2 D5
Decimal 254 226 213
Binary 11111110 11100010 11010101
Octal 376 342 325

Shades and tints

Shades of #FEE2D5

#FEE2D5
(254,226,213)
#E7CEC2
(231,206,194)
#D0BAAF
(208,186,175)
#B9A69C
(185,166,156)
#A29289
(162,146,137)
#8B7E76
(139,126,118)
#746A63
(116,106,99)
#5D5650
(93,86,80)
#46423D
(70,66,61)
#2F2E2A
(47,46,42)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #FEE2D5

#FEE2D5
(254,226,213)
#FEE4D8
(254,228,216)
#FEE6DB
(254,230,219)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE2D5; }

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

This text font color is #FEE2D5.

Background Color

.myBgColor { background-color: #FEE2D5; }

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

This div background color is #FEE2D5.

Border color

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

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

This div border color is #FEE2D5.

Opacity

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

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

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

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

This text has shadow with #FEE2D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE2D5.

Preview

Color preview on black background

This text has color #FEE2D5 on black background.


Color preview on white background

This text has color #FEE2D5 on white background.


Black color preview on #FEE2D5 background

This text has black color on #FEE2D5 background.


White color preview on #FEE2D5 background

This text has white color on #FEE2D5 background.


Related colors

Complementary color

Complementary color for #hex is #011D2A.


I love getcolorcode.com

Triadic colors

1 #D5FEE2 and #E2D5FE with #FEE2D5 are triadic colors.

2 #D5E2FE and #E2FED5 with #FEE2D5 are triadic colors.