COLOR #FEF5A6

HEX: #FEF5A6
RGB: (254,245,166)

Color info

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

RGB color model

#FEF5A6 color RGB value is (254,245,166).

  • red value is 254;
  • green value is 245;
  • blue value is 166.
RGB:
(254,245,166)
(100%,96%,65%)

RGB channels and saturation

R 254 of 255 = 100%
G 245 of 255 = 96%
B 166 of 255 = 65%

254
245
166

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

Portions of RGB colors in percentages

R + G + B =
254 + 245 + 166 = 665 (100%)
R 254 of 665 ~ 38.2%
G 245 of 665 ~ 36.84%
B 166 of 665 ~ 24.96%

%38.2
%36.84
%24.96

CMYK color model

#FEF5A6 color CMYK value is (0,4,35,0).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 34.65%
  • key color value is 0.39%
CMYK:
(0,4,35,0)
C0M4Y35K0 
(0%,4%,35%,0%)
(0.00/0.04/0.35/0.00)	

CMYK percentages

%0
%3.54
%34.65
%0.39

Codes

Color #FEF5A6 in popluar color models

FEF5A6
RGB254245166
HSL54°97.78%82.35%
HSB/HSV54°34.65%99.61%
CMYK0.00%3.54%34.65%
0.39%

Color #FEF5A6 in popluar number systems.

HEXFEF5A6
Decimal254245166
Binary111111101111010110100110
Octal376365246

Shades and tints

Shades of #FEF5A6

#FEF5A6
(254,245,166)
#E7DF97
(231,223,151)
#D0C988
(208,201,136)
#B9B379
(185,179,121)
#A29D6A
(162,157,106)
#8B875B
(139,135,91)
#74714C
(116,113,76)
#5D5B3D
(93,91,61)
#46452E
(70,69,46)
#2F2F1F
(47,47,31)
#181910
(24,25,16)
#000000
(0,0,0)

Tints of #FEF5A6

#FEF5A6
(254,245,166)
#FEF5AE
(254,245,174)
#FEF5B6
(254,245,182)
#FEF5BE
(254,245,190)
#FEF5C6
(254,245,198)
#FEF5CE
(254,245,206)
#FEF5D6
(254,245,214)
#FEF5DE
(254,245,222)
#FEF5E6
(254,245,230)
#FEF5EE
(254,245,238)
#FEF5F6
(254,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF5A6 color. Also use rgb(254,245,166) instead hex code.

Text Font Color

.myTextColor { color: #FEF5A6; }

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

This text font color is #FEF5A6.


Background Color

.myBgColor { background-color: #FEF5A6; }

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

This div background color is #FEF5A6.


Border color

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

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

This div border color is #FEF5A6.


Opacity

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

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

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

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

This text has shadow with #FEF5A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF5A6 on black background.


Color preview on white background

This text has color #FEF5A6 on white background.



Black color preview on #FEF5A6 background

This text has black color on #FEF5A6 background.


White color preview on #FEF5A6 background

This text has white color on #FEF5A6 background.