COLOR #FCECF3

HEX: #FCECF3 RGB: (252,236,243)

Color info

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

RGB color model

#FCECF3 color RGB value is (252,236,243).

RGB: (252,236,243) (99%, 93%, 95%)

RGB channels and saturation

R 252 of 255 = 99%
G 236 of 255 = 93%
B 243 of 255 = 95%

252
236
243

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

Portions of RGB colors in percentages

R + G + B = 252 + 236 + 243 = 731 (100%)
R 252 of 731 ~ 34.47%
G 236 of 731 ~ 32.28%
B 243 of 731 ~ 33.24'%

%34.47
%32.28
%33.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.35%
  • yellow value is 3.57%
  • key color value is 1.18%

CMYK: (0,6,4,1)
C0M6Y4K1 (0%, 6%, 4%, 1%)
(0.00 / 0.06 / 0.04 / 0.01)

CMYK percentages

%0
%6.35
%3.57
%1.18

Codes

Color #FCECF3 in popluar color models

FC EC F3
RGB 252 236 243
HSL 334° 72.73% 95.69%
HSB/HSV 334° 6.35% 98.82%
CMYK 0.00% 6.35% 3.57%
1.18%

Color #FCECF3 in popluar number systems.

HEX FC EC F3
Decimal 252 236 243
Binary 11111100 11101100 11110011
Octal 374 354 363

Shades and tints

Shades of #FCECF3

#FCECF3
(252,236,243)
#E6D7DD
(230,215,221)
#D0C2C7
(208,194,199)
#BAADB1
(186,173,177)
#A4989B
(164,152,155)
#8E8385
(142,131,133)
#786E6F
(120,110,111)
#625959
(98,89,89)
#4C4443
(76,68,67)
#362F2D
(54,47,45)
#201A17
(32,26,23)
#000000
(0,0,0)

Tints of #FCECF3

#FCECF3
(252,236,243)
#FCEDF4
(252,237,244)
#FCEEF5
(252,238,245)
#FCEFF6
(252,239,246)
#FCF0F7
(252,240,247)
#FCF1F8
(252,241,248)
#FCF2F9
(252,242,249)
#FCF3FA
(252,243,250)
#FCF4FB
(252,244,251)
#FCF5FC
(252,245,252)
#FCF6FD
(252,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCECF3; }

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

This text font color is #FCECF3.

Background Color

.myBgColor { background-color: #FCECF3; }

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

This div background color is #FCECF3.

Border color

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

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

This div border color is #FCECF3.

Opacity

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

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

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

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

This text has shadow with #FCECF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCECF3.

Preview

Color preview on black background

This text has color #FCECF3 on black background.


Color preview on white background

This text has color #FCECF3 on white background.


Black color preview on #FCECF3 background

This text has black color on #FCECF3 background.


White color preview on #FCECF3 background

This text has white color on #FCECF3 background.


Related colors

Complementary color

Complementary color for #hex is #03130C.


I love getcolorcode.com

Triadic colors

1 #F3FCEC and #ECF3FC with #FCECF3 are triadic colors.

2 #F3ECFC and #ECFCF3 with #FCECF3 are triadic colors.