COLOR #FCFAE1

HEX: #FCFAE1
RGB: (252,250,225)

Color info

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

RGB color model

#FCFAE1 color RGB value is (252,250,225).

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

RGB channels and saturation

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

252
250
225

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

Portions of RGB colors in percentages

R + G + B =
252 + 250 + 225 = 727 (100%)
R 252 of 727 ~ 34.66%
G 250 of 727 ~ 34.39%
B 225 of 727 ~ 30.95%

%34.66
%34.39
%30.95

CMYK color model

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

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

CMYK percentages

%0
%0.79
%10.71
%1.18

Codes

Color #FCFAE1 in popluar color models

FCFAE1
RGB252250225
HSL56°81.82%93.53%
HSB/HSV56°10.71%98.82%
CMYK0.00%0.79%10.71%
1.18%

Color #FCFAE1 in popluar number systems.

HEXFCFAE1
Decimal252250225
Binary111111001111101011100001
Octal374372341

Shades and tints

Shades of #FCFAE1

#FCFAE1
(252,250,225)
#E6E4CD
(230,228,205)
#D0CEB9
(208,206,185)
#BAB8A5
(186,184,165)
#A4A291
(164,162,145)
#8E8C7D
(142,140,125)
#787669
(120,118,105)
#626055
(98,96,85)
#4C4A41
(76,74,65)
#36342D
(54,52,45)
#201E19
(32,30,25)
#000000
(0,0,0)

Tints of #FCFAE1

#FCFAE1
(252,250,225)
#FCFAE3
(252,250,227)
#FCFAE5
(252,250,229)
#FCFAE7
(252,250,231)
#FCFAE9
(252,250,233)
#FCFAEB
(252,250,235)
#FCFAED
(252,250,237)
#FCFAEF
(252,250,239)
#FCFAF1
(252,250,241)
#FCFAF3
(252,250,243)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFAE1; }

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

This text font color is #FCFAE1.


Background Color

.myBgColor { background-color: #FCFAE1; }

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

This div background color is #FCFAE1.


Border color

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

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

This div border color is #FCFAE1.


Opacity

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

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

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

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

This text has shadow with #FCFAE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFAE1 on black background.


Color preview on white background

This text has color #FCFAE1 on white background.



Black color preview on #FCFAE1 background

This text has black color on #FCFAE1 background.


White color preview on #FCFAE1 background

This text has white color on #FCFAE1 background.