COLOR #FEF7CE

HEX: #FEF7CE
RGB: (254,247,206)

Color info

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

RGB color model

#FEF7CE color RGB value is (254,247,206).

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

RGB channels and saturation

R 254 of 255 = 100%
G 247 of 255 = 97%
B 206 of 255 = 81%

254
247
206

R + G + B ~ 93%. #FEF7CE is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 247 + 206 = 707 (100%)
R 254 of 707 ~ 35.93%
G 247 of 707 ~ 34.94%
B 206 of 707 ~ 29.14%

%35.93
%34.94
%29.14

CMYK color model

#FEF7CE color CMYK value is (0,3,19,0).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 18.90%
  • key color value is 0.39%
CMYK:
(0,3,19,0)
C0M3Y19K0 
(0%,3%,19%,0%)
(0.00/0.03/0.19/0.00)	

CMYK percentages

%0
%2.76
%18.9
%0.39

Codes

Color #FEF7CE in popluar color models

FEF7CE
RGB254247206
HSL51°96.00%90.20%
HSB/HSV51°18.90%99.61%
CMYK0.00%2.76%18.90%
0.39%

Color #FEF7CE in popluar number systems.

HEXFEF7CE
Decimal254247206
Binary111111101111011111001110
Octal376367316

Shades and tints

Shades of #FEF7CE

#FEF7CE
(254,247,206)
#E7E1BC
(231,225,188)
#D0CBAA
(208,203,170)
#B9B598
(185,181,152)
#A29F86
(162,159,134)
#8B8974
(139,137,116)
#747362
(116,115,98)
#5D5D50
(93,93,80)
#46473E
(70,71,62)
#2F312C
(47,49,44)
#181B1A
(24,27,26)
#000000
(0,0,0)

Tints of #FEF7CE

#FEF7CE
(254,247,206)
#FEF7D2
(254,247,210)
#FEF7D6
(254,247,214)
#FEF7DA
(254,247,218)
#FEF7DE
(254,247,222)
#FEF7E2
(254,247,226)
#FEF7E6
(254,247,230)
#FEF7EA
(254,247,234)
#FEF7EE
(254,247,238)
#FEF7F2
(254,247,242)
#FEF7F6
(254,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF7CE; }

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

This text font color is #FEF7CE.


Background Color

.myBgColor { background-color: #FEF7CE; }

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

This div background color is #FEF7CE.


Border color

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

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

This div border color is #FEF7CE.


Opacity

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

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

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

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

This text has shadow with #FEF7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF7CE on black background.


Color preview on white background

This text has color #FEF7CE on white background.



Black color preview on #FEF7CE background

This text has black color on #FEF7CE background.


White color preview on #FEF7CE background

This text has white color on #FEF7CE background.