COLOR #FEF8C1

HEX: #FEF8C1
RGB: (254,248,193)

Color info

#FEF8C1 contains mainly red and green colors. Web safe color of #FEF8C1 is #FFFFCC (or #FFC).

RGB color model

#FEF8C1 color RGB value is (254,248,193).

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

RGB channels and saturation

R 254 of 255 = 100%
G 248 of 255 = 97%
B 193 of 255 = 76%

254
248
193

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

Portions of RGB colors in percentages

R + G + B =
254 + 248 + 193 = 695 (100%)
R 254 of 695 ~ 36.55%
G 248 of 695 ~ 35.68%
B 193 of 695 ~ 27.77%

%36.55
%35.68
%27.77

CMYK color model

#FEF8C1 color CMYK value is (0,2,24,0).

  • cyan value is 0.00%
  • magenta value is 2.36%
  • yellow value is 24.02%
  • key color value is 0.39%
CMYK:
(0,2,24,0)
C0M2Y24K0 
(0%,2%,24%,0%)
(0.00/0.02/0.24/0.00)	

CMYK percentages

%0
%2.36
%24.02
%0.39

Codes

Color #FEF8C1 in popluar color models

FEF8C1
RGB254248193
HSL54°96.83%87.65%
HSB/HSV54°24.02%99.61%
CMYK0.00%2.36%24.02%
0.39%

Color #FEF8C1 in popluar number systems.

HEXFEF8C1
Decimal254248193
Binary111111101111100011000001
Octal376370301

Shades and tints

Shades of #FEF8C1

#FEF8C1
(254,248,193)
#E7E2B0
(231,226,176)
#D0CC9F
(208,204,159)
#B9B68E
(185,182,142)
#A2A07D
(162,160,125)
#8B8A6C
(139,138,108)
#74745B
(116,116,91)
#5D5E4A
(93,94,74)
#464839
(70,72,57)
#2F3228
(47,50,40)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #FEF8C1

#FEF8C1
(254,248,193)
#FEF8C6
(254,248,198)
#FEF8CB
(254,248,203)
#FEF8D0
(254,248,208)
#FEF8D5
(254,248,213)
#FEF8DA
(254,248,218)
#FEF8DF
(254,248,223)
#FEF8E4
(254,248,228)
#FEF8E9
(254,248,233)
#FEF8EE
(254,248,238)
#FEF8F3
(254,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEF8C1; }

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

This text font color is #FEF8C1.


Background Color

.myBgColor { background-color: #FEF8C1; }

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

This div background color is #FEF8C1.


Border color

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

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

This div border color is #FEF8C1.


Opacity

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

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

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

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

This text has shadow with #FEF8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEF8C1 on black background.


Color preview on white background

This text has color #FEF8C1 on white background.



Black color preview on #FEF8C1 background

This text has black color on #FEF8C1 background.


White color preview on #FEF8C1 background

This text has white color on #FEF8C1 background.