COLOR #FEFAEC

HEX: #FEFAEC
RGB: (254,250,236)

Color info

#FEFAEC contains red, green and blue colors in about the same proportion. Web safe color of #FEFAEC is #FFFFFF (or #FFF).

RGB color model

#FEFAEC color RGB value is (254,250,236).

  • red value is 254;
  • green value is 250;
  • blue value is 236.
RGB:
(254,250,236)
(100%,98%,93%)

RGB channels and saturation

R 254 of 255 = 100%
G 250 of 255 = 98%
B 236 of 255 = 93%

254
250
236

R + G + B ~ 97%. #FEFAEC is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 250 + 236 = 740 (100%)
R 254 of 740 ~ 34.32%
G 250 of 740 ~ 33.78%
B 236 of 740 ~ 31.89%

%34.32
%33.78
%31.89

CMYK color model

#FEFAEC color CMYK value is (0,2,7,0).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 7.09%
  • key color value is 0.39%
CMYK:
(0,2,7,0)
C0M2Y7K0 
(0%,2%,7%,0%)
(0.00/0.02/0.07/0.00)	

CMYK percentages

%0
%1.57
%7.09
%0.39

Codes

Color #FEFAEC in popluar color models

FEFAEC
RGB254250236
HSL47°90.00%96.08%
HSB/HSV47°7.09%99.61%
CMYK0.00%1.57%7.09%
0.39%

Color #FEFAEC in popluar number systems.

HEXFEFAEC
Decimal254250236
Binary111111101111101011101100
Octal376372354

Shades and tints

Shades of #FEFAEC

#FEFAEC
(254,250,236)
#E7E4D7
(231,228,215)
#D0CEC2
(208,206,194)
#B9B8AD
(185,184,173)
#A2A298
(162,162,152)
#8B8C83
(139,140,131)
#74766E
(116,118,110)
#5D6059
(93,96,89)
#464A44
(70,74,68)
#2F342F
(47,52,47)
#181E1A
(24,30,26)
#000000
(0,0,0)

Tints of #FEFAEC

#FEFAEC
(254,250,236)
#FEFAED
(254,250,237)
#FEFAEE
(254,250,238)
#FEFAEF
(254,250,239)
#FEFAF0
(254,250,240)
#FEFAF1
(254,250,241)
#FEFAF2
(254,250,242)
#FEFAF3
(254,250,243)
#FEFAF4
(254,250,244)
#FEFAF5
(254,250,245)
#FEFAF6
(254,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEFAEC color. Also use rgb(254,250,236) instead hex code.

Text Font Color

.myTextColor { color: #FEFAEC; }

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

This text font color is #FEFAEC.


Background Color

.myBgColor { background-color: #FEFAEC; }

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

This div background color is #FEFAEC.


Border color

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

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

This div border color is #FEFAEC.


Opacity

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

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

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

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

This text has shadow with #FEFAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFAEC on black background.


Color preview on white background

This text has color #FEFAEC on white background.



Black color preview on #FEFAEC background

This text has black color on #FEFAEC background.


White color preview on #FEFAEC background

This text has white color on #FEFAEC background.