COLOR #FCE6EB

HEX: #FCE6EB RGB: (252,230,235)

Color info

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

RGB color model

#FCE6EB color RGB value is (252,230,235).

RGB: (252,230,235) (99%, 90%, 92%)

RGB channels and saturation

R 252 of 255 = 99%
G 230 of 255 = 90%
B 235 of 255 = 92%

252
230
235

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

Portions of RGB colors in percentages

R + G + B = 252 + 230 + 235 = 717 (100%)
R 252 of 717 ~ 35.15%
G 230 of 717 ~ 32.08%
B 235 of 717 ~ 32.78'%

%35.15
%32.08
%32.78

CMYK color model

#FCE6EB color CMYK value is (0,9,7,1).

  • cyan value is 0.00%
  • magenta value is 8.73%
  • yellow value is 6.75%
  • key color value is 1.18%
CMYK: (0,9,7,1) C0M9Y7K1 (0%,9%,7%,1%) (0.00/0.09/0.07/0.01) 

CMYK percentages

%0
%8.73
%6.75
%1.18

Codes

Color #FCE6EB in popluar color models

FC E6 EB
RGB 252 230 235
HSL 346° 78.57% 94.51%
HSB/HSV 346° 8.73% 98.82%
CMYK 0.00% 8.73% 6.75%
1.18%

Color #FCE6EB in popluar number systems.

HEX FC E6 EB
Decimal 252 230 235
Binary 11111100 11100110 11101011
Octal 374 346 353

Shades and tints

Shades of #FCE6EB

#FCE6EB
(252,230,235)
#E6D2D6
(230,210,214)
#D0BEC1
(208,190,193)
#BAAAAC
(186,170,172)
#A49697
(164,150,151)
#8E8282
(142,130,130)
#786E6D
(120,110,109)
#625A58
(98,90,88)
#4C4643
(76,70,67)
#36322E
(54,50,46)
#201E19
(32,30,25)
#000000
(0,0,0)

Tints of #FCE6EB

#FCE6EB
(252,230,235)
#FCE8EC
(252,232,236)
#FCEAED
(252,234,237)
#FCECEE
(252,236,238)
#FCEEEF
(252,238,239)
#FCF0F0
(252,240,240)
#FCF2F1
(252,242,241)
#FCF4F2
(252,244,242)
#FCF6F3
(252,246,243)
#FCF8F4
(252,248,244)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6EB; }

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

This text font color is #FCE6EB.

Background Color

.myBgColor { background-color: #FCE6EB; }

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

This div background color is #FCE6EB.

Border color

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

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

This div border color is #FCE6EB.

Opacity

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

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

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

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

This text has shadow with #FCE6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE6EB.

Preview

Color preview on black background

This text has color #FCE6EB on black background.


Color preview on white background

This text has color #FCE6EB on white background.


Black color preview on #FCE6EB background

This text has black color on #FCE6EB background.


White color preview on #FCE6EB background

This text has white color on #FCE6EB background.


Related colors

Complementary color

Complementary color for #hex is #031914.


I love getcolorcode.com

Triadic colors

1 #EBFCE6 and #E6EBFC with #FCE6EB are triadic colors.

2 #EBE6FC and #E6FCEB with #FCE6EB are triadic colors.