COLOR #FEE1D3

HEX: #FEE1D3 RGB: (254,225,211)

Color info

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

RGB color model

#FEE1D3 color RGB value is (254,225,211).

RGB: (254,225,211) (100%, 88%, 83%)

RGB channels and saturation

R 254 of 255 = 100%
G 225 of 255 = 88%
B 211 of 255 = 83%

254
225
211

R + G + B ~ 90%. #FEE1D3 is light color.

Portions of RGB colors in percentages

R + G + B = 254 + 225 + 211 = 690 (100%)
R 254 of 690 ~ 36.81%
G 225 of 690 ~ 32.61%
B 211 of 690 ~ 30.58'%

%36.81
%32.61
%30.58

CMYK color model

#FEE1D3 color CMYK value is (0,11,17,0).

  • cyan value is 0.00%
  • magenta value is 11.42%
  • yellow value is 16.93%
  • key color value is 0.39%
CMYK: (0,11,17,0) C0M11Y17K0 (0%,11%,17%,0%) (0.00/0.11/0.17/0.00) 

CMYK percentages

%0
%11.42
%16.93
%0.39

Codes

Color #FEE1D3 in popluar color models

FE E1 D3
RGB 254 225 211
HSL 20° 95.56% 91.18%
HSB/HSV 20° 16.93% 99.61%
CMYK 0.00% 11.42% 16.93%
0.39%

Color #FEE1D3 in popluar number systems.

HEX FE E1 D3
Decimal 254 225 211
Binary 11111110 11100001 11010011
Octal 376 341 323

Shades and tints

Shades of #FEE1D3

#FEE1D3
(254,225,211)
#E7CDC0
(231,205,192)
#D0B9AD
(208,185,173)
#B9A59A
(185,165,154)
#A29187
(162,145,135)
#8B7D74
(139,125,116)
#746961
(116,105,97)
#5D554E
(93,85,78)
#46413B
(70,65,59)
#2F2D28
(47,45,40)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #FEE1D3

#FEE1D3
(254,225,211)
#FEE3D7
(254,227,215)
#FEE5DB
(254,229,219)
#FEE7DF
(254,231,223)
#FEE9E3
(254,233,227)
#FEEBE7
(254,235,231)
#FEEDEB
(254,237,235)
#FEEFEF
(254,239,239)
#FEF1F3
(254,241,243)
#FEF3F7
(254,243,247)
#FEF5FB
(254,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE1D3 color. Also use rgb(254,225,211) instead hex code.

Text Font Color

.myTextColor { color: #FEE1D3; }

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

This text font color is #FEE1D3.

Background Color

.myBgColor { background-color: #FEE1D3; }

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

This div background color is #FEE1D3.

Border color

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

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

This div border color is #FEE1D3.

Opacity

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

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

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

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

This text has shadow with #FEE1D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE1D3.

Preview

Color preview on black background

This text has color #FEE1D3 on black background.


Color preview on white background

This text has color #FEE1D3 on white background.


Black color preview on #FEE1D3 background

This text has black color on #FEE1D3 background.


White color preview on #FEE1D3 background

This text has white color on #FEE1D3 background.


Related colors

Complementary color

Complementary color for #hex is #011E2C.


I love getcolorcode.com

Triadic colors

1 #D3FEE1 and #E1D3FE with #FEE1D3 are triadic colors.

2 #D3E1FE and #E1FED3 with #FEE1D3 are triadic colors.