COLOR #FEF7D0

HEX: #FEF7D0
RGB: (254,247,208)

Color info

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

RGB color model

#FEF7D0 color RGB value is (254,247,208).

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

RGB channels and saturation

R 254 of 255 = 100%
G 247 of 255 = 97%
B 208 of 255 = 82%

254
247
208

R + G + B ~ 93%. #FEF7D0 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 247 + 208 = 709 (100%)
R 254 of 709 ~ 35.83%
G 247 of 709 ~ 34.84%
B 208 of 709 ~ 29.34%

%35.83
%34.84
%29.34

CMYK color model

#FEF7D0 color CMYK value is (0,3,18,0).

  • cyan value is 0.00%
  • magenta value is 2.76%
  • yellow value is 18.11%
  • key color value is 0.39%
CMYK:
(0,3,18,0)
C0M3Y18K0 
(0%,3%,18%,0%)
(0.00/0.03/0.18/0.00)	

CMYK percentages

%0
%2.76
%18.11
%0.39

Codes

Color #FEF7D0 in popluar color models

FEF7D0
RGB254247208
HSL51°95.83%90.59%
HSB/HSV51°18.11%99.61%
CMYK0.00%2.76%18.11%
0.39%

Color #FEF7D0 in popluar number systems.

HEXFEF7D0
Decimal254247208
Binary111111101111011111010000
Octal376367320

Shades and tints

Shades of #FEF7D0

#FEF7D0
(254,247,208)
#E7E1BE
(231,225,190)
#D0CBAC
(208,203,172)
#B9B59A
(185,181,154)
#A29F88
(162,159,136)
#8B8976
(139,137,118)
#747364
(116,115,100)
#5D5D52
(93,93,82)
#464740
(70,71,64)
#2F312E
(47,49,46)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #FEF7D0

#FEF7D0
(254,247,208)
#FEF7D4
(254,247,212)
#FEF7D8
(254,247,216)
#FEF7DC
(254,247,220)
#FEF7E0
(254,247,224)
#FEF7E4
(254,247,228)
#FEF7E8
(254,247,232)
#FEF7EC
(254,247,236)
#FEF7F0
(254,247,240)
#FEF7F4
(254,247,244)
#FEF7F8
(254,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF7D0; }

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

This text font color is #FEF7D0.


Background Color

.myBgColor { background-color: #FEF7D0; }

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

This div background color is #FEF7D0.


Border color

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

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

This div border color is #FEF7D0.


Opacity

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

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

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

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

This text has shadow with #FEF7D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF7D0 on black background.


Color preview on white background

This text has color #FEF7D0 on white background.



Black color preview on #FEF7D0 background

This text has black color on #FEF7D0 background.


White color preview on #FEF7D0 background

This text has white color on #FEF7D0 background.