COLOR #FCEEFC

HEX: #FCEEFC RGB: (252,238,252)

Color info

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

RGB color model

#FCEEFC color RGB value is (252,238,252).

RGB: (252,238,252) (99%, 93%, 99%)

RGB channels and saturation

R 252 of 255 = 99%
G 238 of 255 = 93%
B 252 of 255 = 99%

252
238
252

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

Portions of RGB colors in percentages

R + G + B = 252 + 238 + 252 = 742 (100%)
R 252 of 742 ~ 33.96%
G 238 of 742 ~ 32.08%
B 252 of 742 ~ 33.96'%

%33.96
%32.08
%33.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • 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
%5.56
%0
%1.18

Codes

Color #FCEEFC in popluar color models

FC EE FC
RGB 252 238 252
HSL 300° 70.00% 96.08%
HSB/HSV 300° 5.56% 98.82%
CMYK 0.00% 5.56% 0.00%
1.18%

Color #FCEEFC in popluar number systems.

HEX FC EE FC
Decimal 252 238 252
Binary 11111100 11101110 11111100
Octal 374 356 374

Shades and tints

Shades of #FCEEFC

#FCEEFC
(252,238,252)
#E6D9E6
(230,217,230)
#D0C4D0
(208,196,208)
#BAAFBA
(186,175,186)
#A49AA4
(164,154,164)
#8E858E
(142,133,142)
#787078
(120,112,120)
#625B62
(98,91,98)
#4C464C
(76,70,76)
#363136
(54,49,54)
#201C20
(32,28,32)
#000000
(0,0,0)

Tints of #FCEEFC

#FCEEFC
(252,238,252)
#FCEFFC
(252,239,252)
#FCF0FC
(252,240,252)
#FCF1FC
(252,241,252)
#FCF2FC
(252,242,252)
#FCF3FC
(252,243,252)
#FCF4FC
(252,244,252)
#FCF5FC
(252,245,252)
#FCF6FC
(252,246,252)
#FCF7FC
(252,247,252)
#FCF8FC
(252,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEEFC; }

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

This text font color is #FCEEFC.

Background Color

.myBgColor { background-color: #FCEEFC; }

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

This div background color is #FCEEFC.

Border color

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

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

This div border color is #FCEEFC.

Opacity

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

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

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

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

This text has shadow with #FCEEFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEEFC.

Preview

Color preview on black background

This text has color #FCEEFC on black background.


Color preview on white background

This text has color #FCEEFC on white background.


Black color preview on #FCEEFC background

This text has black color on #FCEEFC background.


White color preview on #FCEEFC background

This text has white color on #FCEEFC background.


Related colors

Complementary color

Complementary color for #hex is #031103.


I love getcolorcode.com

Triadic colors

1 #FCFCEE and #EEFCFC with #FCEEFC are triadic colors.

2 #FCEEFC and #EEFCFC with #FCEEFC are triadic colors.