COLOR #FECFFC

HEX: #FECFFC
RGB: (254,207,252)

Color info

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

RGB color model

#FECFFC color RGB value is (254,207,252).

  • red value is 254;
  • green value is 207;
  • blue value is 252.
RGB:
(254,207,252)
(100%,81%,99%)

RGB channels and saturation

R 254 of 255 = 100%
G 207 of 255 = 81%
B 252 of 255 = 99%

254
207
252

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

Portions of RGB colors in percentages

R + G + B =
254 + 207 + 252 = 713 (100%)
R 254 of 713 ~ 35.62%
G 207 of 713 ~ 29.03%
B 252 of 713 ~ 35.34%

%35.62
%29.03
%35.34

CMYK color model

#FECFFC color CMYK value is (0,19,1,0).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 0.79%
  • key color value is 0.39%
CMYK:
(0,19,1,0)
C0M19Y1K0 
(0%,19%,1%,0%)
(0.00/0.19/0.01/0.00)	

CMYK percentages

%0
%18.5
%0.79
%0.39

Codes

Color #FECFFC in popluar color models

FECFFC
RGB254207252
HSL303°95.92%90.39%
HSB/HSV303°18.50%99.61%
CMYK0.00%18.50%0.79%
0.39%

Color #FECFFC in popluar number systems.

HEXFECFFC
Decimal254207252
Binary111111101100111111111100
Octal376317374

Shades and tints

Shades of #FECFFC

#FECFFC
(254,207,252)
#E7BDE6
(231,189,230)
#D0ABD0
(208,171,208)
#B999BA
(185,153,186)
#A287A4
(162,135,164)
#8B758E
(139,117,142)
#746378
(116,99,120)
#5D5162
(93,81,98)
#463F4C
(70,63,76)
#2F2D36
(47,45,54)
#181B20
(24,27,32)
#000000
(0,0,0)

Tints of #FECFFC

#FECFFC
(254,207,252)
#FED3FC
(254,211,252)
#FED7FC
(254,215,252)
#FEDBFC
(254,219,252)
#FEDFFC
(254,223,252)
#FEE3FC
(254,227,252)
#FEE7FC
(254,231,252)
#FEEBFC
(254,235,252)
#FEEFFC
(254,239,252)
#FEF3FC
(254,243,252)
#FEF7FC
(254,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECFFC; }

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

This text font color is #FECFFC.


Background Color

.myBgColor { background-color: #FECFFC; }

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

This div background color is #FECFFC.


Border color

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

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

This div border color is #FECFFC.


Opacity

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

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

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

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

This text has shadow with #FECFFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FECFFC on black background.


Color preview on white background

This text has color #FECFFC on white background.



Black color preview on #FECFFC background

This text has black color on #FECFFC background.


White color preview on #FECFFC background

This text has white color on #FECFFC background.