COLOR #FCFC8F

HEX: #FCFC8F
RGB: (252,252,143)

Color info

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

RGB color model

#FCFC8F color RGB value is (252,252,143).

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

RGB channels and saturation

R 252 of 255 = 99%
G 252 of 255 = 99%
B 143 of 255 = 56%

252
252
143

R + G + B ~ 85%. #FCFC8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 252 + 143 = 647 (100%)
R 252 of 647 ~ 38.95%
G 252 of 647 ~ 38.95%
B 143 of 647 ~ 22.1%

%38.95
%38.95
%22.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 43.25%
  • key color value is 1.18%
CMYK:
(0,0,43,1)
C0M0Y43K1 
(0%,0%,43%,1%)
(0.00/0.00/0.43/0.01)	

CMYK percentages

%0
%0
%43.25
%1.18

Codes

Color #FCFC8F in popluar color models

FCFC8F
RGB252252143
HSL60°94.78%77.45%
HSB/HSV60°43.25%98.82%
CMYK0.00%0.00%43.25%
1.18%

Color #FCFC8F in popluar number systems.

HEXFCFC8F
Decimal252252143
Binary111111001111110010001111
Octal374374217

Shades and tints

Shades of #FCFC8F

#FCFC8F
(252,252,143)
#E6E682
(230,230,130)
#D0D075
(208,208,117)
#BABA68
(186,186,104)
#A4A45B
(164,164,91)
#8E8E4E
(142,142,78)
#787841
(120,120,65)
#626234
(98,98,52)
#4C4C27
(76,76,39)
#36361A
(54,54,26)
#20200D
(32,32,13)
#000000
(0,0,0)

Tints of #FCFC8F

#FCFC8F
(252,252,143)
#FCFC99
(252,252,153)
#FCFCA3
(252,252,163)
#FCFCAD
(252,252,173)
#FCFCB7
(252,252,183)
#FCFCC1
(252,252,193)
#FCFCCB
(252,252,203)
#FCFCD5
(252,252,213)
#FCFCDF
(252,252,223)
#FCFCE9
(252,252,233)
#FCFCF3
(252,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCFC8F; }

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

This text font color is #FCFC8F.


Background Color

.myBgColor { background-color: #FCFC8F; }

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

This div background color is #FCFC8F.


Border color

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

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

This div border color is #FCFC8F.


Opacity

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

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

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

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

This text has shadow with #FCFC8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCFC8F on black background.


Color preview on white background

This text has color #FCFC8F on white background.



Black color preview on #FCFC8F background

This text has black color on #FCFC8F background.


White color preview on #FCFC8F background

This text has white color on #FCFC8F background.