COLOR #FEC7F6

HEX: #FEC7F6
RGB: (254,199,246)

Color info

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

RGB color model

#FEC7F6 color RGB value is (254,199,246).

  • red value is 254;
  • green value is 199;
  • blue value is 246.
RGB:
(254,199,246)
(100%,78%,96%)

RGB channels and saturation

R 254 of 255 = 100%
G 199 of 255 = 78%
B 246 of 255 = 96%

254
199
246

R + G + B ~ 91%. #FEC7F6 is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 199 + 246 = 699 (100%)
R 254 of 699 ~ 36.34%
G 199 of 699 ~ 28.47%
B 246 of 699 ~ 35.19%

%36.34
%28.47
%35.19

CMYK color model

#FEC7F6 color CMYK value is (0,22,3,0).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 3.15%
  • key color value is 0.39%
CMYK:
(0,22,3,0)
C0M22Y3K0 
(0%,22%,3%,0%)
(0.00/0.22/0.03/0.00)	

CMYK percentages

%0
%21.65
%3.15
%0.39

Codes

Color #FEC7F6 in popluar color models

FEC7F6
RGB254199246
HSL309°96.49%88.82%
HSB/HSV309°21.65%99.61%
CMYK0.00%21.65%3.15%
0.39%

Color #FEC7F6 in popluar number systems.

HEXFEC7F6
Decimal254199246
Binary111111101100011111110110
Octal376307366

Shades and tints

Shades of #FEC7F6

#FEC7F6
(254,199,246)
#E7B5E0
(231,181,224)
#D0A3CA
(208,163,202)
#B991B4
(185,145,180)
#A27F9E
(162,127,158)
#8B6D88
(139,109,136)
#745B72
(116,91,114)
#5D495C
(93,73,92)
#463746
(70,55,70)
#2F2530
(47,37,48)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #FEC7F6

#FEC7F6
(254,199,246)
#FECCF6
(254,204,246)
#FED1F6
(254,209,246)
#FED6F6
(254,214,246)
#FEDBF6
(254,219,246)
#FEE0F6
(254,224,246)
#FEE5F6
(254,229,246)
#FEEAF6
(254,234,246)
#FEEFF6
(254,239,246)
#FEF4F6
(254,244,246)
#FEF9F6
(254,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC7F6 color. Also use rgb(254,199,246) instead hex code.

Text Font Color

.myTextColor { color: #FEC7F6; }

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

This text font color is #FEC7F6.


Background Color

.myBgColor { background-color: #FEC7F6; }

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

This div background color is #FEC7F6.


Border color

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

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

This div border color is #FEC7F6.


Opacity

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

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

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

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

This text has shadow with #FEC7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC7F6 on black background.


Color preview on white background

This text has color #FEC7F6 on white background.



Black color preview on #FEC7F6 background

This text has black color on #FEC7F6 background.


White color preview on #FEC7F6 background

This text has white color on #FEC7F6 background.