COLOR #FEFCE8

HEX: #FEFCE8
RGB: (254,252,232)

Color info

#FEFCE8 contains red, green and blue colors in about the same proportion. Web safe color of #FEFCE8 is #FFFFFF (or #FFF).

RGB color model

#FEFCE8 color RGB value is (254,252,232).

  • red value is 254;
  • green value is 252;
  • blue value is 232.
RGB:
(254,252,232)
(100%,99%,91%)

RGB channels and saturation

R 254 of 255 = 100%
G 252 of 255 = 99%
B 232 of 255 = 91%

254
252
232

R + G + B ~ 97%. #FEFCE8 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 252 + 232 = 738 (100%)
R 254 of 738 ~ 34.42%
G 252 of 738 ~ 34.15%
B 232 of 738 ~ 31.44%

%34.42
%34.15
%31.44

CMYK color model

#FEFCE8 color CMYK value is (0,1,9,0).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 8.66%
  • key color value is 0.39%
CMYK:
(0,1,9,0)
C0M1Y9K0 
(0%,1%,9%,0%)
(0.00/0.01/0.09/0.00)	

CMYK percentages

%0
%0.79
%8.66
%0.39

Codes

Color #FEFCE8 in popluar color models

FEFCE8
RGB254252232
HSL55°91.67%95.29%
HSB/HSV55°8.66%99.61%
CMYK0.00%0.79%8.66%
0.39%

Color #FEFCE8 in popluar number systems.

HEXFEFCE8
Decimal254252232
Binary111111101111110011101000
Octal376374350

Shades and tints

Shades of #FEFCE8

#FEFCE8
(254,252,232)
#E7E6D3
(231,230,211)
#D0D0BE
(208,208,190)
#B9BAA9
(185,186,169)
#A2A494
(162,164,148)
#8B8E7F
(139,142,127)
#74786A
(116,120,106)
#5D6255
(93,98,85)
#464C40
(70,76,64)
#2F362B
(47,54,43)
#182016
(24,32,22)
#000000
(0,0,0)

Tints of #FEFCE8

#FEFCE8
(254,252,232)
#FEFCEA
(254,252,234)
#FEFCEC
(254,252,236)
#FEFCEE
(254,252,238)
#FEFCF0
(254,252,240)
#FEFCF2
(254,252,242)
#FEFCF4
(254,252,244)
#FEFCF6
(254,252,246)
#FEFCF8
(254,252,248)
#FEFCFA
(254,252,250)
#FEFCFC
(254,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEFCE8 color. Also use rgb(254,252,232) instead hex code.

Text Font Color

.myTextColor { color: #FEFCE8; }

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

This text font color is #FEFCE8.


Background Color

.myBgColor { background-color: #FEFCE8; }

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

This div background color is #FEFCE8.


Border color

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

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

This div border color is #FEFCE8.


Opacity

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

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

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

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

This text has shadow with #FEFCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFCE8 on black background.


Color preview on white background

This text has color #FEFCE8 on white background.



Black color preview on #FEFCE8 background

This text has black color on #FEFCE8 background.


White color preview on #FEFCE8 background

This text has white color on #FEFCE8 background.