COLOR #FCDFF6

HEX: #FCDFF6
RGB: (252,223,246)

Color info

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

RGB color model

#FCDFF6 color RGB value is (252,223,246).

  • red value is 252;
  • green value is 223;
  • blue value is 246.
RGB:
(252,223,246)
(99%,87%,96%)

RGB channels and saturation

R 252 of 255 = 99%
G 223 of 255 = 87%
B 246 of 255 = 96%

252
223
246

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

Portions of RGB colors in percentages

R + G + B =
252 + 223 + 246 = 721 (100%)
R 252 of 721 ~ 34.95%
G 223 of 721 ~ 30.93%
B 246 of 721 ~ 34.12%

%34.95
%30.93
%34.12

CMYK color model

#FCDFF6 color CMYK value is (0,12,2,1).

  • cyan value is 0.00%
  • magenta value is 11.51%
  • yellow value is 2.38%
  • key color value is 1.18%
CMYK:
(0,12,2,1)
C0M12Y2K1 
(0%,12%,2%,1%)
(0.00/0.12/0.02/0.01)	

CMYK percentages

%0
%11.51
%2.38
%1.18

Codes

Color #FCDFF6 in popluar color models

FCDFF6
RGB252223246
HSL312°82.86%93.14%
HSB/HSV312°11.51%98.82%
CMYK0.00%11.51%2.38%
1.18%

Color #FCDFF6 in popluar number systems.

HEXFCDFF6
Decimal252223246
Binary111111001101111111110110
Octal374337366

Shades and tints

Shades of #FCDFF6

#FCDFF6
(252,223,246)
#E6CBE0
(230,203,224)
#D0B7CA
(208,183,202)
#BAA3B4
(186,163,180)
#A48F9E
(164,143,158)
#8E7B88
(142,123,136)
#786772
(120,103,114)
#62535C
(98,83,92)
#4C3F46
(76,63,70)
#362B30
(54,43,48)
#20171A
(32,23,26)
#000000
(0,0,0)

Tints of #FCDFF6

#FCDFF6
(252,223,246)
#FCE1F6
(252,225,246)
#FCE3F6
(252,227,246)
#FCE5F6
(252,229,246)
#FCE7F6
(252,231,246)
#FCE9F6
(252,233,246)
#FCEBF6
(252,235,246)
#FCEDF6
(252,237,246)
#FCEFF6
(252,239,246)
#FCF1F6
(252,241,246)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCDFF6; }

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

This text font color is #FCDFF6.


Background Color

.myBgColor { background-color: #FCDFF6; }

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

This div background color is #FCDFF6.


Border color

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

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

This div border color is #FCDFF6.


Opacity

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

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

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

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

This text has shadow with #FCDFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDFF6 on black background.


Color preview on white background

This text has color #FCDFF6 on white background.



Black color preview on #FCDFF6 background

This text has black color on #FCDFF6 background.


White color preview on #FCDFF6 background

This text has white color on #FCDFF6 background.