COLOR #FCF693

HEX: #FCF693
RGB: (252,246,147)

Color info

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

RGB color model

#FCF693 color RGB value is (252,246,147).

  • red value is 252;
  • green value is 246;
  • blue value is 147.
RGB:
(252,246,147)
(99%,96%,58%)

RGB channels and saturation

R 252 of 255 = 99%
G 246 of 255 = 96%
B 147 of 255 = 58%

252
246
147

R + G + B ~ 84%. #FCF693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 246 + 147 = 645 (100%)
R 252 of 645 ~ 39.07%
G 246 of 645 ~ 38.14%
B 147 of 645 ~ 22.79%

%39.07
%38.14
%22.79

CMYK color model

#FCF693 color CMYK value is (0,2,42,1).

  • cyan value is 0.00%
  • magenta value is 2.38%
  • yellow value is 41.67%
  • key color value is 1.18%
CMYK:
(0,2,42,1)
C0M2Y42K1 
(0%,2%,42%,1%)
(0.00/0.02/0.42/0.01)	

CMYK percentages

%0
%2.38
%41.67
%1.18

Codes

Color #FCF693 in popluar color models

FCF693
RGB252246147
HSL57°94.59%78.24%
HSB/HSV57°41.67%98.82%
CMYK0.00%2.38%41.67%
1.18%

Color #FCF693 in popluar number systems.

HEXFCF693
Decimal252246147
Binary111111001111011010010011
Octal374366223

Shades and tints

Shades of #FCF693

#FCF693
(252,246,147)
#E6E086
(230,224,134)
#D0CA79
(208,202,121)
#BAB46C
(186,180,108)
#A49E5F
(164,158,95)
#8E8852
(142,136,82)
#787245
(120,114,69)
#625C38
(98,92,56)
#4C462B
(76,70,43)
#36301E
(54,48,30)
#201A11
(32,26,17)
#000000
(0,0,0)

Tints of #FCF693

#FCF693
(252,246,147)
#FCF69C
(252,246,156)
#FCF6A5
(252,246,165)
#FCF6AE
(252,246,174)
#FCF6B7
(252,246,183)
#FCF6C0
(252,246,192)
#FCF6C9
(252,246,201)
#FCF6D2
(252,246,210)
#FCF6DB
(252,246,219)
#FCF6E4
(252,246,228)
#FCF6ED
(252,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF693; }

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

This text font color is #FCF693.


Background Color

.myBgColor { background-color: #FCF693; }

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

This div background color is #FCF693.


Border color

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

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

This div border color is #FCF693.


Opacity

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

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

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

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

This text has shadow with #FCF693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF693 on black background.


Color preview on white background

This text has color #FCF693 on white background.



Black color preview on #FCF693 background

This text has black color on #FCF693 background.


White color preview on #FCF693 background

This text has white color on #FCF693 background.