COLOR #FCCCFE

HEX: #FCCCFE RGB: (252,204,254)

Color info

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

RGB color model

#FCCCFE color RGB value is (252,204,254).

RGB: (252,204,254) (99%, 80%, 100%)

RGB channels and saturation

R 252 of 255 = 99%
G 204 of 255 = 80%
B 254 of 255 = 100%

252
204
254

R + G + B ~ 93%. #FCCCFE is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 204 + 254 = 710 (100%)
R 252 of 710 ~ 35.49%
G 204 of 710 ~ 28.73%
B 254 of 710 ~ 35.77'%

%35.49
%28.73
%35.77

CMYK color model

#FCCCFE color CMYK value is (1,20,0,0).

  • cyan value is 0.79%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (1,20,0,0)
C1M20Y0K0 (1%, 20%, 0%, 0%)
(0.01 / 0.20 / 0.00 / 0.00)

CMYK percentages

%0.79
%19.69
%0
%0.39

Codes

Color #FCCCFE in popluar color models

FC CC FE
RGB 252 204 254
HSL 298° 96.15% 89.80%
HSB/HSV 298° 19.69% 99.61%
CMYK 0.79% 19.69% 0.00%
0.39%

Color #FCCCFE in popluar number systems.

HEX FC CC FE
Decimal 252 204 254
Binary 11111100 11001100 11111110
Octal 374 314 376

Shades and tints

Shades of #FCCCFE

#FCCCFE
(252,204,254)
#E6BAE7
(230,186,231)
#D0A8D0
(208,168,208)
#BA96B9
(186,150,185)
#A484A2
(164,132,162)
#8E728B
(142,114,139)
#786074
(120,96,116)
#624E5D
(98,78,93)
#4C3C46
(76,60,70)
#362A2F
(54,42,47)
#201818
(32,24,24)
#000000
(0,0,0)

Tints of #FCCCFE

#FCCCFE
(252,204,254)
#FCD0FE
(252,208,254)
#FCD4FE
(252,212,254)
#FCD8FE
(252,216,254)
#FCDCFE
(252,220,254)
#FCE0FE
(252,224,254)
#FCE4FE
(252,228,254)
#FCE8FE
(252,232,254)
#FCECFE
(252,236,254)
#FCF0FE
(252,240,254)
#FCF4FE
(252,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCCCFE color. Also use rgb(252,204,254) instead hex code.

Text Font Color

.myTextColor { color: #FCCCFE; }

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

This text font color is #FCCCFE.

Background Color

.myBgColor { background-color: #FCCCFE; }

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

This div background color is #FCCCFE.

Border color

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

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

This div border color is #FCCCFE.

Opacity

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

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

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

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

This text has shadow with #FCCCFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCCCFE.

Preview

Color preview on black background

This text has color #FCCCFE on black background.


Color preview on white background

This text has color #FCCCFE on white background.


Black color preview on #FCCCFE background

This text has black color on #FCCCFE background.


White color preview on #FCCCFE background

This text has white color on #FCCCFE background.


Related colors

Complementary color

Complementary color for #hex is #033301.


I love getcolorcode.com

Triadic colors

1 #FEFCCC and #CCFEFC with #FCCCFE are triadic colors.

2 #FECCFC and #CCFCFE with #FCCCFE are triadic colors.