COLOR #FCFEDE

HEX: #FCFEDE
RGB: (252,254,222)

Color info

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

RGB color model

#FCFEDE color RGB value is (252,254,222).

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

RGB channels and saturation

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

252
254
222

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

Portions of RGB colors in percentages

R + G + B =
252 + 254 + 222 = 728 (100%)
R 252 of 728 ~ 34.62%
G 254 of 728 ~ 34.89%
B 222 of 728 ~ 30.49%

%34.62
%34.89
%30.49

CMYK color model

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

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

CMYK percentages

%0.79
%0
%12.6
%0.39

Codes

Color #FCFEDE in popluar color models

FCFEDE
RGB252254222
HSL64°94.12%93.33%
HSB/HSV64°12.60%99.61%
CMYK0.79%0.00%12.60%
0.39%

Color #FCFEDE in popluar number systems.

HEXFCFEDE
Decimal252254222
Binary111111001111111011011110
Octal374376336

Shades and tints

Shades of #FCFEDE

#FCFEDE
(252,254,222)
#E6E7CA
(230,231,202)
#D0D0B6
(208,208,182)
#BAB9A2
(186,185,162)
#A4A28E
(164,162,142)
#8E8B7A
(142,139,122)
#787466
(120,116,102)
#625D52
(98,93,82)
#4C463E
(76,70,62)
#362F2A
(54,47,42)
#201816
(32,24,22)
#000000
(0,0,0)

Tints of #FCFEDE

#FCFEDE
(252,254,222)
#FCFEE1
(252,254,225)
#FCFEE4
(252,254,228)
#FCFEE7
(252,254,231)
#FCFEEA
(252,254,234)
#FCFEED
(252,254,237)
#FCFEF0
(252,254,240)
#FCFEF3
(252,254,243)
#FCFEF6
(252,254,246)
#FCFEF9
(252,254,249)
#FCFEFC
(252,254,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFEDE; }

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

This text font color is #FCFEDE.


Background Color

.myBgColor { background-color: #FCFEDE; }

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

This div background color is #FCFEDE.


Border color

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

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

This div border color is #FCFEDE.


Opacity

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

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

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

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

This text has shadow with #FCFEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFEDE on black background.


Color preview on white background

This text has color #FCFEDE on white background.



Black color preview on #FCFEDE background

This text has black color on #FCFEDE background.


White color preview on #FCFEDE background

This text has white color on #FCFEDE background.