COLOR #FCE6FF

HEX: #FCE6FF
RGB: (252,230,255)

Color info

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

RGB color model

#FCE6FF color RGB value is (252,230,255).

  • red value is 252;
  • green value is 230;
  • blue value is 255.
RGB:
(252,230,255)
(99%,90%,100%)

RGB channels and saturation

R 252 of 255 = 99%
G 230 of 255 = 90%
B 255 of 255 = 100%

252
230
255

R + G + B ~ 96%. #FCE6FF is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 230 + 255 = 737 (100%)
R 252 of 737 ~ 34.19%
G 230 of 737 ~ 31.21%
B 255 of 737 ~ 34.6%

%34.19
%31.21
%34.6

CMYK color model

#FCE6FF color CMYK value is (1,10,0,0).

  • cyan value is 1.18%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(1,10,0,0)
C1M10Y0K0 
(1%,10%,0%,0%)
(0.01/0.10/0.00/0.00)	

CMYK percentages

%1.18
%9.8
%0
%0

Codes

Color #FCE6FF in popluar color models

FCE6FF
RGB252230255
HSL293°100.00%95.10%
HSB/HSV293°9.80%100.00%
CMYK1.18%9.80%0.00%
0.00%

Color #FCE6FF in popluar number systems.

HEXFCE6FF
Decimal252230255
Binary111111001110011011111111
Octal374346377

Shades and tints

Shades of #FCE6FF

#FCE6FF
(252,230,255)
#E6D2E8
(230,210,232)
#D0BED1
(208,190,209)
#BAAABA
(186,170,186)
#A496A3
(164,150,163)
#8E828C
(142,130,140)
#786E75
(120,110,117)
#625A5E
(98,90,94)
#4C4647
(76,70,71)
#363230
(54,50,48)
#201E19
(32,30,25)
#000000
(0,0,0)

Tints of #FCE6FF

#FCE6FF
(252,230,255)
#FCE8FF
(252,232,255)
#FCEAFF
(252,234,255)
#FCECFF
(252,236,255)
#FCEEFF
(252,238,255)
#FCF0FF
(252,240,255)
#FCF2FF
(252,242,255)
#FCF4FF
(252,244,255)
#FCF6FF
(252,246,255)
#FCF8FF
(252,248,255)
#FCFAFF
(252,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6FF; }

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

This text font color is #FCE6FF.


Background Color

.myBgColor { background-color: #FCE6FF; }

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

This div background color is #FCE6FF.


Border color

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

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

This div border color is #FCE6FF.


Opacity

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

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

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

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

This text has shadow with #FCE6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE6FF on black background.


Color preview on white background

This text has color #FCE6FF on white background.



Black color preview on #FCE6FF background

This text has black color on #FCE6FF background.


White color preview on #FCE6FF background

This text has white color on #FCE6FF background.