COLOR #FCF1E3

HEX: #FCF1E3 RGB: (252,241,227)

Color info

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

RGB color model

#FCF1E3 color RGB value is (252,241,227).

RGB: (252,241,227) (99%, 95%, 89%)

RGB channels and saturation

R 252 of 255 = 99%
G 241 of 255 = 95%
B 227 of 255 = 89%

252
241
227

R + G + B ~ 94%. #FCF1E3 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 241 + 227 = 720 (100%)
R 252 of 720 ~ 35%
G 241 of 720 ~ 33.47%
B 227 of 720 ~ 31.53'%

%35
%33.47
%31.53

CMYK color model

#FCF1E3 color CMYK value is (0,4,10,1).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 9.92%
  • key color value is 1.18%
CMYK: (0,4,10,1) C0M4Y10K1 (0%,4%,10%,1%) (0.00/0.04/0.10/0.01) 

CMYK percentages

%0
%4.37
%9.92
%1.18

Codes

Color #FCF1E3 in popluar color models

FC F1 E3
RGB 252 241 227
HSL 34° 80.65% 93.92%
HSB/HSV 34° 9.92% 98.82%
CMYK 0.00% 4.37% 9.92%
1.18%

Color #FCF1E3 in popluar number systems.

HEX FC F1 E3
Decimal 252 241 227
Binary 11111100 11110001 11100011
Octal 374 361 343

Shades and tints

Shades of #FCF1E3

#FCF1E3
(252,241,227)
#E6DCCF
(230,220,207)
#D0C7BB
(208,199,187)
#BAB2A7
(186,178,167)
#A49D93
(164,157,147)
#8E887F
(142,136,127)
#78736B
(120,115,107)
#625E57
(98,94,87)
#4C4943
(76,73,67)
#36342F
(54,52,47)
#201F1B
(32,31,27)
#000000
(0,0,0)

Tints of #FCF1E3

#FCF1E3
(252,241,227)
#FCF2E5
(252,242,229)
#FCF3E7
(252,243,231)
#FCF4E9
(252,244,233)
#FCF5EB
(252,245,235)
#FCF6ED
(252,246,237)
#FCF7EF
(252,247,239)
#FCF8F1
(252,248,241)
#FCF9F3
(252,249,243)
#FCFAF5
(252,250,245)
#FCFBF7
(252,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCF1E3 color. Also use rgb(252,241,227) instead hex code.

Text Font Color

.myTextColor { color: #FCF1E3; }

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

This text font color is #FCF1E3.

Background Color

.myBgColor { background-color: #FCF1E3; }

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

This div background color is #FCF1E3.

Border color

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

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

This div border color is #FCF1E3.

Opacity

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

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

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

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

This text has shadow with #FCF1E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF1E3.

Preview

Color preview on black background

This text has color #FCF1E3 on black background.


Color preview on white background

This text has color #FCF1E3 on white background.


Black color preview on #FCF1E3 background

This text has black color on #FCF1E3 background.


White color preview on #FCF1E3 background

This text has white color on #FCF1E3 background.


Related colors

Complementary color

Complementary color for #hex is #030E1C.


I love getcolorcode.com

Triadic colors

1 #E3FCF1 and #F1E3FC with #FCF1E3 are triadic colors.

2 #E3F1FC and #F1FCE3 with #FCF1E3 are triadic colors.