COLOR #FEF1A9

HEX: #FEF1A9
RGB: (254,241,169)

Color info

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

RGB color model

#FEF1A9 color RGB value is (254,241,169).

  • red value is 254;
  • green value is 241;
  • blue value is 169.
RGB:
(254,241,169)
(100%,95%,66%)

RGB channels and saturation

R 254 of 255 = 100%
G 241 of 255 = 95%
B 169 of 255 = 66%

254
241
169

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

Portions of RGB colors in percentages

R + G + B =
254 + 241 + 169 = 664 (100%)
R 254 of 664 ~ 38.25%
G 241 of 664 ~ 36.3%
B 169 of 664 ~ 25.45%

%38.25
%36.3
%25.45

CMYK color model

#FEF1A9 color CMYK value is (0,5,33,0).

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 33.46%
  • key color value is 0.39%
CMYK:
(0,5,33,0)
C0M5Y33K0 
(0%,5%,33%,0%)
(0.00/0.05/0.33/0.00)	

CMYK percentages

%0
%5.12
%33.46
%0.39

Codes

Color #FEF1A9 in popluar color models

FEF1A9
RGB254241169
HSL51°97.70%82.94%
HSB/HSV51°33.46%99.61%
CMYK0.00%5.12%33.46%
0.39%

Color #FEF1A9 in popluar number systems.

HEXFEF1A9
Decimal254241169
Binary111111101111000110101001
Octal376361251

Shades and tints

Shades of #FEF1A9

#FEF1A9
(254,241,169)
#E7DC9A
(231,220,154)
#D0C78B
(208,199,139)
#B9B27C
(185,178,124)
#A29D6D
(162,157,109)
#8B885E
(139,136,94)
#74734F
(116,115,79)
#5D5E40
(93,94,64)
#464931
(70,73,49)
#2F3422
(47,52,34)
#181F13
(24,31,19)
#000000
(0,0,0)

Tints of #FEF1A9

#FEF1A9
(254,241,169)
#FEF2B0
(254,242,176)
#FEF3B7
(254,243,183)
#FEF4BE
(254,244,190)
#FEF5C5
(254,245,197)
#FEF6CC
(254,246,204)
#FEF7D3
(254,247,211)
#FEF8DA
(254,248,218)
#FEF9E1
(254,249,225)
#FEFAE8
(254,250,232)
#FEFBEF
(254,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF1A9 color. Also use rgb(254,241,169) instead hex code.

Text Font Color

.myTextColor { color: #FEF1A9; }

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

This text font color is #FEF1A9.


Background Color

.myBgColor { background-color: #FEF1A9; }

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

This div background color is #FEF1A9.


Border color

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

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

This div border color is #FEF1A9.


Opacity

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

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

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

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

This text has shadow with #FEF1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF1A9 on black background.


Color preview on white background

This text has color #FEF1A9 on white background.



Black color preview on #FEF1A9 background

This text has black color on #FEF1A9 background.


White color preview on #FEF1A9 background

This text has white color on #FEF1A9 background.