COLOR #FEFAE7

HEX: #FEFAE7
RGB: (254,250,231)

Color info

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

RGB color model

#FEFAE7 color RGB value is (254,250,231).

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

RGB channels and saturation

R 254 of 255 = 100%
G 250 of 255 = 98%
B 231 of 255 = 91%

254
250
231

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

Portions of RGB colors in percentages

R + G + B =
254 + 250 + 231 = 735 (100%)
R 254 of 735 ~ 34.56%
G 250 of 735 ~ 34.01%
B 231 of 735 ~ 31.43%

%34.56
%34.01
%31.43

CMYK color model

#FEFAE7 color CMYK value is (0,2,9,0).

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 9.06%
  • key color value is 0.39%
CMYK:
(0,2,9,0)
C0M2Y9K0 
(0%,2%,9%,0%)
(0.00/0.02/0.09/0.00)	

CMYK percentages

%0
%1.57
%9.06
%0.39

Codes

Color #FEFAE7 in popluar color models

FEFAE7
RGB254250231
HSL50°92.00%95.10%
HSB/HSV50°9.06%99.61%
CMYK0.00%1.57%9.06%
0.39%

Color #FEFAE7 in popluar number systems.

HEXFEFAE7
Decimal254250231
Binary111111101111101011100111
Octal376372347

Shades and tints

Shades of #FEFAE7

#FEFAE7
(254,250,231)
#E7E4D2
(231,228,210)
#D0CEBD
(208,206,189)
#B9B8A8
(185,184,168)
#A2A293
(162,162,147)
#8B8C7E
(139,140,126)
#747669
(116,118,105)
#5D6054
(93,96,84)
#464A3F
(70,74,63)
#2F342A
(47,52,42)
#181E15
(24,30,21)
#000000
(0,0,0)

Tints of #FEFAE7

#FEFAE7
(254,250,231)
#FEFAE9
(254,250,233)
#FEFAEB
(254,250,235)
#FEFAED
(254,250,237)
#FEFAEF
(254,250,239)
#FEFAF1
(254,250,241)
#FEFAF3
(254,250,243)
#FEFAF5
(254,250,245)
#FEFAF7
(254,250,247)
#FEFAF9
(254,250,249)
#FEFAFB
(254,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFAE7; }

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

This text font color is #FEFAE7.


Background Color

.myBgColor { background-color: #FEFAE7; }

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

This div background color is #FEFAE7.


Border color

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

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

This div border color is #FEFAE7.


Opacity

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

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

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

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

This text has shadow with #FEFAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFAE7 on black background.


Color preview on white background

This text has color #FEFAE7 on white background.



Black color preview on #FEFAE7 background

This text has black color on #FEFAE7 background.


White color preview on #FEFAE7 background

This text has white color on #FEFAE7 background.