COLOR #FEFE93

HEX: #FEFE93
RGB: (254,254,147)

Color info

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

RGB color model

#FEFE93 color RGB value is (254,254,147).

  • red value is 254;
  • green value is 254;
  • blue value is 147.
RGB:
(254,254,147)
(100%,100%,58%)

RGB channels and saturation

R 254 of 255 = 100%
G 254 of 255 = 100%
B 147 of 255 = 58%

254
254
147

R + G + B ~ 86%. #FEFE93 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 254 + 147 = 655 (100%)
R 254 of 655 ~ 38.78%
G 254 of 655 ~ 38.78%
B 147 of 655 ~ 22.44%

%38.78
%38.78
%22.44

CMYK color model

#FEFE93 color CMYK value is (0,0,42,0).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 42.13%
  • key color value is 0.39%
CMYK:
(0,0,42,0)
C0M0Y42K0 
(0%,0%,42%,0%)
(0.00/0.00/0.42/0.00)	

CMYK percentages

%0
%0
%42.13
%0.39

Codes

Color #FEFE93 in popluar color models

FEFE93
RGB254254147
HSL60°98.17%78.63%
HSB/HSV60°42.13%99.61%
CMYK0.00%0.00%42.13%
0.39%

Color #FEFE93 in popluar number systems.

HEXFEFE93
Decimal254254147
Binary111111101111111010010011
Octal376376223

Shades and tints

Shades of #FEFE93

#FEFE93
(254,254,147)
#E7E786
(231,231,134)
#D0D079
(208,208,121)
#B9B96C
(185,185,108)
#A2A25F
(162,162,95)
#8B8B52
(139,139,82)
#747445
(116,116,69)
#5D5D38
(93,93,56)
#46462B
(70,70,43)
#2F2F1E
(47,47,30)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #FEFE93

#FEFE93
(254,254,147)
#FEFE9C
(254,254,156)
#FEFEA5
(254,254,165)
#FEFEAE
(254,254,174)
#FEFEB7
(254,254,183)
#FEFEC0
(254,254,192)
#FEFEC9
(254,254,201)
#FEFED2
(254,254,210)
#FEFEDB
(254,254,219)
#FEFEE4
(254,254,228)
#FEFEED
(254,254,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFE93; }

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

This text font color is #FEFE93.


Background Color

.myBgColor { background-color: #FEFE93; }

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

This div background color is #FEFE93.


Border color

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

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

This div border color is #FEFE93.


Opacity

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

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

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

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

This text has shadow with #FEFE93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFE93 on black background.


Color preview on white background

This text has color #FEFE93 on white background.



Black color preview on #FEFE93 background

This text has black color on #FEFE93 background.


White color preview on #FEFE93 background

This text has white color on #FEFE93 background.