COLOR #FEFCDD

HEX: #FEFCDD
RGB: (254,252,221)

Color info

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

RGB color model

#FEFCDD color RGB value is (254,252,221).

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

RGB channels and saturation

R 254 of 255 = 100%
G 252 of 255 = 99%
B 221 of 255 = 87%

254
252
221

R + G + B ~ 95%. #FEFCDD is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 252 + 221 = 727 (100%)
R 254 of 727 ~ 34.94%
G 252 of 727 ~ 34.66%
B 221 of 727 ~ 30.4%

%34.94
%34.66
%30.4

CMYK color model

#FEFCDD color CMYK value is (0,1,13,0).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 12.99%
  • key color value is 0.39%
CMYK:
(0,1,13,0)
C0M1Y13K0 
(0%,1%,13%,0%)
(0.00/0.01/0.13/0.00)	

CMYK percentages

%0
%0.79
%12.99
%0.39

Codes

Color #FEFCDD in popluar color models

FEFCDD
RGB254252221
HSL56°94.29%93.14%
HSB/HSV56°12.99%99.61%
CMYK0.00%0.79%12.99%
0.39%

Color #FEFCDD in popluar number systems.

HEXFEFCDD
Decimal254252221
Binary111111101111110011011101
Octal376374335

Shades and tints

Shades of #FEFCDD

#FEFCDD
(254,252,221)
#E7E6C9
(231,230,201)
#D0D0B5
(208,208,181)
#B9BAA1
(185,186,161)
#A2A48D
(162,164,141)
#8B8E79
(139,142,121)
#747865
(116,120,101)
#5D6251
(93,98,81)
#464C3D
(70,76,61)
#2F3629
(47,54,41)
#182015
(24,32,21)
#000000
(0,0,0)

Tints of #FEFCDD

#FEFCDD
(254,252,221)
#FEFCE0
(254,252,224)
#FEFCE3
(254,252,227)
#FEFCE6
(254,252,230)
#FEFCE9
(254,252,233)
#FEFCEC
(254,252,236)
#FEFCEF
(254,252,239)
#FEFCF2
(254,252,242)
#FEFCF5
(254,252,245)
#FEFCF8
(254,252,248)
#FEFCFB
(254,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEFCDD; }

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

This text font color is #FEFCDD.


Background Color

.myBgColor { background-color: #FEFCDD; }

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

This div background color is #FEFCDD.


Border color

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

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

This div border color is #FEFCDD.


Opacity

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

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

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

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

This text has shadow with #FEFCDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEFCDD on black background.


Color preview on white background

This text has color #FEFCDD on white background.



Black color preview on #FEFCDD background

This text has black color on #FEFCDD background.


White color preview on #FEFCDD background

This text has white color on #FEFCDD background.