COLOR #FEF8DF

HEX: #FEF8DF
RGB: (254,248,223)

Color info

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

RGB color model

#FEF8DF color RGB value is (254,248,223).

  • red value is 254;
  • green value is 248;
  • blue value is 223.
RGB:
(254,248,223)
(100%,97%,87%)

RGB channels and saturation

R 254 of 255 = 100%
G 248 of 255 = 97%
B 223 of 255 = 87%

254
248
223

R + G + B ~ 95%. #FEF8DF is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 248 + 223 = 725 (100%)
R 254 of 725 ~ 35.03%
G 248 of 725 ~ 34.21%
B 223 of 725 ~ 30.76%

%35.03
%34.21
%30.76

CMYK color model

#FEF8DF color CMYK value is (0,2,12,0).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 12.20%
  • key color value is 0.39%
CMYK:
(0,2,12,0)
C0M2Y12K0 
(0%,2%,12%,0%)
(0.00/0.02/0.12/0.00)	

CMYK percentages

%0
%2.36
%12.2
%0.39

Codes

Color #FEF8DF in popluar color models

FEF8DF
RGB254248223
HSL48°93.94%93.53%
HSB/HSV48°12.20%99.61%
CMYK0.00%2.36%12.20%
0.39%

Color #FEF8DF in popluar number systems.

HEXFEF8DF
Decimal254248223
Binary111111101111100011011111
Octal376370337

Shades and tints

Shades of #FEF8DF

#FEF8DF
(254,248,223)
#E7E2CB
(231,226,203)
#D0CCB7
(208,204,183)
#B9B6A3
(185,182,163)
#A2A08F
(162,160,143)
#8B8A7B
(139,138,123)
#747467
(116,116,103)
#5D5E53
(93,94,83)
#46483F
(70,72,63)
#2F322B
(47,50,43)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #FEF8DF

#FEF8DF
(254,248,223)
#FEF8E1
(254,248,225)
#FEF8E3
(254,248,227)
#FEF8E5
(254,248,229)
#FEF8E7
(254,248,231)
#FEF8E9
(254,248,233)
#FEF8EB
(254,248,235)
#FEF8ED
(254,248,237)
#FEF8EF
(254,248,239)
#FEF8F1
(254,248,241)
#FEF8F3
(254,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF8DF color. Also use rgb(254,248,223) instead hex code.

Text Font Color

.myTextColor { color: #FEF8DF; }

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

This text font color is #FEF8DF.


Background Color

.myBgColor { background-color: #FEF8DF; }

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

This div background color is #FEF8DF.


Border color

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

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

This div border color is #FEF8DF.


Opacity

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

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

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

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

This text has shadow with #FEF8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF8DF on black background.


Color preview on white background

This text has color #FEF8DF on white background.



Black color preview on #FEF8DF background

This text has black color on #FEF8DF background.


White color preview on #FEF8DF background

This text has white color on #FEF8DF background.