COLOR #FCF3F1

HEX: #FCF3F1 RGB: (252,243,241)

Color info

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

RGB color model

#FCF3F1 color RGB value is (252,243,241).

RGB: (252,243,241) (99%, 95%, 95%)

RGB channels and saturation

R 252 of 255 = 99%
G 243 of 255 = 95%
B 241 of 255 = 95%

252
243
241

R + G + B ~ 96%. #FCF3F1 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 243 + 241 = 736 (100%)
R 252 of 736 ~ 34.24%
G 243 of 736 ~ 33.02%
B 241 of 736 ~ 32.74'%

%34.24
%33.02
%32.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 4.37%
  • key color value is 1.18%
CMYK: (0,4,4,1) C0M4Y4K1 (0%,4%,4%,1%) (0.00/0.04/0.04/0.01) 

CMYK percentages

%0
%3.57
%4.37
%1.18

Codes

Color #FCF3F1 in popluar color models

FC F3 F1
RGB 252 243 241
HSL 11° 64.71% 96.67%
HSB/HSV 11° 4.37% 98.82%
CMYK 0.00% 3.57% 4.37%
1.18%

Color #FCF3F1 in popluar number systems.

HEX FC F3 F1
Decimal 252 243 241
Binary 11111100 11110011 11110001
Octal 374 363 361

Shades and tints

Shades of #FCF3F1

#FCF3F1
(252,243,241)
#E6DDDC
(230,221,220)
#D0C7C7
(208,199,199)
#BAB1B2
(186,177,178)
#A49B9D
(164,155,157)
#8E8588
(142,133,136)
#786F73
(120,111,115)
#62595E
(98,89,94)
#4C4349
(76,67,73)
#362D34
(54,45,52)
#20171F
(32,23,31)
#000000
(0,0,0)

Tints of #FCF3F1

#FCF3F1
(252,243,241)
#FCF4F2
(252,244,242)
#FCF5F3
(252,245,243)
#FCF6F4
(252,246,244)
#FCF7F5
(252,247,245)
#FCF8F6
(252,248,246)
#FCF9F7
(252,249,247)
#FCFAF8
(252,250,248)
#FCFBF9
(252,251,249)
#FCFCFA
(252,252,250)
#FCFDFB
(252,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF3F1; }

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

This text font color is #FCF3F1.

Background Color

.myBgColor { background-color: #FCF3F1; }

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

This div background color is #FCF3F1.

Border color

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

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

This div border color is #FCF3F1.

Opacity

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

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

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

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

This text has shadow with #FCF3F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF3F1.

Preview

Color preview on black background

This text has color #FCF3F1 on black background.


Color preview on white background

This text has color #FCF3F1 on white background.


Black color preview on #FCF3F1 background

This text has black color on #FCF3F1 background.


White color preview on #FCF3F1 background

This text has white color on #FCF3F1 background.


Related colors

Complementary color

Complementary color for #hex is #030C0E.


I love getcolorcode.com

Triadic colors

1 #F1FCF3 and #F3F1FC with #FCF3F1 are triadic colors.

2 #F1F3FC and #F3FCF1 with #FCF3F1 are triadic colors.