COLOR #FEF2E2

HEX: #FEF2E2
RGB: (254,242,226)

Color info

#FEF2E2 contains red, green and blue colors in about the same proportion. Web safe color of #FEF2E2 is #FFFFCC (or #FFC).

RGB color model

#FEF2E2 color RGB value is (254,242,226).

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

RGB channels and saturation

R 254 of 255 = 100%
G 242 of 255 = 95%
B 226 of 255 = 89%

254
242
226

R + G + B ~ 95%. #FEF2E2 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 242 + 226 = 722 (100%)
R 254 of 722 ~ 35.18%
G 242 of 722 ~ 33.52%
B 226 of 722 ~ 31.3%

%35.18
%33.52
%31.3

CMYK color model

#FEF2E2 color CMYK value is (0,5,11,0).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 11.02%
  • key color value is 0.39%
CMYK:
(0,5,11,0)
C0M5Y11K0 
(0%,5%,11%,0%)
(0.00/0.05/0.11/0.00)	

CMYK percentages

%0
%4.72
%11.02
%0.39

Codes

Color #FEF2E2 in popluar color models

FEF2E2
RGB254242226
HSL34°93.33%94.12%
HSB/HSV34°11.02%99.61%
CMYK0.00%4.72%11.02%
0.39%

Color #FEF2E2 in popluar number systems.

HEXFEF2E2
Decimal254242226
Binary111111101111001011100010
Octal376362342

Shades and tints

Shades of #FEF2E2

#FEF2E2
(254,242,226)
#E7DCCE
(231,220,206)
#D0C6BA
(208,198,186)
#B9B0A6
(185,176,166)
#A29A92
(162,154,146)
#8B847E
(139,132,126)
#746E6A
(116,110,106)
#5D5856
(93,88,86)
#464242
(70,66,66)
#2F2C2E
(47,44,46)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #FEF2E2

#FEF2E2
(254,242,226)
#FEF3E4
(254,243,228)
#FEF4E6
(254,244,230)
#FEF5E8
(254,245,232)
#FEF6EA
(254,246,234)
#FEF7EC
(254,247,236)
#FEF8EE
(254,248,238)
#FEF9F0
(254,249,240)
#FEFAF2
(254,250,242)
#FEFBF4
(254,251,244)
#FEFCF6
(254,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF2E2; }

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

This text font color is #FEF2E2.


Background Color

.myBgColor { background-color: #FEF2E2; }

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

This div background color is #FEF2E2.


Border color

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

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

This div border color is #FEF2E2.


Opacity

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

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

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

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

This text has shadow with #FEF2E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF2E2 on black background.


Color preview on white background

This text has color #FEF2E2 on white background.



Black color preview on #FEF2E2 background

This text has black color on #FEF2E2 background.


White color preview on #FEF2E2 background

This text has white color on #FEF2E2 background.