COLOR #FCF8C2

HEX: #FCF8C2 RGB: (252,248,194)

Color info

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

RGB color model

#FCF8C2 color RGB value is (252,248,194).

RGB: (252,248,194) (99%, 97%, 76%)

RGB channels and saturation

R 252 of 255 = 99%
G 248 of 255 = 97%
B 194 of 255 = 76%

252
248
194

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

Portions of RGB colors in percentages

R + G + B = 252 + 248 + 194 = 694 (100%)
R 252 of 694 ~ 36.31%
G 248 of 694 ~ 35.73%
B 194 of 694 ~ 27.95'%

%36.31
%35.73
%27.95

CMYK color model

#FCF8C2 color CMYK value is (0,2,23,1).

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

CMYK: (0,2,23,1)
C0M2Y23K1 (0%, 2%, 23%, 1%)
(0.00 / 0.02 / 0.23 / 0.01)

CMYK percentages

%0
%1.59
%23.02
%1.18

Codes

Color #FCF8C2 in popluar color models

FC F8 C2
RGB 252 248 194
HSL 56° 90.63% 87.45%
HSB/HSV 56° 23.02% 98.82%
CMYK 0.00% 1.59% 23.02%
1.18%

Color #FCF8C2 in popluar number systems.

HEX FC F8 C2
Decimal 252 248 194
Binary 11111100 11111000 11000010
Octal 374 370 302

Shades and tints

Shades of #FCF8C2

#FCF8C2
(252,248,194)
#E6E2B1
(230,226,177)
#D0CCA0
(208,204,160)
#BAB68F
(186,182,143)
#A4A07E
(164,160,126)
#8E8A6D
(142,138,109)
#78745C
(120,116,92)
#625E4B
(98,94,75)
#4C483A
(76,72,58)
#363229
(54,50,41)
#201C18
(32,28,24)
#000000
(0,0,0)

Tints of #FCF8C2

#FCF8C2
(252,248,194)
#FCF8C7
(252,248,199)
#FCF8CC
(252,248,204)
#FCF8D1
(252,248,209)
#FCF8D6
(252,248,214)
#FCF8DB
(252,248,219)
#FCF8E0
(252,248,224)
#FCF8E5
(252,248,229)
#FCF8EA
(252,248,234)
#FCF8EF
(252,248,239)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF8C2; }

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

This text font color is #FCF8C2.

Background Color

.myBgColor { background-color: #FCF8C2; }

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

This div background color is #FCF8C2.

Border color

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

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

This div border color is #FCF8C2.

Opacity

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

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

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

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

This text has shadow with #FCF8C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF8C2.

Preview

Color preview on black background

This text has color #FCF8C2 on black background.


Color preview on white background

This text has color #FCF8C2 on white background.


Black color preview on #FCF8C2 background

This text has black color on #FCF8C2 background.


White color preview on #FCF8C2 background

This text has white color on #FCF8C2 background.


Related colors

Complementary color

Complementary color for #hex is #03073D.


I love getcolorcode.com

Triadic colors

1 #C2FCF8 and #F8C2FC with #FCF8C2 are triadic colors.

2 #C2F8FC and #F8FCC2 with #FCF8C2 are triadic colors.