COLOR #FCF2C9

HEX: #FCF2C9 RGB: (252,242,201)

Color info

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

RGB color model

#FCF2C9 color RGB value is (252,242,201).

RGB: (252,242,201) (99%, 95%, 79%)

RGB channels and saturation

R 252 of 255 = 99%
G 242 of 255 = 95%
B 201 of 255 = 79%

252
242
201

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

Portions of RGB colors in percentages

R + G + B = 252 + 242 + 201 = 695 (100%)
R 252 of 695 ~ 36.26%
G 242 of 695 ~ 34.82%
B 201 of 695 ~ 28.92'%

%36.26
%34.82
%28.92

CMYK color model

#FCF2C9 color CMYK value is (0,4,20,1).

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

CMYK: (0,4,20,1)
C0M4Y20K1 (0%, 4%, 20%, 1%)
(0.00 / 0.04 / 0.20 / 0.01)

CMYK percentages

%0
%3.97
%20.24
%1.18

Codes

Color #FCF2C9 in popluar color models

FC F2 C9
RGB 252 242 201
HSL 48° 89.47% 88.82%
HSB/HSV 48° 20.24% 98.82%
CMYK 0.00% 3.97% 20.24%
1.18%

Color #FCF2C9 in popluar number systems.

HEX FC F2 C9
Decimal 252 242 201
Binary 11111100 11110010 11001001
Octal 374 362 311

Shades and tints

Shades of #FCF2C9

#FCF2C9
(252,242,201)
#E6DCB7
(230,220,183)
#D0C6A5
(208,198,165)
#BAB093
(186,176,147)
#A49A81
(164,154,129)
#8E846F
(142,132,111)
#786E5D
(120,110,93)
#62584B
(98,88,75)
#4C4239
(76,66,57)
#362C27
(54,44,39)
#201615
(32,22,21)
#000000
(0,0,0)

Tints of #FCF2C9

#FCF2C9
(252,242,201)
#FCF3CD
(252,243,205)
#FCF4D1
(252,244,209)
#FCF5D5
(252,245,213)
#FCF6D9
(252,246,217)
#FCF7DD
(252,247,221)
#FCF8E1
(252,248,225)
#FCF9E5
(252,249,229)
#FCFAE9
(252,250,233)
#FCFBED
(252,251,237)
#FCFCF1
(252,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF2C9; }

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

This text font color is #FCF2C9.

Background Color

.myBgColor { background-color: #FCF2C9; }

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

This div background color is #FCF2C9.

Border color

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

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

This div border color is #FCF2C9.

Opacity

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

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

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

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

This text has shadow with #FCF2C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF2C9.

Preview

Color preview on black background

This text has color #FCF2C9 on black background.


Color preview on white background

This text has color #FCF2C9 on white background.


Black color preview on #FCF2C9 background

This text has black color on #FCF2C9 background.


White color preview on #FCF2C9 background

This text has white color on #FCF2C9 background.


Related colors

Complementary color

Complementary color for #hex is #030D36.


I love getcolorcode.com

Triadic colors

1 #C9FCF2 and #F2C9FC with #FCF2C9 are triadic colors.

2 #C9F2FC and #F2FCC9 with #FCF2C9 are triadic colors.