COLOR #FEF4CE

HEX: #FEF4CE
RGB: (254,244,206)

Color info

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

RGB color model

#FEF4CE color RGB value is (254,244,206).

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

RGB channels and saturation

R 254 of 255 = 100%
G 244 of 255 = 96%
B 206 of 255 = 81%

254
244
206

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

Portions of RGB colors in percentages

R + G + B =
254 + 244 + 206 = 704 (100%)
R 254 of 704 ~ 36.08%
G 244 of 704 ~ 34.66%
B 206 of 704 ~ 29.26%

%36.08
%34.66
%29.26

CMYK color model

#FEF4CE color CMYK value is (0,4,19,0).

  • cyan value is 0.00%
  • magenta value is 3.94%
  • yellow value is 18.90%
  • key color value is 0.39%
CMYK:
(0,4,19,0)
C0M4Y19K0 
(0%,4%,19%,0%)
(0.00/0.04/0.19/0.00)	

CMYK percentages

%0
%3.94
%18.9
%0.39

Codes

Color #FEF4CE in popluar color models

FEF4CE
RGB254244206
HSL48°96.00%90.20%
HSB/HSV48°18.90%99.61%
CMYK0.00%3.94%18.90%
0.39%

Color #FEF4CE in popluar number systems.

HEXFEF4CE
Decimal254244206
Binary111111101111010011001110
Octal376364316

Shades and tints

Shades of #FEF4CE

#FEF4CE
(254,244,206)
#E7DEBC
(231,222,188)
#D0C8AA
(208,200,170)
#B9B298
(185,178,152)
#A29C86
(162,156,134)
#8B8674
(139,134,116)
#747062
(116,112,98)
#5D5A50
(93,90,80)
#46443E
(70,68,62)
#2F2E2C
(47,46,44)
#18181A
(24,24,26)
#000000
(0,0,0)

Tints of #FEF4CE

#FEF4CE
(254,244,206)
#FEF5D2
(254,245,210)
#FEF6D6
(254,246,214)
#FEF7DA
(254,247,218)
#FEF8DE
(254,248,222)
#FEF9E2
(254,249,226)
#FEFAE6
(254,250,230)
#FEFBEA
(254,251,234)
#FEFCEE
(254,252,238)
#FEFDF2
(254,253,242)
#FEFEF6
(254,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF4CE; }

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

This text font color is #FEF4CE.


Background Color

.myBgColor { background-color: #FEF4CE; }

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

This div background color is #FEF4CE.


Border color

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

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

This div border color is #FEF4CE.


Opacity

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

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

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

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

This text has shadow with #FEF4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF4CE on black background.


Color preview on white background

This text has color #FEF4CE on white background.



Black color preview on #FEF4CE background

This text has black color on #FEF4CE background.


White color preview on #FEF4CE background

This text has white color on #FEF4CE background.