COLOR #FECCFC

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

254
204
252

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

Portions of RGB colors in percentages

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

%35.77
%28.73
%35.49

CMYK color model

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

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

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

CMYK percentages

%0
%19.69
%0.79
%0.39

Codes

Color #FECCFC in popluar color models

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

Color #FECCFC in popluar number systems.

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

Shades and tints

Shades of #FECCFC

#FECCFC
(254,204,252)
#E7BAE6
(231,186,230)
#D0A8D0
(208,168,208)
#B996BA
(185,150,186)
#A284A4
(162,132,164)
#8B728E
(139,114,142)
#746078
(116,96,120)
#5D4E62
(93,78,98)
#463C4C
(70,60,76)
#2F2A36
(47,42,54)
#181820
(24,24,32)
#000000
(0,0,0)

Tints of #FECCFC

#FECCFC
(254,204,252)
#FED0FC
(254,208,252)
#FED4FC
(254,212,252)
#FED8FC
(254,216,252)
#FEDCFC
(254,220,252)
#FEE0FC
(254,224,252)
#FEE4FC
(254,228,252)
#FEE8FC
(254,232,252)
#FEECFC
(254,236,252)
#FEF0FC
(254,240,252)
#FEF4FC
(254,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECCFC; }

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

This text font color is #FECCFC.

Background Color

.myBgColor { background-color: #FECCFC; }

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

This div background color is #FECCFC.

Border color

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

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

This div border color is #FECCFC.

Opacity

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

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

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

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

This text has shadow with #FECCFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECCFC.

Preview

Color preview on black background

This text has color #FECCFC on black background.


Color preview on white background

This text has color #FECCFC on white background.


Black color preview on #FECCFC background

This text has black color on #FECCFC background.


White color preview on #FECCFC background

This text has white color on #FECCFC background.


Related colors

Complementary color

Complementary color for #hex is #013303.


I love getcolorcode.com

Triadic colors

1 #FCFECC and #CCFCFE with #FECCFC are triadic colors.

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