COLOR #FEF2CE

HEX: #FEF2CE
RGB: (254,242,206)

Color info

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

RGB color model

#FEF2CE color RGB value is (254,242,206).

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

RGB channels and saturation

R 254 of 255 = 100%
G 242 of 255 = 95%
B 206 of 255 = 81%

254
242
206

R + G + B ~ 92%. #FEF2CE is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 242 + 206 = 702 (100%)
R 254 of 702 ~ 36.18%
G 242 of 702 ~ 34.47%
B 206 of 702 ~ 29.34%

%36.18
%34.47
%29.34

CMYK color model

#FEF2CE color CMYK value is (0,5,19,0).

  • cyan value is 0.00%
  • magenta value is 4.72%
  • yellow value is 18.90%
  • key color value is 0.39%
CMYK: (0,5,19,0) C0M5Y19K0 (0%,5%,19%,0%) (0.00/0.05/0.19/0.00)

CMYK percentages

%0
%4.72
%18.9
%0.39

Codes

Color #FEF2CE in popluar color models

FEF2CE
RGB254242206
HSL45°96.00%90.20%
HSB/HSV45°18.90%99.61%
CMYK0.00%4.72%18.90%
0.39%

Color #FEF2CE in popluar number systems.

HEXFEF2CE
Decimal254242206
Binary111111101111001011001110
Octal376362316

Shades and tints

Shades of #FEF2CE

#FEF2CE
(254,242,206)
#E7DCBC
(231,220,188)
#D0C6AA
(208,198,170)
#B9B098
(185,176,152)
#A29A86
(162,154,134)
#8B8474
(139,132,116)
#746E62
(116,110,98)
#5D5850
(93,88,80)
#46423E
(70,66,62)
#2F2C2C
(47,44,44)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #FEF2CE

#FEF2CE
(254,242,206)
#FEF3D2
(254,243,210)
#FEF4D6
(254,244,214)
#FEF5DA
(254,245,218)
#FEF6DE
(254,246,222)
#FEF7E2
(254,247,226)
#FEF8E6
(254,248,230)
#FEF9EA
(254,249,234)
#FEFAEE
(254,250,238)
#FEFBF2
(254,251,242)
#FEFCF6
(254,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF2CE; }

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

This text font color is #FEF2CE.


Background Color

.myBgColor { background-color: #FEF2CE; }

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

This div background color is #FEF2CE.


Border color

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

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

This div border color is #FEF2CE.


Opacity

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

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

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

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

This text has shadow with #FEF2CE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FEF2CE on black background.


Color preview on white background

This text has color #FEF2CE on white background.



Black color preview on #FEF2CE background

This text has black color on #FEF2CE background.


White color preview on #FEF2CE background

This text has white color on #FEF2CE background.