COLOR #FCF2E6

HEX: #FCF2E6
RGB: (252,242,230)

Color info

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

RGB color model

#FCF2E6 color RGB value is (252,242,230).

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

RGB channels and saturation

R 252 of 255 = 99%
G 242 of 255 = 95%
B 230 of 255 = 90%

252
242
230

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

Portions of RGB colors in percentages

R + G + B =
252 + 242 + 230 = 724 (100%)
R 252 of 724 ~ 34.81%
G 242 of 724 ~ 33.43%
B 230 of 724 ~ 31.77%

%34.81
%33.43
%31.77

CMYK color model

#FCF2E6 color CMYK value is (0,4,9,1).

  • cyan value is 0.00%
  • magenta value is 3.97%
  • yellow value is 8.73%
  • key color value is 1.18%
CMYK:
(0,4,9,1)
C0M4Y9K1 
(0%,4%,9%,1%)
(0.00/0.04/0.09/0.01)	

CMYK percentages

%0
%3.97
%8.73
%1.18

Codes

Color #FCF2E6 in popluar color models

FCF2E6
RGB252242230
HSL33°78.57%94.51%
HSB/HSV33°8.73%98.82%
CMYK0.00%3.97%8.73%
1.18%

Color #FCF2E6 in popluar number systems.

HEXFCF2E6
Decimal252242230
Binary111111001111001011100110
Octal374362346

Shades and tints

Shades of #FCF2E6

#FCF2E6
(252,242,230)
#E6DCD2
(230,220,210)
#D0C6BE
(208,198,190)
#BAB0AA
(186,176,170)
#A49A96
(164,154,150)
#8E8482
(142,132,130)
#786E6E
(120,110,110)
#62585A
(98,88,90)
#4C4246
(76,66,70)
#362C32
(54,44,50)
#20161E
(32,22,30)
#000000
(0,0,0)

Tints of #FCF2E6

#FCF2E6
(252,242,230)
#FCF3E8
(252,243,232)
#FCF4EA
(252,244,234)
#FCF5EC
(252,245,236)
#FCF6EE
(252,246,238)
#FCF7F0
(252,247,240)
#FCF8F2
(252,248,242)
#FCF9F4
(252,249,244)
#FCFAF6
(252,250,246)
#FCFBF8
(252,251,248)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF2E6; }

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

This text font color is #FCF2E6.


Background Color

.myBgColor { background-color: #FCF2E6; }

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

This div background color is #FCF2E6.


Border color

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

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

This div border color is #FCF2E6.


Opacity

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

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

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

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

This text has shadow with #FCF2E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCF2E6 on black background.


Color preview on white background

This text has color #FCF2E6 on white background.



Black color preview on #FCF2E6 background

This text has black color on #FCF2E6 background.


White color preview on #FCF2E6 background

This text has white color on #FCF2E6 background.