COLOR #FEE7E1

HEX: #FEE7E1 RGB: (254,231,225)

Color info

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

RGB color model

#FEE7E1 color RGB value is (254,231,225).

RGB: (254,231,225) (100%, 91%, 88%)

RGB channels and saturation

R 254 of 255 = 100%
G 231 of 255 = 91%
B 225 of 255 = 88%

254
231
225

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

Portions of RGB colors in percentages

R + G + B = 254 + 231 + 225 = 710 (100%)
R 254 of 710 ~ 35.77%
G 231 of 710 ~ 32.54%
B 225 of 710 ~ 31.69'%

%35.77
%32.54
%31.69

CMYK color model

#FEE7E1 color CMYK value is (0,9,11,0).

  • cyan value is 0.00%
  • magenta value is 9.06%
  • yellow value is 11.42%
  • key color value is 0.39%

CMYK: (0,9,11,0)
C0M9Y11K0 (0%, 9%, 11%, 0%)
(0.00 / 0.09 / 0.11 / 0.00)

CMYK percentages

%0
%9.06
%11.42
%0.39

Codes

Color #FEE7E1 in popluar color models

FE E7 E1
RGB 254 231 225
HSL 12° 93.55% 93.92%
HSB/HSV 12° 11.42% 99.61%
CMYK 0.00% 9.06% 11.42%
0.39%

Color #FEE7E1 in popluar number systems.

HEX FE E7 E1
Decimal 254 231 225
Binary 11111110 11100111 11100001
Octal 376 347 341

Shades and tints

Shades of #FEE7E1

#FEE7E1
(254,231,225)
#E7D2CD
(231,210,205)
#D0BDB9
(208,189,185)
#B9A8A5
(185,168,165)
#A29391
(162,147,145)
#8B7E7D
(139,126,125)
#746969
(116,105,105)
#5D5455
(93,84,85)
#463F41
(70,63,65)
#2F2A2D
(47,42,45)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #FEE7E1

#FEE7E1
(254,231,225)
#FEE9E3
(254,233,227)
#FEEBE5
(254,235,229)
#FEEDE7
(254,237,231)
#FEEFE9
(254,239,233)
#FEF1EB
(254,241,235)
#FEF3ED
(254,243,237)
#FEF5EF
(254,245,239)
#FEF7F1
(254,247,241)
#FEF9F3
(254,249,243)
#FEFBF5
(254,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE7E1; }

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

This text font color is #FEE7E1.

Background Color

.myBgColor { background-color: #FEE7E1; }

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

This div background color is #FEE7E1.

Border color

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

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

This div border color is #FEE7E1.

Opacity

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

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

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

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

This text has shadow with #FEE7E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE7E1.

Preview

Color preview on black background

This text has color #FEE7E1 on black background.


Color preview on white background

This text has color #FEE7E1 on white background.


Black color preview on #FEE7E1 background

This text has black color on #FEE7E1 background.


White color preview on #FEE7E1 background

This text has white color on #FEE7E1 background.


Related colors

Complementary color

Complementary color for #hex is #01181E.


I love getcolorcode.com

Triadic colors

1 #E1FEE7 and #E7E1FE with #FEE7E1 are triadic colors.

2 #E1E7FE and #E7FEE1 with #FEE7E1 are triadic colors.