COLOR #FCEEEE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

252
238
238

R + G + B ~ 95%. #FCEEEE is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 238 + 238 = 728 (100%)
R 252 of 728 ~ 34.62%
G 238 of 728 ~ 32.69%
B 238 of 728 ~ 32.69'%

%34.62
%32.69
%32.69

CMYK color model

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

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

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

CMYK percentages

%0
%5.56
%5.56
%1.18

Codes

Color #FCEEEE in popluar color models

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

Color #FCEEEE in popluar number systems.

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

Shades and tints

Shades of #FCEEEE

#FCEEEE
(252,238,238)
#E6D9D9
(230,217,217)
#D0C4C4
(208,196,196)
#BAAFAF
(186,175,175)
#A49A9A
(164,154,154)
#8E8585
(142,133,133)
#787070
(120,112,112)
#625B5B
(98,91,91)
#4C4646
(76,70,70)
#363131
(54,49,49)
#201C1C
(32,28,28)
#000000
(0,0,0)

Tints of #FCEEEE

#FCEEEE
(252,238,238)
#FCEFEF
(252,239,239)
#FCF0F0
(252,240,240)
#FCF1F1
(252,241,241)
#FCF2F2
(252,242,242)
#FCF3F3
(252,243,243)
#FCF4F4
(252,244,244)
#FCF5F5
(252,245,245)
#FCF6F6
(252,246,246)
#FCF7F7
(252,247,247)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEEEE; }

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

This text font color is #FCEEEE.

Background Color

.myBgColor { background-color: #FCEEEE; }

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

This div background color is #FCEEEE.

Border color

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

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

This div border color is #FCEEEE.

Opacity

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

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

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

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

This text has shadow with #FCEEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEEEE.

Preview

Color preview on black background

This text has color #FCEEEE on black background.


Color preview on white background

This text has color #FCEEEE on white background.


Black color preview on #FCEEEE background

This text has black color on #FCEEEE background.


White color preview on #FCEEEE background

This text has white color on #FCEEEE background.


Related colors

Complementary color

Complementary color for #hex is #031111.


I love getcolorcode.com