COLOR #FEE3A3

HEX: #FEE3A3
RGB: (254,227,163)

Color info

#FEE3A3 contains mainly red and green colors. Web safe color of #FEE3A3 is #FFCC99 (or #FC9).

RGB color model

#FEE3A3 color RGB value is (254,227,163).

  • red value is 254;
  • green value is 227;
  • blue value is 163.
RGB:
(254,227,163)
(100%,89%,64%)

RGB channels and saturation

R 254 of 255 = 100%
G 227 of 255 = 89%
B 163 of 255 = 64%

254
227
163

R + G + B ~ 84%. #FEE3A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 227 + 163 = 644 (100%)
R 254 of 644 ~ 39.44%
G 227 of 644 ~ 35.25%
B 163 of 644 ~ 25.31%

%39.44
%35.25
%25.31

CMYK color model

#FEE3A3 color CMYK value is (0,11,36,0).

  • cyan value is 0.00%
  • magenta value is 10.63%
  • yellow value is 35.83%
  • key color value is 0.39%
CMYK:
(0,11,36,0)
C0M11Y36K0 
(0%,11%,36%,0%)
(0.00/0.11/0.36/0.00)	

CMYK percentages

%0
%10.63
%35.83
%0.39

Codes

Color #FEE3A3 in popluar color models

FEE3A3
RGB254227163
HSL42°97.85%81.76%
HSB/HSV42°35.83%99.61%
CMYK0.00%10.63%35.83%
0.39%

Color #FEE3A3 in popluar number systems.

HEXFEE3A3
Decimal254227163
Binary111111101110001110100011
Octal376343243

Shades and tints

Shades of #FEE3A3

#FEE3A3
(254,227,163)
#E7CF95
(231,207,149)
#D0BB87
(208,187,135)
#B9A779
(185,167,121)
#A2936B
(162,147,107)
#8B7F5D
(139,127,93)
#746B4F
(116,107,79)
#5D5741
(93,87,65)
#464333
(70,67,51)
#2F2F25
(47,47,37)
#181B17
(24,27,23)
#000000
(0,0,0)

Tints of #FEE3A3

#FEE3A3
(254,227,163)
#FEE5AB
(254,229,171)
#FEE7B3
(254,231,179)
#FEE9BB
(254,233,187)
#FEEBC3
(254,235,195)
#FEEDCB
(254,237,203)
#FEEFD3
(254,239,211)
#FEF1DB
(254,241,219)
#FEF3E3
(254,243,227)
#FEF5EB
(254,245,235)
#FEF7F3
(254,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEE3A3 color. Also use rgb(254,227,163) instead hex code.

Text Font Color

.myTextColor { color: #FEE3A3; }

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

This text font color is #FEE3A3.


Background Color

.myBgColor { background-color: #FEE3A3; }

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

This div background color is #FEE3A3.


Border color

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

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

This div border color is #FEE3A3.


Opacity

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

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

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

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

This text has shadow with #FEE3A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEE3A3 on black background.


Color preview on white background

This text has color #FEE3A3 on white background.



Black color preview on #FEE3A3 background

This text has black color on #FEE3A3 background.


White color preview on #FEE3A3 background

This text has white color on #FEE3A3 background.