COLOR #FCEE90

HEX: #FCEE90
RGB: (252,238,144)

Color info

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

RGB color model

#FCEE90 color RGB value is (252,238,144).

  • red value is 252;
  • green value is 238;
  • blue value is 144.
RGB:
(252,238,144)
(99%,93%,56%)

RGB channels and saturation

R 252 of 255 = 99%
G 238 of 255 = 93%
B 144 of 255 = 56%

252
238
144

R + G + B ~ 83%. #FCEE90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 238 + 144 = 634 (100%)
R 252 of 634 ~ 39.75%
G 238 of 634 ~ 37.54%
B 144 of 634 ~ 22.71%

%39.75
%37.54
%22.71

CMYK color model

#FCEE90 color CMYK value is (0,6,43,1).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 42.86%
  • key color value is 1.18%
CMYK:
(0,6,43,1)
C0M6Y43K1 
(0%,6%,43%,1%)
(0.00/0.06/0.43/0.01)	

CMYK percentages

%0
%5.56
%42.86
%1.18

Codes

Color #FCEE90 in popluar color models

FCEE90
RGB252238144
HSL52°94.74%77.65%
HSB/HSV52°42.86%98.82%
CMYK0.00%5.56%42.86%
1.18%

Color #FCEE90 in popluar number systems.

HEXFCEE90
Decimal252238144
Binary111111001110111010010000
Octal374356220

Shades and tints

Shades of #FCEE90

#FCEE90
(252,238,144)
#E6D983
(230,217,131)
#D0C476
(208,196,118)
#BAAF69
(186,175,105)
#A49A5C
(164,154,92)
#8E854F
(142,133,79)
#787042
(120,112,66)
#625B35
(98,91,53)
#4C4628
(76,70,40)
#36311B
(54,49,27)
#201C0E
(32,28,14)
#000000
(0,0,0)

Tints of #FCEE90

#FCEE90
(252,238,144)
#FCEF9A
(252,239,154)
#FCF0A4
(252,240,164)
#FCF1AE
(252,241,174)
#FCF2B8
(252,242,184)
#FCF3C2
(252,243,194)
#FCF4CC
(252,244,204)
#FCF5D6
(252,245,214)
#FCF6E0
(252,246,224)
#FCF7EA
(252,247,234)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEE90; }

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

This text font color is #FCEE90.


Background Color

.myBgColor { background-color: #FCEE90; }

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

This div background color is #FCEE90.


Border color

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

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

This div border color is #FCEE90.


Opacity

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

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

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

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

This text has shadow with #FCEE90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEE90 on black background.


Color preview on white background

This text has color #FCEE90 on white background.



Black color preview on #FCEE90 background

This text has black color on #FCEE90 background.


White color preview on #FCEE90 background

This text has white color on #FCEE90 background.