COLOR #FCF7F2

HEX: #FCF7F2 RGB: (252,247,242)

Color info

#FCF7F2 contains red, green and blue colors in about the same proportion. Web safe color of #FCF7F2 is #FFFFFF (or #FFF).

RGB color model

#FCF7F2 color RGB value is (252,247,242).

RGB: (252,247,242) (99%, 97%, 95%)

RGB channels and saturation

R 252 of 255 = 99%
G 247 of 255 = 97%
B 242 of 255 = 95%

252
247
242

R + G + B ~ 97%. #FCF7F2 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 247 + 242 = 741 (100%)
R 252 of 741 ~ 34.01%
G 247 of 741 ~ 33.33%
B 242 of 741 ~ 32.66'%

%34.01
%33.33
%32.66

CMYK color model

#FCF7F2 color CMYK value is (0,2,4,1).

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

CMYK: (0,2,4,1)
C0M2Y4K1 (0%, 2%, 4%, 1%)
(0.00 / 0.02 / 0.04 / 0.01)

CMYK percentages

%0
%1.98
%3.97
%1.18

Codes

Color #FCF7F2 in popluar color models

FC F7 F2
RGB 252 247 242
HSL 30° 62.50% 96.86%
HSB/HSV 30° 3.97% 98.82%
CMYK 0.00% 1.98% 3.97%
1.18%

Color #FCF7F2 in popluar number systems.

HEX FC F7 F2
Decimal 252 247 242
Binary 11111100 11110111 11110010
Octal 374 367 362

Shades and tints

Shades of #FCF7F2

#FCF7F2
(252,247,242)
#E6E1DC
(230,225,220)
#D0CBC6
(208,203,198)
#BAB5B0
(186,181,176)
#A49F9A
(164,159,154)
#8E8984
(142,137,132)
#78736E
(120,115,110)
#625D58
(98,93,88)
#4C4742
(76,71,66)
#36312C
(54,49,44)
#201B16
(32,27,22)
#000000
(0,0,0)

Tints of #FCF7F2

#FCF7F2
(252,247,242)
#FCF7F3
(252,247,243)
#FCF7F4
(252,247,244)
#FCF7F5
(252,247,245)
#FCF7F6
(252,247,246)
#FCF7F7
(252,247,247)
#FCF7F8
(252,247,248)
#FCF7F9
(252,247,249)
#FCF7FA
(252,247,250)
#FCF7FB
(252,247,251)
#FCF7FC
(252,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF7F2; }

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

This text font color is #FCF7F2.

Background Color

.myBgColor { background-color: #FCF7F2; }

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

This div background color is #FCF7F2.

Border color

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

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

This div border color is #FCF7F2.

Opacity

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

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

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

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

This text has shadow with #FCF7F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF7F2.

Preview

Color preview on black background

This text has color #FCF7F2 on black background.


Color preview on white background

This text has color #FCF7F2 on white background.


Black color preview on #FCF7F2 background

This text has black color on #FCF7F2 background.


White color preview on #FCF7F2 background

This text has white color on #FCF7F2 background.


Related colors

Complementary color

Complementary color for #hex is #03080D.


I love getcolorcode.com

Triadic colors

1 #F2FCF7 and #F7F2FC with #FCF7F2 are triadic colors.

2 #F2F7FC and #F7FCF2 with #FCF7F2 are triadic colors.