COLOR #FEF6D7

HEX: #FEF6D7
RGB: (254,246,215)

Color info

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

RGB color model

#FEF6D7 color RGB value is (254,246,215).

  • red value is 254;
  • green value is 246;
  • blue value is 215.
RGB:
(254,246,215)
(100%,96%,84%)

RGB channels and saturation

R 254 of 255 = 100%
G 246 of 255 = 96%
B 215 of 255 = 84%

254
246
215

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

Portions of RGB colors in percentages

R + G + B =
254 + 246 + 215 = 715 (100%)
R 254 of 715 ~ 35.52%
G 246 of 715 ~ 34.41%
B 215 of 715 ~ 30.07%

%35.52
%34.41
%30.07

CMYK color model

#FEF6D7 color CMYK value is (0,3,15,0).

  • cyan value is 0.00%
  • magenta value is 3.15%
  • yellow value is 15.35%
  • key color value is 0.39%
CMYK:
(0,3,15,0)
C0M3Y15K0 
(0%,3%,15%,0%)
(0.00/0.03/0.15/0.00)	

CMYK percentages

%0
%3.15
%15.35
%0.39

Codes

Color #FEF6D7 in popluar color models

FEF6D7
RGB254246215
HSL48°95.12%91.96%
HSB/HSV48°15.35%99.61%
CMYK0.00%3.15%15.35%
0.39%

Color #FEF6D7 in popluar number systems.

HEXFEF6D7
Decimal254246215
Binary111111101111011011010111
Octal376366327

Shades and tints

Shades of #FEF6D7

#FEF6D7
(254,246,215)
#E7E0C4
(231,224,196)
#D0CAB1
(208,202,177)
#B9B49E
(185,180,158)
#A29E8B
(162,158,139)
#8B8878
(139,136,120)
#747265
(116,114,101)
#5D5C52
(93,92,82)
#46463F
(70,70,63)
#2F302C
(47,48,44)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #FEF6D7

#FEF6D7
(254,246,215)
#FEF6DA
(254,246,218)
#FEF6DD
(254,246,221)
#FEF6E0
(254,246,224)
#FEF6E3
(254,246,227)
#FEF6E6
(254,246,230)
#FEF6E9
(254,246,233)
#FEF6EC
(254,246,236)
#FEF6EF
(254,246,239)
#FEF6F2
(254,246,242)
#FEF6F5
(254,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEF6D7 color. Also use rgb(254,246,215) instead hex code.

Text Font Color

.myTextColor { color: #FEF6D7; }

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

This text font color is #FEF6D7.


Background Color

.myBgColor { background-color: #FEF6D7; }

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

This div background color is #FEF6D7.


Border color

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

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

This div border color is #FEF6D7.


Opacity

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

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

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

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

This text has shadow with #FEF6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF6D7 on black background.


Color preview on white background

This text has color #FEF6D7 on white background.



Black color preview on #FEF6D7 background

This text has black color on #FEF6D7 background.


White color preview on #FEF6D7 background

This text has white color on #FEF6D7 background.