COLOR #FEC7F3

HEX: #FEC7F3
RGB: (254,199,243)

Color info

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

RGB color model

#FEC7F3 color RGB value is (254,199,243).

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

RGB channels and saturation

R 254 of 255 = 100%
G 199 of 255 = 78%
B 243 of 255 = 95%

254
199
243

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

Portions of RGB colors in percentages

R + G + B =
254 + 199 + 243 = 696 (100%)
R 254 of 696 ~ 36.49%
G 199 of 696 ~ 28.59%
B 243 of 696 ~ 34.91%

%36.49
%28.59
%34.91

CMYK color model

#FEC7F3 color CMYK value is (0,22,4,0).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 4.33%
  • key color value is 0.39%
CMYK:
(0,22,4,0)
C0M22Y4K0 
(0%,22%,4%,0%)
(0.00/0.22/0.04/0.00)	

CMYK percentages

%0
%21.65
%4.33
%0.39

Codes

Color #FEC7F3 in popluar color models

FEC7F3
RGB254199243
HSL312°96.49%88.82%
HSB/HSV312°21.65%99.61%
CMYK0.00%21.65%4.33%
0.39%

Color #FEC7F3 in popluar number systems.

HEXFEC7F3
Decimal254199243
Binary111111101100011111110011
Octal376307363

Shades and tints

Shades of #FEC7F3

#FEC7F3
(254,199,243)
#E7B5DD
(231,181,221)
#D0A3C7
(208,163,199)
#B991B1
(185,145,177)
#A27F9B
(162,127,155)
#8B6D85
(139,109,133)
#745B6F
(116,91,111)
#5D4959
(93,73,89)
#463743
(70,55,67)
#2F252D
(47,37,45)
#181317
(24,19,23)
#000000
(0,0,0)

Tints of #FEC7F3

#FEC7F3
(254,199,243)
#FECCF4
(254,204,244)
#FED1F5
(254,209,245)
#FED6F6
(254,214,246)
#FEDBF7
(254,219,247)
#FEE0F8
(254,224,248)
#FEE5F9
(254,229,249)
#FEEAFA
(254,234,250)
#FEEFFB
(254,239,251)
#FEF4FC
(254,244,252)
#FEF9FD
(254,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC7F3; }

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

This text font color is #FEC7F3.


Background Color

.myBgColor { background-color: #FEC7F3; }

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

This div background color is #FEC7F3.


Border color

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

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

This div border color is #FEC7F3.


Opacity

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

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

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

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

This text has shadow with #FEC7F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC7F3 on black background.


Color preview on white background

This text has color #FEC7F3 on white background.



Black color preview on #FEC7F3 background

This text has black color on #FEC7F3 background.


White color preview on #FEC7F3 background

This text has white color on #FEC7F3 background.