COLOR #FEC9F9

HEX: #FEC9F9
RGB: (254,201,249)

Color info

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

RGB color model

#FEC9F9 color RGB value is (254,201,249).

  • red value is 254;
  • green value is 201;
  • blue value is 249.
RGB:
(254,201,249)
(100%,79%,98%)

RGB channels and saturation

R 254 of 255 = 100%
G 201 of 255 = 79%
B 249 of 255 = 98%

254
201
249

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

Portions of RGB colors in percentages

R + G + B =
254 + 201 + 249 = 704 (100%)
R 254 of 704 ~ 36.08%
G 201 of 704 ~ 28.55%
B 249 of 704 ~ 35.37%

%36.08
%28.55
%35.37

CMYK color model

#FEC9F9 color CMYK value is (0,21,2,0).

  • cyan value is 0.00%
  • magenta value is 20.87%
  • yellow value is 1.97%
  • key color value is 0.39%
CMYK:
(0,21,2,0)
C0M21Y2K0 
(0%,21%,2%,0%)
(0.00/0.21/0.02/0.00)	

CMYK percentages

%0
%20.87
%1.97
%0.39

Codes

Color #FEC9F9 in popluar color models

FEC9F9
RGB254201249
HSL306°96.36%89.22%
HSB/HSV306°20.87%99.61%
CMYK0.00%20.87%1.97%
0.39%

Color #FEC9F9 in popluar number systems.

HEXFEC9F9
Decimal254201249
Binary111111101100100111111001
Octal376311371

Shades and tints

Shades of #FEC9F9

#FEC9F9
(254,201,249)
#E7B7E3
(231,183,227)
#D0A5CD
(208,165,205)
#B993B7
(185,147,183)
#A281A1
(162,129,161)
#8B6F8B
(139,111,139)
#745D75
(116,93,117)
#5D4B5F
(93,75,95)
#463949
(70,57,73)
#2F2733
(47,39,51)
#18151D
(24,21,29)
#000000
(0,0,0)

Tints of #FEC9F9

#FEC9F9
(254,201,249)
#FECDF9
(254,205,249)
#FED1F9
(254,209,249)
#FED5F9
(254,213,249)
#FED9F9
(254,217,249)
#FEDDF9
(254,221,249)
#FEE1F9
(254,225,249)
#FEE5F9
(254,229,249)
#FEE9F9
(254,233,249)
#FEEDF9
(254,237,249)
#FEF1F9
(254,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEC9F9 color. Also use rgb(254,201,249) instead hex code.

Text Font Color

.myTextColor { color: #FEC9F9; }

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

This text font color is #FEC9F9.


Background Color

.myBgColor { background-color: #FEC9F9; }

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

This div background color is #FEC9F9.


Border color

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

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

This div border color is #FEC9F9.


Opacity

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

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

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

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

This text has shadow with #FEC9F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC9F9 on black background.


Color preview on white background

This text has color #FEC9F9 on white background.



Black color preview on #FEC9F9 background

This text has black color on #FEC9F9 background.


White color preview on #FEC9F9 background

This text has white color on #FEC9F9 background.