COLOR #FCF8A1

HEX: #FCF8A1 RGB: (252,248,161)

Color info

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

RGB color model

#FCF8A1 color RGB value is (252,248,161).

RGB: (252,248,161) (99%, 97%, 63%)

RGB channels and saturation

R 252 of 255 = 99%
G 248 of 255 = 97%
B 161 of 255 = 63%

252
248
161

R + G + B ~ 86%. #FCF8A1 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 248 + 161 = 661 (100%)
R 252 of 661 ~ 38.12%
G 248 of 661 ~ 37.52%
B 161 of 661 ~ 24.36'%

%38.12
%37.52
%24.36

CMYK color model

#FCF8A1 color CMYK value is (0,2,36,1).

  • cyan value is 0.00%
  • magenta value is 1.59%
  • yellow value is 36.11%
  • key color value is 1.18%

CMYK: (0,2,36,1)
C0M2Y36K1 (0%, 2%, 36%, 1%)
(0.00 / 0.02 / 0.36 / 0.01)

CMYK percentages

%0
%1.59
%36.11
%1.18

Codes

Color #FCF8A1 in popluar color models

FC F8 A1
RGB 252 248 161
HSL 57° 93.81% 80.98%
HSB/HSV 57° 36.11% 98.82%
CMYK 0.00% 1.59% 36.11%
1.18%

Color #FCF8A1 in popluar number systems.

HEX FC F8 A1
Decimal 252 248 161
Binary 11111100 11111000 10100001
Octal 374 370 241

Shades and tints

Shades of #FCF8A1

#FCF8A1
(252,248,161)
#E6E293
(230,226,147)
#D0CC85
(208,204,133)
#BAB677
(186,182,119)
#A4A069
(164,160,105)
#8E8A5B
(142,138,91)
#78744D
(120,116,77)
#625E3F
(98,94,63)
#4C4831
(76,72,49)
#363223
(54,50,35)
#201C15
(32,28,21)
#000000
(0,0,0)

Tints of #FCF8A1

#FCF8A1
(252,248,161)
#FCF8A9
(252,248,169)
#FCF8B1
(252,248,177)
#FCF8B9
(252,248,185)
#FCF8C1
(252,248,193)
#FCF8C9
(252,248,201)
#FCF8D1
(252,248,209)
#FCF8D9
(252,248,217)
#FCF8E1
(252,248,225)
#FCF8E9
(252,248,233)
#FCF8F1
(252,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF8A1; }

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

This text font color is #FCF8A1.

Background Color

.myBgColor { background-color: #FCF8A1; }

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

This div background color is #FCF8A1.

Border color

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

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

This div border color is #FCF8A1.

Opacity

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

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

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

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

This text has shadow with #FCF8A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF8A1.

Preview

Color preview on black background

This text has color #FCF8A1 on black background.


Color preview on white background

This text has color #FCF8A1 on white background.


Black color preview on #FCF8A1 background

This text has black color on #FCF8A1 background.


White color preview on #FCF8A1 background

This text has white color on #FCF8A1 background.


Related colors

Complementary color

Complementary color for #hex is #03075E.


I love getcolorcode.com

Triadic colors

1 #A1FCF8 and #F8A1FC with #FCF8A1 are triadic colors.

2 #A1F8FC and #F8FCA1 with #FCF8A1 are triadic colors.