COLOR #FCEEFD

HEX: #FCEEFD RGB: (252,238,253)

Color info

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

RGB color model

#FCEEFD color RGB value is (252,238,253).

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

RGB channels and saturation

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

252
238
253

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

Portions of RGB colors in percentages

R + G + B = 252 + 238 + 253 = 743 (100%)
R 252 of 743 ~ 33.92%
G 238 of 743 ~ 32.03%
B 253 of 743 ~ 34.05'%

%33.92
%32.03
%34.05

CMYK color model

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

  • cyan value is 0.40%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 0.78%

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

CMYK percentages

%0.4
%5.93
%0
%0.78

Codes

Color #FCEEFD in popluar color models

FC EE FD
RGB 252 238 253
HSL 296° 78.95% 96.27%
HSB/HSV 296° 5.93% 99.22%
CMYK 0.40% 5.93% 0.00%
0.78%

Color #FCEEFD in popluar number systems.

HEX FC EE FD
Decimal 252 238 253
Binary 11111100 11101110 11111101
Octal 374 356 375

Shades and tints

Shades of #FCEEFD

#FCEEFD
(252,238,253)
#E6D9E6
(230,217,230)
#D0C4CF
(208,196,207)
#BAAFB8
(186,175,184)
#A49AA1
(164,154,161)
#8E858A
(142,133,138)
#787073
(120,112,115)
#625B5C
(98,91,92)
#4C4645
(76,70,69)
#36312E
(54,49,46)
#201C17
(32,28,23)
#000000
(0,0,0)

Tints of #FCEEFD

#FCEEFD
(252,238,253)
#FCEFFD
(252,239,253)
#FCF0FD
(252,240,253)
#FCF1FD
(252,241,253)
#FCF2FD
(252,242,253)
#FCF3FD
(252,243,253)
#FCF4FD
(252,244,253)
#FCF5FD
(252,245,253)
#FCF6FD
(252,246,253)
#FCF7FD
(252,247,253)
#FCF8FD
(252,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEEFD; }

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

This text font color is #FCEEFD.

Background Color

.myBgColor { background-color: #FCEEFD; }

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

This div background color is #FCEEFD.

Border color

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

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

This div border color is #FCEEFD.

Opacity

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

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

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

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

This text has shadow with #FCEEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEEFD.

Preview

Color preview on black background

This text has color #FCEEFD on black background.


Color preview on white background

This text has color #FCEEFD on white background.


Black color preview on #FCEEFD background

This text has black color on #FCEEFD background.


White color preview on #FCEEFD background

This text has white color on #FCEEFD background.


Related colors

Complementary color

Complementary color for #hex is #031102.


I love getcolorcode.com

Triadic colors

1 #FDFCEE and #EEFDFC with #FCEEFD are triadic colors.

2 #FDEEFC and #EEFCFD with #FCEEFD are triadic colors.