COLOR #FEF8D9

HEX: #FEF8D9
RGB: (254,248,217)

Color info

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

RGB color model

#FEF8D9 color RGB value is (254,248,217).

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

RGB channels and saturation

R 254 of 255 = 100%
G 248 of 255 = 97%
B 217 of 255 = 85%

254
248
217

R + G + B ~ 94%. #FEF8D9 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 248 + 217 = 719 (100%)
R 254 of 719 ~ 35.33%
G 248 of 719 ~ 34.49%
B 217 of 719 ~ 30.18%

%35.33
%34.49
%30.18

CMYK color model

#FEF8D9 color CMYK value is (0,2,15,0).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 14.57%
  • key color value is 0.39%
CMYK:
(0,2,15,0)
C0M2Y15K0 
(0%,2%,15%,0%)
(0.00/0.02/0.15/0.00)	

CMYK percentages

%0
%2.36
%14.57
%0.39

Codes

Color #FEF8D9 in popluar color models

FEF8D9
RGB254248217
HSL50°94.87%92.35%
HSB/HSV50°14.57%99.61%
CMYK0.00%2.36%14.57%
0.39%

Color #FEF8D9 in popluar number systems.

HEXFEF8D9
Decimal254248217
Binary111111101111100011011001
Octal376370331

Shades and tints

Shades of #FEF8D9

#FEF8D9
(254,248,217)
#E7E2C6
(231,226,198)
#D0CCB3
(208,204,179)
#B9B6A0
(185,182,160)
#A2A08D
(162,160,141)
#8B8A7A
(139,138,122)
#747467
(116,116,103)
#5D5E54
(93,94,84)
#464841
(70,72,65)
#2F322E
(47,50,46)
#181C1B
(24,28,27)
#000000
(0,0,0)

Tints of #FEF8D9

#FEF8D9
(254,248,217)
#FEF8DC
(254,248,220)
#FEF8DF
(254,248,223)
#FEF8E2
(254,248,226)
#FEF8E5
(254,248,229)
#FEF8E8
(254,248,232)
#FEF8EB
(254,248,235)
#FEF8EE
(254,248,238)
#FEF8F1
(254,248,241)
#FEF8F4
(254,248,244)
#FEF8F7
(254,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF8D9; }

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

This text font color is #FEF8D9.


Background Color

.myBgColor { background-color: #FEF8D9; }

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

This div background color is #FEF8D9.


Border color

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

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

This div border color is #FEF8D9.


Opacity

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

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

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

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

This text has shadow with #FEF8D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF8D9 on black background.


Color preview on white background

This text has color #FEF8D9 on white background.



Black color preview on #FEF8D9 background

This text has black color on #FEF8D9 background.


White color preview on #FEF8D9 background

This text has white color on #FEF8D9 background.