COLOR #FEE9B2

HEX: #FEE9B2
RGB: (254,233,178)

Color info

#FEE9B2 contains mainly red and green colors. Web safe color of #FEE9B2 is #FFFF99 (or #FF9).

RGB color model

#FEE9B2 color RGB value is (254,233,178).

  • red value is 254;
  • green value is 233;
  • blue value is 178.
RGB:
(254,233,178)
(100%,91%,70%)

RGB channels and saturation

R 254 of 255 = 100%
G 233 of 255 = 91%
B 178 of 255 = 70%

254
233
178

R + G + B ~ 87%. #FEE9B2 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 233 + 178 = 665 (100%)
R 254 of 665 ~ 38.2%
G 233 of 665 ~ 35.04%
B 178 of 665 ~ 26.77%

%38.2
%35.04
%26.77

CMYK color model

#FEE9B2 color CMYK value is (0,8,30,0).

  • cyan value is 0.00%
  • magenta value is 8.27%
  • yellow value is 29.92%
  • key color value is 0.39%
CMYK:
(0,8,30,0)
C0M8Y30K0 
(0%,8%,30%,0%)
(0.00/0.08/0.30/0.00)	

CMYK percentages

%0
%8.27
%29.92
%0.39

Codes

Color #FEE9B2 in popluar color models

FEE9B2
RGB254233178
HSL43°97.44%84.71%
HSB/HSV43°29.92%99.61%
CMYK0.00%8.27%29.92%
0.39%

Color #FEE9B2 in popluar number systems.

HEXFEE9B2
Decimal254233178
Binary111111101110100110110010
Octal376351262

Shades and tints

Shades of #FEE9B2

#FEE9B2
(254,233,178)
#E7D4A2
(231,212,162)
#D0BF92
(208,191,146)
#B9AA82
(185,170,130)
#A29572
(162,149,114)
#8B8062
(139,128,98)
#746B52
(116,107,82)
#5D5642
(93,86,66)
#464132
(70,65,50)
#2F2C22
(47,44,34)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #FEE9B2

#FEE9B2
(254,233,178)
#FEEBB9
(254,235,185)
#FEEDC0
(254,237,192)
#FEEFC7
(254,239,199)
#FEF1CE
(254,241,206)
#FEF3D5
(254,243,213)
#FEF5DC
(254,245,220)
#FEF7E3
(254,247,227)
#FEF9EA
(254,249,234)
#FEFBF1
(254,251,241)
#FEFDF8
(254,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEE9B2; }

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

This text font color is #FEE9B2.


Background Color

.myBgColor { background-color: #FEE9B2; }

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

This div background color is #FEE9B2.


Border color

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

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

This div border color is #FEE9B2.


Opacity

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

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

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

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

This text has shadow with #FEE9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE9B2 on black background.


Color preview on white background

This text has color #FEE9B2 on white background.



Black color preview on #FEE9B2 background

This text has black color on #FEE9B2 background.


White color preview on #FEE9B2 background

This text has white color on #FEE9B2 background.