COLOR #FEFCEE

HEX: #FEFCEE
RGB: (254,252,238)

Color info

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

RGB color model

#FEFCEE color RGB value is (254,252,238).

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

RGB channels and saturation

R 254 of 255 = 100%
G 252 of 255 = 99%
B 238 of 255 = 93%

254
252
238

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

Portions of RGB colors in percentages

R + G + B =
254 + 252 + 238 = 744 (100%)
R 254 of 744 ~ 34.14%
G 252 of 744 ~ 33.87%
B 238 of 744 ~ 31.99%

%34.14
%33.87
%31.99

CMYK color model

#FEFCEE color CMYK value is (0,1,6,0).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 6.30%
  • key color value is 0.39%
CMYK:
(0,1,6,0)
C0M1Y6K0 
(0%,1%,6%,0%)
(0.00/0.01/0.06/0.00)	

CMYK percentages

%0
%0.79
%6.3
%0.39

Codes

Color #FEFCEE in popluar color models

FEFCEE
RGB254252238
HSL53°88.89%96.47%
HSB/HSV53°6.30%99.61%
CMYK0.00%0.79%6.30%
0.39%

Color #FEFCEE in popluar number systems.

HEXFEFCEE
Decimal254252238
Binary111111101111110011101110
Octal376374356

Shades and tints

Shades of #FEFCEE

#FEFCEE
(254,252,238)
#E7E6D9
(231,230,217)
#D0D0C4
(208,208,196)
#B9BAAF
(185,186,175)
#A2A49A
(162,164,154)
#8B8E85
(139,142,133)
#747870
(116,120,112)
#5D625B
(93,98,91)
#464C46
(70,76,70)
#2F3631
(47,54,49)
#18201C
(24,32,28)
#000000
(0,0,0)

Tints of #FEFCEE

#FEFCEE
(254,252,238)
#FEFCEF
(254,252,239)
#FEFCF0
(254,252,240)
#FEFCF1
(254,252,241)
#FEFCF2
(254,252,242)
#FEFCF3
(254,252,243)
#FEFCF4
(254,252,244)
#FEFCF5
(254,252,245)
#FEFCF6
(254,252,246)
#FEFCF7
(254,252,247)
#FEFCF8
(254,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFCEE; }

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

This text font color is #FEFCEE.


Background Color

.myBgColor { background-color: #FEFCEE; }

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

This div background color is #FEFCEE.


Border color

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

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

This div border color is #FEFCEE.


Opacity

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

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

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

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

This text has shadow with #FEFCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFCEE on black background.


Color preview on white background

This text has color #FEFCEE on white background.



Black color preview on #FEFCEE background

This text has black color on #FEFCEE background.


White color preview on #FEFCEE background

This text has white color on #FEFCEE background.