COLOR #FCF1A5

HEX: #FCF1A5 RGB: (252,241,165)

Color info

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

RGB color model

#FCF1A5 color RGB value is (252,241,165).

RGB: (252,241,165) (99%, 95%, 65%)

RGB channels and saturation

R 252 of 255 = 99%
G 241 of 255 = 95%
B 165 of 255 = 65%

252
241
165

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

Portions of RGB colors in percentages

R + G + B = 252 + 241 + 165 = 658 (100%)
R 252 of 658 ~ 38.3%
G 241 of 658 ~ 36.63%
B 165 of 658 ~ 25.08'%

%38.3
%36.63
%25.08

CMYK color model

#FCF1A5 color CMYK value is (0,4,35,1).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 34.52%
  • key color value is 1.18%

CMYK: (0,4,35,1)
C0M4Y35K1 (0%, 4%, 35%, 1%)
(0.00 / 0.04 / 0.35 / 0.01)

CMYK percentages

%0
%4.37
%34.52
%1.18

Codes

Color #FCF1A5 in popluar color models

FC F1 A5
RGB 252 241 165
HSL 52° 93.55% 81.76%
HSB/HSV 52° 34.52% 98.82%
CMYK 0.00% 4.37% 34.52%
1.18%

Color #FCF1A5 in popluar number systems.

HEX FC F1 A5
Decimal 252 241 165
Binary 11111100 11110001 10100101
Octal 374 361 245

Shades and tints

Shades of #FCF1A5

#FCF1A5
(252,241,165)
#E6DC96
(230,220,150)
#D0C787
(208,199,135)
#BAB278
(186,178,120)
#A49D69
(164,157,105)
#8E885A
(142,136,90)
#78734B
(120,115,75)
#625E3C
(98,94,60)
#4C492D
(76,73,45)
#36341E
(54,52,30)
#201F0F
(32,31,15)
#000000
(0,0,0)

Tints of #FCF1A5

#FCF1A5
(252,241,165)
#FCF2AD
(252,242,173)
#FCF3B5
(252,243,181)
#FCF4BD
(252,244,189)
#FCF5C5
(252,245,197)
#FCF6CD
(252,246,205)
#FCF7D5
(252,247,213)
#FCF8DD
(252,248,221)
#FCF9E5
(252,249,229)
#FCFAED
(252,250,237)
#FCFBF5
(252,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF1A5; }

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

This text font color is #FCF1A5.

Background Color

.myBgColor { background-color: #FCF1A5; }

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

This div background color is #FCF1A5.

Border color

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

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

This div border color is #FCF1A5.

Opacity

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

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

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

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

This text has shadow with #FCF1A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF1A5.

Preview

Color preview on black background

This text has color #FCF1A5 on black background.


Color preview on white background

This text has color #FCF1A5 on white background.


Black color preview on #FCF1A5 background

This text has black color on #FCF1A5 background.


White color preview on #FCF1A5 background

This text has white color on #FCF1A5 background.


Related colors

Complementary color

Complementary color for #hex is #030E5A.


I love getcolorcode.com

Triadic colors

1 #A5FCF1 and #F1A5FC with #FCF1A5 are triadic colors.

2 #A5F1FC and #F1FCA5 with #FCF1A5 are triadic colors.