COLOR #FEC5FB

HEX: #FEC5FB
RGB: (254,197,251)

Color info

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

RGB color model

#FEC5FB color RGB value is (254,197,251).

  • red value is 254;
  • green value is 197;
  • blue value is 251.
RGB:
(254,197,251)
(100%,77%,98%)

RGB channels and saturation

R 254 of 255 = 100%
G 197 of 255 = 77%
B 251 of 255 = 98%

254
197
251

R + G + B ~ 92%. #FEC5FB is light color.

Portions of RGB colors in percentages

R + G + B =
254 + 197 + 251 = 702 (100%)
R 254 of 702 ~ 36.18%
G 197 of 702 ~ 28.06%
B 251 of 702 ~ 35.75%

%36.18
%28.06
%35.75

CMYK color model

#FEC5FB color CMYK value is (0,22,1,0).

  • cyan value is 0.00%
  • magenta value is 22.44%
  • yellow value is 1.18%
  • key color value is 0.39%
CMYK:
(0,22,1,0)
C0M22Y1K0 
(0%,22%,1%,0%)
(0.00/0.22/0.01/0.00)	

CMYK percentages

%0
%22.44
%1.18
%0.39

Codes

Color #FEC5FB in popluar color models

FEC5FB
RGB254197251
HSL303°96.61%88.43%
HSB/HSV303°22.44%99.61%
CMYK0.00%22.44%1.18%
0.39%

Color #FEC5FB in popluar number systems.

HEXFEC5FB
Decimal254197251
Binary111111101100010111111011
Octal376305373

Shades and tints

Shades of #FEC5FB

#FEC5FB
(254,197,251)
#E7B4E5
(231,180,229)
#D0A3CF
(208,163,207)
#B992B9
(185,146,185)
#A281A3
(162,129,163)
#8B708D
(139,112,141)
#745F77
(116,95,119)
#5D4E61
(93,78,97)
#463D4B
(70,61,75)
#2F2C35
(47,44,53)
#181B1F
(24,27,31)
#000000
(0,0,0)

Tints of #FEC5FB

#FEC5FB
(254,197,251)
#FECAFB
(254,202,251)
#FECFFB
(254,207,251)
#FED4FB
(254,212,251)
#FED9FB
(254,217,251)
#FEDEFB
(254,222,251)
#FEE3FB
(254,227,251)
#FEE8FB
(254,232,251)
#FEEDFB
(254,237,251)
#FEF2FB
(254,242,251)
#FEF7FB
(254,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC5FB color. Also use rgb(254,197,251) instead hex code.

Text Font Color

.myTextColor { color: #FEC5FB; }

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

This text font color is #FEC5FB.


Background Color

.myBgColor { background-color: #FEC5FB; }

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

This div background color is #FEC5FB.


Border color

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

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

This div border color is #FEC5FB.


Opacity

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

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

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

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

This text has shadow with #FEC5FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC5FB on black background.


Color preview on white background

This text has color #FEC5FB on white background.



Black color preview on #FEC5FB background

This text has black color on #FEC5FB background.


White color preview on #FEC5FB background

This text has white color on #FEC5FB background.