COLOR #FCF1F1

HEX: #FCF1F1 RGB: (252,241,241)

Color info

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

RGB color model

#FCF1F1 color RGB value is (252,241,241).

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

RGB channels and saturation

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

252
241
241

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

Portions of RGB colors in percentages

R + G + B = 252 + 241 + 241 = 734 (100%)
R 252 of 734 ~ 34.33%
G 241 of 734 ~ 32.83%
B 241 of 734 ~ 32.83'%

%34.33
%32.83
%32.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.37%
  • 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
%4.37
%4.37
%1.18

Codes

Color #FCF1F1 in popluar color models

FC F1 F1
RGB 252 241 241
HSL 64.71% 96.67%
HSB/HSV 4.37% 98.82%
CMYK 0.00% 4.37% 4.37%
1.18%

Color #FCF1F1 in popluar number systems.

HEX FC F1 F1
Decimal 252 241 241
Binary 11111100 11110001 11110001
Octal 374 361 361

Shades and tints

Shades of #FCF1F1

#FCF1F1
(252,241,241)
#E6DCDC
(230,220,220)
#D0C7C7
(208,199,199)
#BAB2B2
(186,178,178)
#A49D9D
(164,157,157)
#8E8888
(142,136,136)
#787373
(120,115,115)
#625E5E
(98,94,94)
#4C4949
(76,73,73)
#363434
(54,52,52)
#201F1F
(32,31,31)
#000000
(0,0,0)

Tints of #FCF1F1

#FCF1F1
(252,241,241)
#FCF2F2
(252,242,242)
#FCF3F3
(252,243,243)
#FCF4F4
(252,244,244)
#FCF5F5
(252,245,245)
#FCF6F6
(252,246,246)
#FCF7F7
(252,247,247)
#FCF8F8
(252,248,248)
#FCF9F9
(252,249,249)
#FCFAFA
(252,250,250)
#FCFBFB
(252,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF1F1; }

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

This text font color is #FCF1F1.

Background Color

.myBgColor { background-color: #FCF1F1; }

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

This div background color is #FCF1F1.

Border color

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

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

This div border color is #FCF1F1.

Opacity

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

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

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

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

This text has shadow with #FCF1F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF1F1.

Preview

Color preview on black background

This text has color #FCF1F1 on black background.


Color preview on white background

This text has color #FCF1F1 on white background.


Black color preview on #FCF1F1 background

This text has black color on #FCF1F1 background.


White color preview on #FCF1F1 background

This text has white color on #FCF1F1 background.


Related colors

Complementary color

Complementary color for #hex is #030E0E.


I love getcolorcode.com