COLOR #FCEDFF

HEX: #FCEDFF RGB: (252,237,255)

Color info

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

RGB color model

#FCEDFF color RGB value is (252,237,255).

RGB: (252,237,255) (99%, 93%, 100%)

RGB channels and saturation

R 252 of 255 = 99%
G 237 of 255 = 93%
B 255 of 255 = 100%

252
237
255

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

Portions of RGB colors in percentages

R + G + B = 252 + 237 + 255 = 744 (100%)
R 252 of 744 ~ 33.87%
G 237 of 744 ~ 31.85%
B 255 of 744 ~ 34.27'%

%33.87
%31.85
%34.27

CMYK color model

#FCEDFF color CMYK value is (1,7,0,0).

  • cyan value is 1.18%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (1,7,0,0)
C1M7Y0K0 (1%, 7%, 0%, 0%)
(0.01 / 0.07 / 0.00 / 0.00)

CMYK percentages

%1.18
%7.06
%0
%0

Codes

Color #FCEDFF in popluar color models

FC ED FF
RGB 252 237 255
HSL 290° 100.00% 96.47%
HSB/HSV 290° 7.06% 100.00%
CMYK 1.18% 7.06% 0.00%
0.00%

Color #FCEDFF in popluar number systems.

HEX FC ED FF
Decimal 252 237 255
Binary 11111100 11101101 11111111
Octal 374 355 377

Shades and tints

Shades of #FCEDFF

#FCEDFF
(252,237,255)
#E6D8E8
(230,216,232)
#D0C3D1
(208,195,209)
#BAAEBA
(186,174,186)
#A499A3
(164,153,163)
#8E848C
(142,132,140)
#786F75
(120,111,117)
#625A5E
(98,90,94)
#4C4547
(76,69,71)
#363030
(54,48,48)
#201B19
(32,27,25)
#000000
(0,0,0)

Tints of #FCEDFF

#FCEDFF
(252,237,255)
#FCEEFF
(252,238,255)
#FCEFFF
(252,239,255)
#FCF0FF
(252,240,255)
#FCF1FF
(252,241,255)
#FCF2FF
(252,242,255)
#FCF3FF
(252,243,255)
#FCF4FF
(252,244,255)
#FCF5FF
(252,245,255)
#FCF6FF
(252,246,255)
#FCF7FF
(252,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEDFF; }

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

This text font color is #FCEDFF.

Background Color

.myBgColor { background-color: #FCEDFF; }

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

This div background color is #FCEDFF.

Border color

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

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

This div border color is #FCEDFF.

Opacity

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

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

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

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

This text has shadow with #FCEDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEDFF.

Preview

Color preview on black background

This text has color #FCEDFF on black background.


Color preview on white background

This text has color #FCEDFF on white background.


Black color preview on #FCEDFF background

This text has black color on #FCEDFF background.


White color preview on #FCEDFF background

This text has white color on #FCEDFF background.


Related colors

Complementary color

Complementary color for #hex is #031200.


I love getcolorcode.com

Triadic colors

1 #FFFCED and #EDFFFC with #FCEDFF are triadic colors.

2 #FFEDFC and #EDFCFF with #FCEDFF are triadic colors.