COLOR #FEF1A6

HEX: #FEF1A6
RGB: (254,241,166)

Color info

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

RGB color model

#FEF1A6 color RGB value is (254,241,166).

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

RGB channels and saturation

R 254 of 255 = 100%
G 241 of 255 = 95%
B 166 of 255 = 65%

254
241
166

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

Portions of RGB colors in percentages

R + G + B =
254 + 241 + 166 = 661 (100%)
R 254 of 661 ~ 38.43%
G 241 of 661 ~ 36.46%
B 166 of 661 ~ 25.11%

%38.43
%36.46
%25.11

CMYK color model

#FEF1A6 color CMYK value is (0,5,35,0).

  • cyan value is 0.00%
  • magenta value is 5.12%
  • yellow value is 34.65%
  • key color value is 0.39%
CMYK:
(0,5,35,0)
C0M5Y35K0 
(0%,5%,35%,0%)
(0.00/0.05/0.35/0.00)	

CMYK percentages

%0
%5.12
%34.65
%0.39

Codes

Color #FEF1A6 in popluar color models

FEF1A6
RGB254241166
HSL51°97.78%82.35%
HSB/HSV51°34.65%99.61%
CMYK0.00%5.12%34.65%
0.39%

Color #FEF1A6 in popluar number systems.

HEXFEF1A6
Decimal254241166
Binary111111101111000110100110
Octal376361246

Shades and tints

Shades of #FEF1A6

#FEF1A6
(254,241,166)
#E7DC97
(231,220,151)
#D0C788
(208,199,136)
#B9B279
(185,178,121)
#A29D6A
(162,157,106)
#8B885B
(139,136,91)
#74734C
(116,115,76)
#5D5E3D
(93,94,61)
#46492E
(70,73,46)
#2F341F
(47,52,31)
#181F10
(24,31,16)
#000000
(0,0,0)

Tints of #FEF1A6

#FEF1A6
(254,241,166)
#FEF2AE
(254,242,174)
#FEF3B6
(254,243,182)
#FEF4BE
(254,244,190)
#FEF5C6
(254,245,198)
#FEF6CE
(254,246,206)
#FEF7D6
(254,247,214)
#FEF8DE
(254,248,222)
#FEF9E6
(254,249,230)
#FEFAEE
(254,250,238)
#FEFBF6
(254,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF1A6; }

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

This text font color is #FEF1A6.


Background Color

.myBgColor { background-color: #FEF1A6; }

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

This div background color is #FEF1A6.


Border color

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

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

This div border color is #FEF1A6.


Opacity

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

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

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

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

This text has shadow with #FEF1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF1A6 on black background.


Color preview on white background

This text has color #FEF1A6 on white background.



Black color preview on #FEF1A6 background

This text has black color on #FEF1A6 background.


White color preview on #FEF1A6 background

This text has white color on #FEF1A6 background.