COLOR #FCF5C3

HEX: #FCF5C3 RGB: (252,245,195)

Color info

#FCF5C3 contains red, green and blue colors in about the same proportion. Web safe color of #FCF5C3 is #FFFFCC (or #FFC).

RGB color model

#FCF5C3 color RGB value is (252,245,195).

RGB: (252,245,195) (99%, 96%, 76%)

RGB channels and saturation

R 252 of 255 = 99%
G 245 of 255 = 96%
B 195 of 255 = 76%

252
245
195

R + G + B ~ 90%. #FCF5C3 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 245 + 195 = 692 (100%)
R 252 of 692 ~ 36.42%
G 245 of 692 ~ 35.4%
B 195 of 692 ~ 28.18'%

%36.42
%35.4
%28.18

CMYK color model

#FCF5C3 color CMYK value is (0,3,23,1).

  • cyan value is 0.00%
  • magenta value is 2.78%
  • yellow value is 22.62%
  • key color value is 1.18%

CMYK: (0,3,23,1)
C0M3Y23K1 (0%, 3%, 23%, 1%)
(0.00 / 0.03 / 0.23 / 0.01)

CMYK percentages

%0
%2.78
%22.62
%1.18

Codes

Color #FCF5C3 in popluar color models

FC F5 C3
RGB 252 245 195
HSL 53° 90.48% 87.65%
HSB/HSV 53° 22.62% 98.82%
CMYK 0.00% 2.78% 22.62%
1.18%

Color #FCF5C3 in popluar number systems.

HEX FC F5 C3
Decimal 252 245 195
Binary 11111100 11110101 11000011
Octal 374 365 303

Shades and tints

Shades of #FCF5C3

#FCF5C3
(252,245,195)
#E6DFB2
(230,223,178)
#D0C9A1
(208,201,161)
#BAB390
(186,179,144)
#A49D7F
(164,157,127)
#8E876E
(142,135,110)
#78715D
(120,113,93)
#625B4C
(98,91,76)
#4C453B
(76,69,59)
#362F2A
(54,47,42)
#201919
(32,25,25)
#000000
(0,0,0)

Tints of #FCF5C3

#FCF5C3
(252,245,195)
#FCF5C8
(252,245,200)
#FCF5CD
(252,245,205)
#FCF5D2
(252,245,210)
#FCF5D7
(252,245,215)
#FCF5DC
(252,245,220)
#FCF5E1
(252,245,225)
#FCF5E6
(252,245,230)
#FCF5EB
(252,245,235)
#FCF5F0
(252,245,240)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF5C3; }

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

This text font color is #FCF5C3.

Background Color

.myBgColor { background-color: #FCF5C3; }

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

This div background color is #FCF5C3.

Border color

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

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

This div border color is #FCF5C3.

Opacity

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

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

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

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

This text has shadow with #FCF5C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF5C3.

Preview

Color preview on black background

This text has color #FCF5C3 on black background.


Color preview on white background

This text has color #FCF5C3 on white background.


Black color preview on #FCF5C3 background

This text has black color on #FCF5C3 background.


White color preview on #FCF5C3 background

This text has white color on #FCF5C3 background.


Related colors

Complementary color

Complementary color for #hex is #030A3C.


I love getcolorcode.com

Triadic colors

1 #C3FCF5 and #F5C3FC with #FCF5C3 are triadic colors.

2 #C3F5FC and #F5FCC3 with #FCF5C3 are triadic colors.