COLOR #FEF2B2

HEX: #FEF2B2
RGB: (254,242,178)

Color info

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

RGB color model

#FEF2B2 color RGB value is (254,242,178).

  • red value is 254;
  • green value is 242;
  • blue value is 178.
RGB:
(254,242,178)
(100%,95%,70%)

RGB channels and saturation

R 254 of 255 = 100%
G 242 of 255 = 95%
B 178 of 255 = 70%

254
242
178

R + G + B ~ 88%. #FEF2B2 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 242 + 178 = 674 (100%)
R 254 of 674 ~ 37.69%
G 242 of 674 ~ 35.91%
B 178 of 674 ~ 26.41%

%37.69
%35.91
%26.41

CMYK color model

#FEF2B2 color CMYK value is (0,5,30,0).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 29.92%
  • key color value is 0.39%
CMYK:
(0,5,30,0)
C0M5Y30K0 
(0%,5%,30%,0%)
(0.00/0.05/0.30/0.00)	

CMYK percentages

%0
%4.72
%29.92
%0.39

Codes

Color #FEF2B2 in popluar color models

FEF2B2
RGB254242178
HSL51°97.44%84.71%
HSB/HSV51°29.92%99.61%
CMYK0.00%4.72%29.92%
0.39%

Color #FEF2B2 in popluar number systems.

HEXFEF2B2
Decimal254242178
Binary111111101111001010110010
Octal376362262

Shades and tints

Shades of #FEF2B2

#FEF2B2
(254,242,178)
#E7DCA2
(231,220,162)
#D0C692
(208,198,146)
#B9B082
(185,176,130)
#A29A72
(162,154,114)
#8B8462
(139,132,98)
#746E52
(116,110,82)
#5D5842
(93,88,66)
#464232
(70,66,50)
#2F2C22
(47,44,34)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #FEF2B2

#FEF2B2
(254,242,178)
#FEF3B9
(254,243,185)
#FEF4C0
(254,244,192)
#FEF5C7
(254,245,199)
#FEF6CE
(254,246,206)
#FEF7D5
(254,247,213)
#FEF8DC
(254,248,220)
#FEF9E3
(254,249,227)
#FEFAEA
(254,250,234)
#FEFBF1
(254,251,241)
#FEFCF8
(254,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF2B2; }

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

This text font color is #FEF2B2.


Background Color

.myBgColor { background-color: #FEF2B2; }

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

This div background color is #FEF2B2.


Border color

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

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

This div border color is #FEF2B2.


Opacity

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

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

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

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

This text has shadow with #FEF2B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF2B2 on black background.


Color preview on white background

This text has color #FEF2B2 on white background.



Black color preview on #FEF2B2 background

This text has black color on #FEF2B2 background.


White color preview on #FEF2B2 background

This text has white color on #FEF2B2 background.