COLOR #FCF2AE

HEX: #FCF2AE
RGB: (252,242,174)

Color info

#FCF2AE contains mainly red and green colors. Web safe color of #FCF2AE is #FFFF99 (or #FF9).

RGB color model

#FCF2AE color RGB value is (252,242,174).

  • red value is 252;
  • green value is 242;
  • blue value is 174.
RGB:
(252,242,174)
(99%,95%,68%)

RGB channels and saturation

R 252 of 255 = 99%
G 242 of 255 = 95%
B 174 of 255 = 68%

252
242
174

R + G + B ~ 87%. #FCF2AE is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 242 + 174 = 668 (100%)
R 252 of 668 ~ 37.72%
G 242 of 668 ~ 36.23%
B 174 of 668 ~ 26.05%

%37.72
%36.23
%26.05

CMYK color model

#FCF2AE color CMYK value is (0,4,31,1).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 30.95%
  • key color value is 1.18%
CMYK:
(0,4,31,1)
C0M4Y31K1 
(0%,4%,31%,1%)
(0.00/0.04/0.31/0.01)	

CMYK percentages

%0
%3.97
%30.95
%1.18

Codes

Color #FCF2AE in popluar color models

FCF2AE
RGB252242174
HSL52°92.86%83.53%
HSB/HSV52°30.95%98.82%
CMYK0.00%3.97%30.95%
1.18%

Color #FCF2AE in popluar number systems.

HEXFCF2AE
Decimal252242174
Binary111111001111001010101110
Octal374362256

Shades and tints

Shades of #FCF2AE

#FCF2AE
(252,242,174)
#E6DC9F
(230,220,159)
#D0C690
(208,198,144)
#BAB081
(186,176,129)
#A49A72
(164,154,114)
#8E8463
(142,132,99)
#786E54
(120,110,84)
#625845
(98,88,69)
#4C4236
(76,66,54)
#362C27
(54,44,39)
#201618
(32,22,24)
#000000
(0,0,0)

Tints of #FCF2AE

#FCF2AE
(252,242,174)
#FCF3B5
(252,243,181)
#FCF4BC
(252,244,188)
#FCF5C3
(252,245,195)
#FCF6CA
(252,246,202)
#FCF7D1
(252,247,209)
#FCF8D8
(252,248,216)
#FCF9DF
(252,249,223)
#FCFAE6
(252,250,230)
#FCFBED
(252,251,237)
#FCFCF4
(252,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF2AE; }

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

This text font color is #FCF2AE.


Background Color

.myBgColor { background-color: #FCF2AE; }

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

This div background color is #FCF2AE.


Border color

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

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

This div border color is #FCF2AE.


Opacity

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

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

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

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

This text has shadow with #FCF2AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF2AE on black background.


Color preview on white background

This text has color #FCF2AE on white background.



Black color preview on #FCF2AE background

This text has black color on #FCF2AE background.


White color preview on #FCF2AE background

This text has white color on #FCF2AE background.