COLOR #FCEEEF

HEX: #FCEEEF RGB: (252,238,239)

Color info

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

RGB color model

#FCEEEF color RGB value is (252,238,239).

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

RGB channels and saturation

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

252
238
239

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

Portions of RGB colors in percentages

R + G + B = 252 + 238 + 239 = 729 (100%)
R 252 of 729 ~ 34.57%
G 238 of 729 ~ 32.65%
B 239 of 729 ~ 32.78'%

%34.57
%32.65
%32.78

CMYK color model

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

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

CMYK: (0,6,5,1)
C0M6Y5K1 (0%, 6%, 5%, 1%)
(0.00 / 0.06 / 0.05 / 0.01)

CMYK percentages

%0
%5.56
%5.16
%1.18

Codes

Color #FCEEEF in popluar color models

FC EE EF
RGB 252 238 239
HSL 356° 70.00% 96.08%
HSB/HSV 356° 5.56% 98.82%
CMYK 0.00% 5.56% 5.16%
1.18%

Color #FCEEEF in popluar number systems.

HEX FC EE EF
Decimal 252 238 239
Binary 11111100 11101110 11101111
Octal 374 356 357

Shades and tints

Shades of #FCEEEF

#FCEEEF
(252,238,239)
#E6D9DA
(230,217,218)
#D0C4C5
(208,196,197)
#BAAFB0
(186,175,176)
#A49A9B
(164,154,155)
#8E8586
(142,133,134)
#787071
(120,112,113)
#625B5C
(98,91,92)
#4C4647
(76,70,71)
#363132
(54,49,50)
#201C1D
(32,28,29)
#000000
(0,0,0)

Tints of #FCEEEF

#FCEEEF
(252,238,239)
#FCEFF0
(252,239,240)
#FCF0F1
(252,240,241)
#FCF1F2
(252,241,242)
#FCF2F3
(252,242,243)
#FCF3F4
(252,243,244)
#FCF4F5
(252,244,245)
#FCF5F6
(252,245,246)
#FCF6F7
(252,246,247)
#FCF7F8
(252,247,248)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEEEF; }

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

This text font color is #FCEEEF.

Background Color

.myBgColor { background-color: #FCEEEF; }

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

This div background color is #FCEEEF.

Border color

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

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

This div border color is #FCEEEF.

Opacity

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

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

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

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

This text has shadow with #FCEEEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEEEF.

Preview

Color preview on black background

This text has color #FCEEEF on black background.


Color preview on white background

This text has color #FCEEEF on white background.


Black color preview on #FCEEEF background

This text has black color on #FCEEEF background.


White color preview on #FCEEEF background

This text has white color on #FCEEEF background.


Related colors

Complementary color

Complementary color for #hex is #031110.


I love getcolorcode.com

Triadic colors

1 #EFFCEE and #EEEFFC with #FCEEEF are triadic colors.

2 #EFEEFC and #EEFCEF with #FCEEEF are triadic colors.