COLOR #FCF0F2

HEX: #FCF0F2 RGB: (252,240,242)

Color info

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

RGB color model

#FCF0F2 color RGB value is (252,240,242).

RGB: (252,240,242) (99%, 94%, 95%)

RGB channels and saturation

R 252 of 255 = 99%
G 240 of 255 = 94%
B 242 of 255 = 95%

252
240
242

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

Portions of RGB colors in percentages

R + G + B = 252 + 240 + 242 = 734 (100%)
R 252 of 734 ~ 34.33%
G 240 of 734 ~ 32.7%
B 242 of 734 ~ 32.97'%

%34.33
%32.7
%32.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 3.97%
  • key color value is 1.18%
CMYK: (0,5,4,1) C0M5Y4K1 (0%,5%,4%,1%) (0.00/0.05/0.04/0.01) 

CMYK percentages

%0
%4.76
%3.97
%1.18

Codes

Color #FCF0F2 in popluar color models

FC F0 F2
RGB 252 240 242
HSL 350° 66.67% 96.47%
HSB/HSV 350° 4.76% 98.82%
CMYK 0.00% 4.76% 3.97%
1.18%

Color #FCF0F2 in popluar number systems.

HEX FC F0 F2
Decimal 252 240 242
Binary 11111100 11110000 11110010
Octal 374 360 362

Shades and tints

Shades of #FCF0F2

#FCF0F2
(252,240,242)
#E6DBDC
(230,219,220)
#D0C6C6
(208,198,198)
#BAB1B0
(186,177,176)
#A49C9A
(164,156,154)
#8E8784
(142,135,132)
#78726E
(120,114,110)
#625D58
(98,93,88)
#4C4842
(76,72,66)
#36332C
(54,51,44)
#201E16
(32,30,22)
#000000
(0,0,0)

Tints of #FCF0F2

#FCF0F2
(252,240,242)
#FCF1F3
(252,241,243)
#FCF2F4
(252,242,244)
#FCF3F5
(252,243,245)
#FCF4F6
(252,244,246)
#FCF5F7
(252,245,247)
#FCF6F8
(252,246,248)
#FCF7F9
(252,247,249)
#FCF8FA
(252,248,250)
#FCF9FB
(252,249,251)
#FCFAFC
(252,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCF0F2; }

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

This text font color is #FCF0F2.

Background Color

.myBgColor { background-color: #FCF0F2; }

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

This div background color is #FCF0F2.

Border color

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

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

This div border color is #FCF0F2.

Opacity

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

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

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

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

This text has shadow with #FCF0F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCF0F2.

Preview

Color preview on black background

This text has color #FCF0F2 on black background.


Color preview on white background

This text has color #FCF0F2 on white background.


Black color preview on #FCF0F2 background

This text has black color on #FCF0F2 background.


White color preview on #FCF0F2 background

This text has white color on #FCF0F2 background.


Related colors

Complementary color

Complementary color for #hex is #030F0D.


I love getcolorcode.com

Triadic colors

1 #F2FCF0 and #F0F2FC with #FCF0F2 are triadic colors.

2 #F2F0FC and #F0FCF2 with #FCF0F2 are triadic colors.