COLOR #FCECFB

HEX: #FCECFB RGB: (252,236,251)

Color info

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

RGB color model

#FCECFB color RGB value is (252,236,251).

RGB: (252,236,251) (99%, 93%, 98%)

RGB channels and saturation

R 252 of 255 = 99%
G 236 of 255 = 93%
B 251 of 255 = 98%

252
236
251

R + G + B ~ 97%. #FCECFB is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 236 + 251 = 739 (100%)
R 252 of 739 ~ 34.1%
G 236 of 739 ~ 31.94%
B 251 of 739 ~ 33.96'%

%34.1
%31.94
%33.96

CMYK color model

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

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

CMYK: (0,6,0,1)
C0M6Y0K1 (0%, 6%, 0%, 1%)
(0.00 / 0.06 / 0.00 / 0.01)

CMYK percentages

%0
%6.35
%0.4
%1.18

Codes

Color #FCECFB in popluar color models

FC EC FB
RGB 252 236 251
HSL 304° 72.73% 95.69%
HSB/HSV 304° 6.35% 98.82%
CMYK 0.00% 6.35% 0.40%
1.18%

Color #FCECFB in popluar number systems.

HEX FC EC FB
Decimal 252 236 251
Binary 11111100 11101100 11111011
Octal 374 354 373

Shades and tints

Shades of #FCECFB

#FCECFB
(252,236,251)
#E6D7E5
(230,215,229)
#D0C2CF
(208,194,207)
#BAADB9
(186,173,185)
#A498A3
(164,152,163)
#8E838D
(142,131,141)
#786E77
(120,110,119)
#625961
(98,89,97)
#4C444B
(76,68,75)
#362F35
(54,47,53)
#201A1F
(32,26,31)
#000000
(0,0,0)

Tints of #FCECFB

#FCECFB
(252,236,251)
#FCEDFB
(252,237,251)
#FCEEFB
(252,238,251)
#FCEFFB
(252,239,251)
#FCF0FB
(252,240,251)
#FCF1FB
(252,241,251)
#FCF2FB
(252,242,251)
#FCF3FB
(252,243,251)
#FCF4FB
(252,244,251)
#FCF5FB
(252,245,251)
#FCF6FB
(252,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCECFB; }

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

This text font color is #FCECFB.

Background Color

.myBgColor { background-color: #FCECFB; }

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

This div background color is #FCECFB.

Border color

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

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

This div border color is #FCECFB.

Opacity

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

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

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

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

This text has shadow with #FCECFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCECFB.

Preview

Color preview on black background

This text has color #FCECFB on black background.


Color preview on white background

This text has color #FCECFB on white background.


Black color preview on #FCECFB background

This text has black color on #FCECFB background.


White color preview on #FCECFB background

This text has white color on #FCECFB background.


Related colors

Complementary color

Complementary color for #hex is #031304.


I love getcolorcode.com

Triadic colors

1 #FBFCEC and #ECFBFC with #FCECFB are triadic colors.

2 #FBECFC and #ECFCFB with #FCECFB are triadic colors.