COLOR #FEE7D6

HEX: #FEE7D6 RGB: (254,231,214)

Color info

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

RGB color model

#FEE7D6 color RGB value is (254,231,214).

RGB: (254,231,214) (100%, 91%, 84%)

RGB channels and saturation

R 254 of 255 = 100%
G 231 of 255 = 91%
B 214 of 255 = 84%

254
231
214

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

Portions of RGB colors in percentages

R + G + B = 254 + 231 + 214 = 699 (100%)
R 254 of 699 ~ 36.34%
G 231 of 699 ~ 33.05%
B 214 of 699 ~ 30.62'%

%36.34
%33.05
%30.62

CMYK color model

#FEE7D6 color CMYK value is (0,9,16,0).

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

CMYK: (0,9,16,0)
C0M9Y16K0 (0%, 9%, 16%, 0%)
(0.00 / 0.09 / 0.16 / 0.00)

CMYK percentages

%0
%9.06
%15.75
%0.39

Codes

Color #FEE7D6 in popluar color models

FE E7 D6
RGB 254 231 214
HSL 26° 95.24% 91.76%
HSB/HSV 26° 15.75% 99.61%
CMYK 0.00% 9.06% 15.75%
0.39%

Color #FEE7D6 in popluar number systems.

HEX FE E7 D6
Decimal 254 231 214
Binary 11111110 11100111 11010110
Octal 376 347 326

Shades and tints

Shades of #FEE7D6

#FEE7D6
(254,231,214)
#E7D2C3
(231,210,195)
#D0BDB0
(208,189,176)
#B9A89D
(185,168,157)
#A2938A
(162,147,138)
#8B7E77
(139,126,119)
#746964
(116,105,100)
#5D5451
(93,84,81)
#463F3E
(70,63,62)
#2F2A2B
(47,42,43)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #FEE7D6

#FEE7D6
(254,231,214)
#FEE9D9
(254,233,217)
#FEEBDC
(254,235,220)
#FEEDDF
(254,237,223)
#FEEFE2
(254,239,226)
#FEF1E5
(254,241,229)
#FEF3E8
(254,243,232)
#FEF5EB
(254,245,235)
#FEF7EE
(254,247,238)
#FEF9F1
(254,249,241)
#FEFBF4
(254,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE7D6; }

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

This text font color is #FEE7D6.

Background Color

.myBgColor { background-color: #FEE7D6; }

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

This div background color is #FEE7D6.

Border color

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

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

This div border color is #FEE7D6.

Opacity

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

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

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

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

This text has shadow with #FEE7D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE7D6.

Preview

Color preview on black background

This text has color #FEE7D6 on black background.


Color preview on white background

This text has color #FEE7D6 on white background.


Black color preview on #FEE7D6 background

This text has black color on #FEE7D6 background.


White color preview on #FEE7D6 background

This text has white color on #FEE7D6 background.


Related colors

Complementary color

Complementary color for #hex is #011829.


I love getcolorcode.com

Triadic colors

1 #D6FEE7 and #E7D6FE with #FEE7D6 are triadic colors.

2 #D6E7FE and #E7FED6 with #FEE7D6 are triadic colors.