COLOR #FEE7B9

HEX: #FEE7B9
RGB: (254,231,185)

Color info

#FEE7B9 contains mainly red and green colors. Web safe color of #FEE7B9 is #FFFFCC (or #FFC).

RGB color model

#FEE7B9 color RGB value is (254,231,185).

  • red value is 254;
  • green value is 231;
  • blue value is 185.
RGB:
(254,231,185)
(100%,91%,73%)

RGB channels and saturation

R 254 of 255 = 100%
G 231 of 255 = 91%
B 185 of 255 = 73%

254
231
185

R + G + B ~ 88%. #FEE7B9 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 231 + 185 = 670 (100%)
R 254 of 670 ~ 37.91%
G 231 of 670 ~ 34.48%
B 185 of 670 ~ 27.61%

%37.91
%34.48
%27.61

CMYK color model

#FEE7B9 color CMYK value is (0,9,27,0).

  • cyan value is 0.00%
  • magenta value is 9.06%
  • yellow value is 27.17%
  • key color value is 0.39%
CMYK:
(0,9,27,0)
C0M9Y27K0 
(0%,9%,27%,0%)
(0.00/0.09/0.27/0.00)	

CMYK percentages

%0
%9.06
%27.17
%0.39

Codes

Color #FEE7B9 in popluar color models

FEE7B9
RGB254231185
HSL40°97.18%86.08%
HSB/HSV40°27.17%99.61%
CMYK0.00%9.06%27.17%
0.39%

Color #FEE7B9 in popluar number systems.

HEXFEE7B9
Decimal254231185
Binary111111101110011110111001
Octal376347271

Shades and tints

Shades of #FEE7B9

#FEE7B9
(254,231,185)
#E7D2A9
(231,210,169)
#D0BD99
(208,189,153)
#B9A889
(185,168,137)
#A29379
(162,147,121)
#8B7E69
(139,126,105)
#746959
(116,105,89)
#5D5449
(93,84,73)
#463F39
(70,63,57)
#2F2A29
(47,42,41)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #FEE7B9

#FEE7B9
(254,231,185)
#FEE9BF
(254,233,191)
#FEEBC5
(254,235,197)
#FEEDCB
(254,237,203)
#FEEFD1
(254,239,209)
#FEF1D7
(254,241,215)
#FEF3DD
(254,243,221)
#FEF5E3
(254,245,227)
#FEF7E9
(254,247,233)
#FEF9EF
(254,249,239)
#FEFBF5
(254,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE7B9; }

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

This text font color is #FEE7B9.


Background Color

.myBgColor { background-color: #FEE7B9; }

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

This div background color is #FEE7B9.


Border color

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

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

This div border color is #FEE7B9.


Opacity

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

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

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

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

This text has shadow with #FEE7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE7B9 on black background.


Color preview on white background

This text has color #FEE7B9 on white background.



Black color preview on #FEE7B9 background

This text has black color on #FEE7B9 background.


White color preview on #FEE7B9 background

This text has white color on #FEE7B9 background.