COLOR #FEF9E2

HEX: #FEF9E2
RGB: (254,249,226)

Color info

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

RGB color model

#FEF9E2 color RGB value is (254,249,226).

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

RGB channels and saturation

R 254 of 255 = 100%
G 249 of 255 = 98%
B 226 of 255 = 89%

254
249
226

R + G + B ~ 96%. #FEF9E2 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 249 + 226 = 729 (100%)
R 254 of 729 ~ 34.84%
G 249 of 729 ~ 34.16%
B 226 of 729 ~ 31%

%34.84
%34.16
%31

CMYK color model

#FEF9E2 color CMYK value is (0,2,11,0).

  • cyan value is 0.00%
  • magenta value is 1.97%
  • yellow value is 11.02%
  • key color value is 0.39%
CMYK:
(0,2,11,0)
C0M2Y11K0 
(0%,2%,11%,0%)
(0.00/0.02/0.11/0.00)	

CMYK percentages

%0
%1.97
%11.02
%0.39

Codes

Color #FEF9E2 in popluar color models

FEF9E2
RGB254249226
HSL49°93.33%94.12%
HSB/HSV49°11.02%99.61%
CMYK0.00%1.97%11.02%
0.39%

Color #FEF9E2 in popluar number systems.

HEXFEF9E2
Decimal254249226
Binary111111101111100111100010
Octal376371342

Shades and tints

Shades of #FEF9E2

#FEF9E2
(254,249,226)
#E7E3CE
(231,227,206)
#D0CDBA
(208,205,186)
#B9B7A6
(185,183,166)
#A2A192
(162,161,146)
#8B8B7E
(139,139,126)
#74756A
(116,117,106)
#5D5F56
(93,95,86)
#464942
(70,73,66)
#2F332E
(47,51,46)
#181D1A
(24,29,26)
#000000
(0,0,0)

Tints of #FEF9E2

#FEF9E2
(254,249,226)
#FEF9E4
(254,249,228)
#FEF9E6
(254,249,230)
#FEF9E8
(254,249,232)
#FEF9EA
(254,249,234)
#FEF9EC
(254,249,236)
#FEF9EE
(254,249,238)
#FEF9F0
(254,249,240)
#FEF9F2
(254,249,242)
#FEF9F4
(254,249,244)
#FEF9F6
(254,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF9E2; }

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

This text font color is #FEF9E2.


Background Color

.myBgColor { background-color: #FEF9E2; }

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

This div background color is #FEF9E2.


Border color

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

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

This div border color is #FEF9E2.


Opacity

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

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

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

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

This text has shadow with #FEF9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF9E2 on black background.


Color preview on white background

This text has color #FEF9E2 on white background.



Black color preview on #FEF9E2 background

This text has black color on #FEF9E2 background.


White color preview on #FEF9E2 background

This text has white color on #FEF9E2 background.