COLOR #FCF5C9

HEX: #FCF5C9 RGB: (252,245,201)

Color info

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

RGB color model

#FCF5C9 color RGB value is (252,245,201).

RGB: (252,245,201) (99%, 96%, 79%)

RGB channels and saturation

R 252 of 255 = 99%
G 245 of 255 = 96%
B 201 of 255 = 79%

252
245
201

R + G + B ~ 91%. #FCF5C9 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 245 + 201 = 698 (100%)
R 252 of 698 ~ 36.1%
G 245 of 698 ~ 35.1%
B 201 of 698 ~ 28.8'%

%36.1
%35.1
%28.8

CMYK color model

#FCF5C9 color CMYK value is (0,3,20,1).

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

CMYK: (0,3,20,1)
C0M3Y20K1 (0%, 3%, 20%, 1%)
(0.00 / 0.03 / 0.20 / 0.01)

CMYK percentages

%0
%2.78
%20.24
%1.18

Codes

Color #FCF5C9 in popluar color models

FC F5 C9
RGB 252 245 201
HSL 52° 89.47% 88.82%
HSB/HSV 52° 20.24% 98.82%
CMYK 0.00% 2.78% 20.24%
1.18%

Color #FCF5C9 in popluar number systems.

HEX FC F5 C9
Decimal 252 245 201
Binary 11111100 11110101 11001001
Octal 374 365 311

Shades and tints

Shades of #FCF5C9

#FCF5C9
(252,245,201)
#E6DFB7
(230,223,183)
#D0C9A5
(208,201,165)
#BAB393
(186,179,147)
#A49D81
(164,157,129)
#8E876F
(142,135,111)
#78715D
(120,113,93)
#625B4B
(98,91,75)
#4C4539
(76,69,57)
#362F27
(54,47,39)
#201915
(32,25,21)
#000000
(0,0,0)

Tints of #FCF5C9

#FCF5C9
(252,245,201)
#FCF5CD
(252,245,205)
#FCF5D1
(252,245,209)
#FCF5D5
(252,245,213)
#FCF5D9
(252,245,217)
#FCF5DD
(252,245,221)
#FCF5E1
(252,245,225)
#FCF5E5
(252,245,229)
#FCF5E9
(252,245,233)
#FCF5ED
(252,245,237)
#FCF5F1
(252,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF5C9; }

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

This text font color is #FCF5C9.

Background Color

.myBgColor { background-color: #FCF5C9; }

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

This div background color is #FCF5C9.

Border color

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

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

This div border color is #FCF5C9.

Opacity

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

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

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

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

This text has shadow with #FCF5C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF5C9.

Preview

Color preview on black background

This text has color #FCF5C9 on black background.


Color preview on white background

This text has color #FCF5C9 on white background.


Black color preview on #FCF5C9 background

This text has black color on #FCF5C9 background.


White color preview on #FCF5C9 background

This text has white color on #FCF5C9 background.


Related colors

Complementary color

Complementary color for #hex is #030A36.


I love getcolorcode.com

Triadic colors

1 #C9FCF5 and #F5C9FC with #FCF5C9 are triadic colors.

2 #C9F5FC and #F5FCC9 with #FCF5C9 are triadic colors.