COLOR #FEF7DA

HEX: #FEF7DA
RGB: (254,247,218)

Color info

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

RGB color model

#FEF7DA color RGB value is (254,247,218).

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

RGB channels and saturation

R 254 of 255 = 100%
G 247 of 255 = 97%
B 218 of 255 = 85%

254
247
218

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

Portions of RGB colors in percentages

R + G + B =
254 + 247 + 218 = 719 (100%)
R 254 of 719 ~ 35.33%
G 247 of 719 ~ 34.35%
B 218 of 719 ~ 30.32%

%35.33
%34.35
%30.32

CMYK color model

#FEF7DA color CMYK value is (0,3,14,0).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 14.17%
  • key color value is 0.39%
CMYK:
(0,3,14,0)
C0M3Y14K0 
(0%,3%,14%,0%)
(0.00/0.03/0.14/0.00)	

CMYK percentages

%0
%2.76
%14.17
%0.39

Codes

Color #FEF7DA in popluar color models

FEF7DA
RGB254247218
HSL48°94.74%92.55%
HSB/HSV48°14.17%99.61%
CMYK0.00%2.76%14.17%
0.39%

Color #FEF7DA in popluar number systems.

HEXFEF7DA
Decimal254247218
Binary111111101111011111011010
Octal376367332

Shades and tints

Shades of #FEF7DA

#FEF7DA
(254,247,218)
#E7E1C7
(231,225,199)
#D0CBB4
(208,203,180)
#B9B5A1
(185,181,161)
#A29F8E
(162,159,142)
#8B897B
(139,137,123)
#747368
(116,115,104)
#5D5D55
(93,93,85)
#464742
(70,71,66)
#2F312F
(47,49,47)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #FEF7DA

#FEF7DA
(254,247,218)
#FEF7DD
(254,247,221)
#FEF7E0
(254,247,224)
#FEF7E3
(254,247,227)
#FEF7E6
(254,247,230)
#FEF7E9
(254,247,233)
#FEF7EC
(254,247,236)
#FEF7EF
(254,247,239)
#FEF7F2
(254,247,242)
#FEF7F5
(254,247,245)
#FEF7F8
(254,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF7DA color. Also use rgb(254,247,218) instead hex code.

Text Font Color

.myTextColor { color: #FEF7DA; }

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

This text font color is #FEF7DA.


Background Color

.myBgColor { background-color: #FEF7DA; }

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

This div background color is #FEF7DA.


Border color

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

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

This div border color is #FEF7DA.


Opacity

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

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

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

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

This text has shadow with #FEF7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF7DA on black background.


Color preview on white background

This text has color #FEF7DA on white background.



Black color preview on #FEF7DA background

This text has black color on #FEF7DA background.


White color preview on #FEF7DA background

This text has white color on #FEF7DA background.