COLOR #FCF7E6

HEX: #FCF7E6
RGB: (252,247,230)

Color info

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

RGB color model

#FCF7E6 color RGB value is (252,247,230).

  • red value is 252;
  • green value is 247;
  • blue value is 230.
RGB:
(252,247,230)
(99%,97%,90%)

RGB channels and saturation

R 252 of 255 = 99%
G 247 of 255 = 97%
B 230 of 255 = 90%

252
247
230

R + G + B ~ 95%. #FCF7E6 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 247 + 230 = 729 (100%)
R 252 of 729 ~ 34.57%
G 247 of 729 ~ 33.88%
B 230 of 729 ~ 31.55%

%34.57
%33.88
%31.55

CMYK color model

#FCF7E6 color CMYK value is (0,2,9,1).

  • cyan value is 0.00%
  • magenta value is 1.98%
  • yellow value is 8.73%
  • key color value is 1.18%
CMYK:
(0,2,9,1)
C0M2Y9K1 
(0%,2%,9%,1%)
(0.00/0.02/0.09/0.01)	

CMYK percentages

%0
%1.98
%8.73
%1.18

Codes

Color #FCF7E6 in popluar color models

FCF7E6
RGB252247230
HSL46°78.57%94.51%
HSB/HSV46°8.73%98.82%
CMYK0.00%1.98%8.73%
1.18%

Color #FCF7E6 in popluar number systems.

HEXFCF7E6
Decimal252247230
Binary111111001111011111100110
Octal374367346

Shades and tints

Shades of #FCF7E6

#FCF7E6
(252,247,230)
#E6E1D2
(230,225,210)
#D0CBBE
(208,203,190)
#BAB5AA
(186,181,170)
#A49F96
(164,159,150)
#8E8982
(142,137,130)
#78736E
(120,115,110)
#625D5A
(98,93,90)
#4C4746
(76,71,70)
#363132
(54,49,50)
#201B1E
(32,27,30)
#000000
(0,0,0)

Tints of #FCF7E6

#FCF7E6
(252,247,230)
#FCF7E8
(252,247,232)
#FCF7EA
(252,247,234)
#FCF7EC
(252,247,236)
#FCF7EE
(252,247,238)
#FCF7F0
(252,247,240)
#FCF7F2
(252,247,242)
#FCF7F4
(252,247,244)
#FCF7F6
(252,247,246)
#FCF7F8
(252,247,248)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF7E6; }

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

This text font color is #FCF7E6.


Background Color

.myBgColor { background-color: #FCF7E6; }

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

This div background color is #FCF7E6.


Border color

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

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

This div border color is #FCF7E6.


Opacity

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

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

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

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

This text has shadow with #FCF7E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF7E6 on black background.


Color preview on white background

This text has color #FCF7E6 on white background.



Black color preview on #FCF7E6 background

This text has black color on #FCF7E6 background.


White color preview on #FCF7E6 background

This text has white color on #FCF7E6 background.