COLOR #FCE6EE

HEX: #FCE6EE RGB: (252,230,238)

Color info

#FCE6EE contains red, green and blue colors in about the same proportion. Web safe color of #FCE6EE is #FFCCFF (or #FCF).

RGB color model

#FCE6EE color RGB value is (252,230,238).

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

RGB channels and saturation

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

252
230
238

R + G + B ~ 94%. #FCE6EE is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 230 + 238 = 720 (100%)
R 252 of 720 ~ 35%
G 230 of 720 ~ 31.94%
B 238 of 720 ~ 33.06'%

%35
%31.94
%33.06

CMYK color model

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

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

CMYK: (0,9,6,1)
C0M9Y6K1 (0%, 9%, 6%, 1%)
(0.00 / 0.09 / 0.06 / 0.01)

CMYK percentages

%0
%8.73
%5.56
%1.18

Codes

Color #FCE6EE in popluar color models

FC E6 EE
RGB 252 230 238
HSL 338° 78.57% 94.51%
HSB/HSV 338° 8.73% 98.82%
CMYK 0.00% 8.73% 5.56%
1.18%

Color #FCE6EE in popluar number systems.

HEX FC E6 EE
Decimal 252 230 238
Binary 11111100 11100110 11101110
Octal 374 346 356

Shades and tints

Shades of #FCE6EE

#FCE6EE
(252,230,238)
#E6D2D9
(230,210,217)
#D0BEC4
(208,190,196)
#BAAAAF
(186,170,175)
#A4969A
(164,150,154)
#8E8285
(142,130,133)
#786E70
(120,110,112)
#625A5B
(98,90,91)
#4C4646
(76,70,70)
#363231
(54,50,49)
#201E1C
(32,30,28)
#000000
(0,0,0)

Tints of #FCE6EE

#FCE6EE
(252,230,238)
#FCE8EF
(252,232,239)
#FCEAF0
(252,234,240)
#FCECF1
(252,236,241)
#FCEEF2
(252,238,242)
#FCF0F3
(252,240,243)
#FCF2F4
(252,242,244)
#FCF4F5
(252,244,245)
#FCF6F6
(252,246,246)
#FCF8F7
(252,248,247)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6EE; }

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

This text font color is #FCE6EE.

Background Color

.myBgColor { background-color: #FCE6EE; }

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

This div background color is #FCE6EE.

Border color

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

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

This div border color is #FCE6EE.

Opacity

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

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

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

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

This text has shadow with #FCE6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE6EE.

Preview

Color preview on black background

This text has color #FCE6EE on black background.


Color preview on white background

This text has color #FCE6EE on white background.


Black color preview on #FCE6EE background

This text has black color on #FCE6EE background.


White color preview on #FCE6EE background

This text has white color on #FCE6EE background.


Related colors

Complementary color

Complementary color for #hex is #031911.


I love getcolorcode.com

Triadic colors

1 #EEFCE6 and #E6EEFC with #FCE6EE are triadic colors.

2 #EEE6FC and #E6FCEE with #FCE6EE are triadic colors.