COLOR #FCE892

HEX: #FCE892
RGB: (252,232,146)

Color info

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

RGB color model

#FCE892 color RGB value is (252,232,146).

  • red value is 252;
  • green value is 232;
  • blue value is 146.
RGB:
(252,232,146)
(99%,91%,57%)

RGB channels and saturation

R 252 of 255 = 99%
G 232 of 255 = 91%
B 146 of 255 = 57%

252
232
146

R + G + B ~ 82%. #FCE892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 232 + 146 = 630 (100%)
R 252 of 630 ~ 40%
G 232 of 630 ~ 36.83%
B 146 of 630 ~ 23.17%

%40
%36.83
%23.17

CMYK color model

#FCE892 color CMYK value is (0,8,42,1).

  • cyan value is 0.00%
  • magenta value is 7.94%
  • yellow value is 42.06%
  • key color value is 1.18%
CMYK:
(0,8,42,1)
C0M8Y42K1 
(0%,8%,42%,1%)
(0.00/0.08/0.42/0.01)	

CMYK percentages

%0
%7.94
%42.06
%1.18

Codes

Color #FCE892 in popluar color models

FCE892
RGB252232146
HSL49°94.64%78.04%
HSB/HSV49°42.06%98.82%
CMYK0.00%7.94%42.06%
1.18%

Color #FCE892 in popluar number systems.

HEXFCE892
Decimal252232146
Binary111111001110100010010010
Octal374350222

Shades and tints

Shades of #FCE892

#FCE892
(252,232,146)
#E6D385
(230,211,133)
#D0BE78
(208,190,120)
#BAA96B
(186,169,107)
#A4945E
(164,148,94)
#8E7F51
(142,127,81)
#786A44
(120,106,68)
#625537
(98,85,55)
#4C402A
(76,64,42)
#362B1D
(54,43,29)
#201610
(32,22,16)
#000000
(0,0,0)

Tints of #FCE892

#FCE892
(252,232,146)
#FCEA9B
(252,234,155)
#FCECA4
(252,236,164)
#FCEEAD
(252,238,173)
#FCF0B6
(252,240,182)
#FCF2BF
(252,242,191)
#FCF4C8
(252,244,200)
#FCF6D1
(252,246,209)
#FCF8DA
(252,248,218)
#FCFAE3
(252,250,227)
#FCFCEC
(252,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE892; }

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

This text font color is #FCE892.


Background Color

.myBgColor { background-color: #FCE892; }

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

This div background color is #FCE892.


Border color

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

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

This div border color is #FCE892.


Opacity

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

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

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

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

This text has shadow with #FCE892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE892 on black background.


Color preview on white background

This text has color #FCE892 on white background.



Black color preview on #FCE892 background

This text has black color on #FCE892 background.


White color preview on #FCE892 background

This text has white color on #FCE892 background.