COLOR #FEF6C7

HEX: #FEF6C7
RGB: (254,246,199)

Color info

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

RGB color model

#FEF6C7 color RGB value is (254,246,199).

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

RGB channels and saturation

R 254 of 255 = 100%
G 246 of 255 = 96%
B 199 of 255 = 78%

254
246
199

R + G + B ~ 91%. #FEF6C7 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 246 + 199 = 699 (100%)
R 254 of 699 ~ 36.34%
G 246 of 699 ~ 35.19%
B 199 of 699 ~ 28.47%

%36.34
%35.19
%28.47

CMYK color model

#FEF6C7 color CMYK value is (0,3,22,0).

  • cyan value is 0.00%
  • magenta value is 3.15%
  • yellow value is 21.65%
  • key color value is 0.39%
CMYK:
(0,3,22,0)
C0M3Y22K0 
(0%,3%,22%,0%)
(0.00/0.03/0.22/0.00)	

CMYK percentages

%0
%3.15
%21.65
%0.39

Codes

Color #FEF6C7 in popluar color models

FEF6C7
RGB254246199
HSL51°96.49%88.82%
HSB/HSV51°21.65%99.61%
CMYK0.00%3.15%21.65%
0.39%

Color #FEF6C7 in popluar number systems.

HEXFEF6C7
Decimal254246199
Binary111111101111011011000111
Octal376366307

Shades and tints

Shades of #FEF6C7

#FEF6C7
(254,246,199)
#E7E0B5
(231,224,181)
#D0CAA3
(208,202,163)
#B9B491
(185,180,145)
#A29E7F
(162,158,127)
#8B886D
(139,136,109)
#74725B
(116,114,91)
#5D5C49
(93,92,73)
#464637
(70,70,55)
#2F3025
(47,48,37)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #FEF6C7

#FEF6C7
(254,246,199)
#FEF6CC
(254,246,204)
#FEF6D1
(254,246,209)
#FEF6D6
(254,246,214)
#FEF6DB
(254,246,219)
#FEF6E0
(254,246,224)
#FEF6E5
(254,246,229)
#FEF6EA
(254,246,234)
#FEF6EF
(254,246,239)
#FEF6F4
(254,246,244)
#FEF6F9
(254,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF6C7; }

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

This text font color is #FEF6C7.


Background Color

.myBgColor { background-color: #FEF6C7; }

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

This div background color is #FEF6C7.


Border color

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

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

This div border color is #FEF6C7.


Opacity

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

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

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

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

This text has shadow with #FEF6C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF6C7 on black background.


Color preview on white background

This text has color #FEF6C7 on white background.



Black color preview on #FEF6C7 background

This text has black color on #FEF6C7 background.


White color preview on #FEF6C7 background

This text has white color on #FEF6C7 background.