COLOR #FCFCE1

HEX: #FCFCE1
RGB: (252,252,225)

Color info

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

RGB color model

#FCFCE1 color RGB value is (252,252,225).

  • red value is 252;
  • green value is 252;
  • blue value is 225.
RGB:
(252,252,225)
(99%,99%,88%)

RGB channels and saturation

R 252 of 255 = 99%
G 252 of 255 = 99%
B 225 of 255 = 88%

252
252
225

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

Portions of RGB colors in percentages

R + G + B =
252 + 252 + 225 = 729 (100%)
R 252 of 729 ~ 34.57%
G 252 of 729 ~ 34.57%
B 225 of 729 ~ 30.86%

%34.57
%34.57
%30.86

CMYK color model

#FCFCE1 color CMYK value is (0,0,11,1).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 1.18%
CMYK:
(0,0,11,1)
C0M0Y11K1 
(0%,0%,11%,1%)
(0.00/0.00/0.11/0.01)	

CMYK percentages

%0
%0
%10.71
%1.18

Codes

Color #FCFCE1 in popluar color models

FCFCE1
RGB252252225
HSL60°81.82%93.53%
HSB/HSV60°10.71%98.82%
CMYK0.00%0.00%10.71%
1.18%

Color #FCFCE1 in popluar number systems.

HEXFCFCE1
Decimal252252225
Binary111111001111110011100001
Octal374374341

Shades and tints

Shades of #FCFCE1

#FCFCE1
(252,252,225)
#E6E6CD
(230,230,205)
#D0D0B9
(208,208,185)
#BABAA5
(186,186,165)
#A4A491
(164,164,145)
#8E8E7D
(142,142,125)
#787869
(120,120,105)
#626255
(98,98,85)
#4C4C41
(76,76,65)
#36362D
(54,54,45)
#202019
(32,32,25)
#000000
(0,0,0)

Tints of #FCFCE1

#FCFCE1
(252,252,225)
#FCFCE3
(252,252,227)
#FCFCE5
(252,252,229)
#FCFCE7
(252,252,231)
#FCFCE9
(252,252,233)
#FCFCEB
(252,252,235)
#FCFCED
(252,252,237)
#FCFCEF
(252,252,239)
#FCFCF1
(252,252,241)
#FCFCF3
(252,252,243)
#FCFCF5
(252,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFCE1; }

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

This text font color is #FCFCE1.


Background Color

.myBgColor { background-color: #FCFCE1; }

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

This div background color is #FCFCE1.


Border color

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

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

This div border color is #FCFCE1.


Opacity

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

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

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

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

This text has shadow with #FCFCE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFCE1 on black background.


Color preview on white background

This text has color #FCFCE1 on white background.



Black color preview on #FCFCE1 background

This text has black color on #FCFCE1 background.


White color preview on #FCFCE1 background

This text has white color on #FCFCE1 background.