COLOR #FCEDF8

HEX: #FCEDF8 RGB: (252,237,248)

Color info

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

RGB color model

#FCEDF8 color RGB value is (252,237,248).

RGB: (252,237,248) (99%, 93%, 97%)

RGB channels and saturation

R 252 of 255 = 99%
G 237 of 255 = 93%
B 248 of 255 = 97%

252
237
248

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

Portions of RGB colors in percentages

R + G + B = 252 + 237 + 248 = 737 (100%)
R 252 of 737 ~ 34.19%
G 237 of 737 ~ 32.16%
B 248 of 737 ~ 33.65'%

%34.19
%32.16
%33.65

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.95%
  • yellow value is 1.59%
  • key color value is 1.18%

CMYK: (0,6,2,1)
C0M6Y2K1 (0%, 6%, 2%, 1%)
(0.00 / 0.06 / 0.02 / 0.01)

CMYK percentages

%0
%5.95
%1.59
%1.18

Codes

Color #FCEDF8 in popluar color models

FC ED F8
RGB 252 237 248
HSL 316° 71.43% 95.88%
HSB/HSV 316° 5.95% 98.82%
CMYK 0.00% 5.95% 1.59%
1.18%

Color #FCEDF8 in popluar number systems.

HEX FC ED F8
Decimal 252 237 248
Binary 11111100 11101101 11111000
Octal 374 355 370

Shades and tints

Shades of #FCEDF8

#FCEDF8
(252,237,248)
#E6D8E2
(230,216,226)
#D0C3CC
(208,195,204)
#BAAEB6
(186,174,182)
#A499A0
(164,153,160)
#8E848A
(142,132,138)
#786F74
(120,111,116)
#625A5E
(98,90,94)
#4C4548
(76,69,72)
#363032
(54,48,50)
#201B1C
(32,27,28)
#000000
(0,0,0)

Tints of #FCEDF8

#FCEDF8
(252,237,248)
#FCEEF8
(252,238,248)
#FCEFF8
(252,239,248)
#FCF0F8
(252,240,248)
#FCF1F8
(252,241,248)
#FCF2F8
(252,242,248)
#FCF3F8
(252,243,248)
#FCF4F8
(252,244,248)
#FCF5F8
(252,245,248)
#FCF6F8
(252,246,248)
#FCF7F8
(252,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEDF8; }

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

This text font color is #FCEDF8.

Background Color

.myBgColor { background-color: #FCEDF8; }

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

This div background color is #FCEDF8.

Border color

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

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

This div border color is #FCEDF8.

Opacity

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

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

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

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

This text has shadow with #FCEDF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEDF8.

Preview

Color preview on black background

This text has color #FCEDF8 on black background.


Color preview on white background

This text has color #FCEDF8 on white background.


Black color preview on #FCEDF8 background

This text has black color on #FCEDF8 background.


White color preview on #FCEDF8 background

This text has white color on #FCEDF8 background.


Related colors

Complementary color

Complementary color for #hex is #031207.


I love getcolorcode.com

Triadic colors

1 #F8FCED and #EDF8FC with #FCEDF8 are triadic colors.

2 #F8EDFC and #EDFCF8 with #FCEDF8 are triadic colors.