COLOR #FEE9D2

HEX: #FEE9D2 RGB: (254,233,210)

Color info

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

RGB color model

#FEE9D2 color RGB value is (254,233,210).

RGB: (254,233,210) (100%, 91%, 82%)

RGB channels and saturation

R 254 of 255 = 100%
G 233 of 255 = 91%
B 210 of 255 = 82%

254
233
210

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

Portions of RGB colors in percentages

R + G + B = 254 + 233 + 210 = 697 (100%)
R 254 of 697 ~ 36.44%
G 233 of 697 ~ 33.43%
B 210 of 697 ~ 30.13'%

%36.44
%33.43
%30.13

CMYK color model

#FEE9D2 color CMYK value is (0,8,17,0).

  • cyan value is 0.00%
  • magenta value is 8.27%
  • yellow value is 17.32%
  • key color value is 0.39%

CMYK: (0,8,17,0)
C0M8Y17K0 (0%, 8%, 17%, 0%)
(0.00 / 0.08 / 0.17 / 0.00)

CMYK percentages

%0
%8.27
%17.32
%0.39

Codes

Color #FEE9D2 in popluar color models

FE E9 D2
RGB 254 233 210
HSL 31° 95.65% 90.98%
HSB/HSV 31° 17.32% 99.61%
CMYK 0.00% 8.27% 17.32%
0.39%

Color #FEE9D2 in popluar number systems.

HEX FE E9 D2
Decimal 254 233 210
Binary 11111110 11101001 11010010
Octal 376 351 322

Shades and tints

Shades of #FEE9D2

#FEE9D2
(254,233,210)
#E7D4BF
(231,212,191)
#D0BFAC
(208,191,172)
#B9AA99
(185,170,153)
#A29586
(162,149,134)
#8B8073
(139,128,115)
#746B60
(116,107,96)
#5D564D
(93,86,77)
#46413A
(70,65,58)
#2F2C27
(47,44,39)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #FEE9D2

#FEE9D2
(254,233,210)
#FEEBD6
(254,235,214)
#FEEDDA
(254,237,218)
#FEEFDE
(254,239,222)
#FEF1E2
(254,241,226)
#FEF3E6
(254,243,230)
#FEF5EA
(254,245,234)
#FEF7EE
(254,247,238)
#FEF9F2
(254,249,242)
#FEFBF6
(254,251,246)
#FEFDFA
(254,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE9D2 color. Also use rgb(254,233,210) instead hex code.

Text Font Color

.myTextColor { color: #FEE9D2; }

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

This text font color is #FEE9D2.

Background Color

.myBgColor { background-color: #FEE9D2; }

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

This div background color is #FEE9D2.

Border color

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

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

This div border color is #FEE9D2.

Opacity

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

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

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

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

This text has shadow with #FEE9D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEE9D2.

Preview

Color preview on black background

This text has color #FEE9D2 on black background.


Color preview on white background

This text has color #FEE9D2 on white background.


Black color preview on #FEE9D2 background

This text has black color on #FEE9D2 background.


White color preview on #FEE9D2 background

This text has white color on #FEE9D2 background.


Related colors

Complementary color

Complementary color for #hex is #01162D.


I love getcolorcode.com

Triadic colors

1 #D2FEE9 and #E9D2FE with #FEE9D2 are triadic colors.

2 #D2E9FE and #E9FED2 with #FEE9D2 are triadic colors.