COLOR #FEFEB1

HEX: #FEFEB1
RGB: (254,254,177)

Color info

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

RGB color model

#FEFEB1 color RGB value is (254,254,177).

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

RGB channels and saturation

R 254 of 255 = 100%
G 254 of 255 = 100%
B 177 of 255 = 69%

254
254
177

R + G + B ~ 90%. #FEFEB1 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 254 + 177 = 685 (100%)
R 254 of 685 ~ 37.08%
G 254 of 685 ~ 37.08%
B 177 of 685 ~ 25.84%

%37.08
%37.08
%25.84

CMYK color model

#FEFEB1 color CMYK value is (0,0,30,0).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 30.31%
  • key color value is 0.39%
CMYK:
(0,0,30,0)
C0M0Y30K0 
(0%,0%,30%,0%)
(0.00/0.00/0.30/0.00)	

CMYK percentages

%0
%0
%30.31
%0.39

Codes

Color #FEFEB1 in popluar color models

FEFEB1
RGB254254177
HSL60°97.47%84.51%
HSB/HSV60°30.31%99.61%
CMYK0.00%0.00%30.31%
0.39%

Color #FEFEB1 in popluar number systems.

HEXFEFEB1
Decimal254254177
Binary111111101111111010110001
Octal376376261

Shades and tints

Shades of #FEFEB1

#FEFEB1
(254,254,177)
#E7E7A1
(231,231,161)
#D0D091
(208,208,145)
#B9B981
(185,185,129)
#A2A271
(162,162,113)
#8B8B61
(139,139,97)
#747451
(116,116,81)
#5D5D41
(93,93,65)
#464631
(70,70,49)
#2F2F21
(47,47,33)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #FEFEB1

#FEFEB1
(254,254,177)
#FEFEB8
(254,254,184)
#FEFEBF
(254,254,191)
#FEFEC6
(254,254,198)
#FEFECD
(254,254,205)
#FEFED4
(254,254,212)
#FEFEDB
(254,254,219)
#FEFEE2
(254,254,226)
#FEFEE9
(254,254,233)
#FEFEF0
(254,254,240)
#FEFEF7
(254,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFEB1; }

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

This text font color is #FEFEB1.


Background Color

.myBgColor { background-color: #FEFEB1; }

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

This div background color is #FEFEB1.


Border color

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

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

This div border color is #FEFEB1.


Opacity

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

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

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

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

This text has shadow with #FEFEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFEB1 on black background.


Color preview on white background

This text has color #FEFEB1 on white background.



Black color preview on #FEFEB1 background

This text has black color on #FEFEB1 background.


White color preview on #FEFEB1 background

This text has white color on #FEFEB1 background.