COLOR #FEE7CD

HEX: #FEE7CD RGB: (254,231,205)

Color info

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

RGB color model

#FEE7CD color RGB value is (254,231,205).

RGB: (254,231,205) (100%, 91%, 80%)

RGB channels and saturation

R 254 of 255 = 100%
G 231 of 255 = 91%
B 205 of 255 = 80%

254
231
205

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

Portions of RGB colors in percentages

R + G + B = 254 + 231 + 205 = 690 (100%)
R 254 of 690 ~ 36.81%
G 231 of 690 ~ 33.48%
B 205 of 690 ~ 29.71'%

%36.81
%33.48
%29.71

CMYK color model

#FEE7CD color CMYK value is (0,9,19,0).

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

CMYK: (0,9,19,0)
C0M9Y19K0 (0%, 9%, 19%, 0%)
(0.00 / 0.09 / 0.19 / 0.00)

CMYK percentages

%0
%9.06
%19.29
%0.39

Codes

Color #FEE7CD in popluar color models

FE E7 CD
RGB 254 231 205
HSL 32° 96.08% 90.00%
HSB/HSV 32° 19.29% 99.61%
CMYK 0.00% 9.06% 19.29%
0.39%

Color #FEE7CD in popluar number systems.

HEX FE E7 CD
Decimal 254 231 205
Binary 11111110 11100111 11001101
Octal 376 347 315

Shades and tints

Shades of #FEE7CD

#FEE7CD
(254,231,205)
#E7D2BB
(231,210,187)
#D0BDA9
(208,189,169)
#B9A897
(185,168,151)
#A29385
(162,147,133)
#8B7E73
(139,126,115)
#746961
(116,105,97)
#5D544F
(93,84,79)
#463F3D
(70,63,61)
#2F2A2B
(47,42,43)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #FEE7CD

#FEE7CD
(254,231,205)
#FEE9D1
(254,233,209)
#FEEBD5
(254,235,213)
#FEEDD9
(254,237,217)
#FEEFDD
(254,239,221)
#FEF1E1
(254,241,225)
#FEF3E5
(254,243,229)
#FEF5E9
(254,245,233)
#FEF7ED
(254,247,237)
#FEF9F1
(254,249,241)
#FEFBF5
(254,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE7CD; }

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

This text font color is #FEE7CD.

Background Color

.myBgColor { background-color: #FEE7CD; }

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

This div background color is #FEE7CD.

Border color

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

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

This div border color is #FEE7CD.

Opacity

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

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

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

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

This text has shadow with #FEE7CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE7CD.

Preview

Color preview on black background

This text has color #FEE7CD on black background.


Color preview on white background

This text has color #FEE7CD on white background.


Black color preview on #FEE7CD background

This text has black color on #FEE7CD background.


White color preview on #FEE7CD background

This text has white color on #FEE7CD background.


Related colors

Complementary color

Complementary color for #hex is #011832.


I love getcolorcode.com

Triadic colors

1 #CDFEE7 and #E7CDFE with #FEE7CD are triadic colors.

2 #CDE7FE and #E7FECD with #FEE7CD are triadic colors.