COLOR #FEC9FF

HEX: #FEC9FF RGB: (254,201,255)

Color info

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

RGB color model

#FEC9FF color RGB value is (254,201,255).

RGB: (254,201,255) (100%, 79%, 100%)

RGB channels and saturation

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

254
201
255

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

Portions of RGB colors in percentages

R + G + B = 254 + 201 + 255 = 710 (100%)
R 254 of 710 ~ 35.77%
G 201 of 710 ~ 28.31%
B 255 of 710 ~ 35.92'%

%35.77
%28.31
%35.92

CMYK color model

#FEC9FF color CMYK value is (0,21,0,0).

  • cyan value is 0.39%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (0,21,0,0)
C0M21Y0K0 (0%, 21%, 0%, 0%)
(0.00 / 0.21 / 0.00 / 0.00)

CMYK percentages

%0.39
%21.18
%0
%0

Codes

Color #FEC9FF in popluar color models

FE C9 FF
RGB 254 201 255
HSL 299° 100.00% 89.41%
HSB/HSV 299° 21.18% 100.00%
CMYK 0.39% 21.18% 0.00%
0.00%

Color #FEC9FF in popluar number systems.

HEX FE C9 FF
Decimal 254 201 255
Binary 11111110 11001001 11111111
Octal 376 311 377

Shades and tints

Shades of #FEC9FF

#FEC9FF
(254,201,255)
#E7B7E8
(231,183,232)
#D0A5D1
(208,165,209)
#B993BA
(185,147,186)
#A281A3
(162,129,163)
#8B6F8C
(139,111,140)
#745D75
(116,93,117)
#5D4B5E
(93,75,94)
#463947
(70,57,71)
#2F2730
(47,39,48)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #FEC9FF

#FEC9FF
(254,201,255)
#FECDFF
(254,205,255)
#FED1FF
(254,209,255)
#FED5FF
(254,213,255)
#FED9FF
(254,217,255)
#FEDDFF
(254,221,255)
#FEE1FF
(254,225,255)
#FEE5FF
(254,229,255)
#FEE9FF
(254,233,255)
#FEEDFF
(254,237,255)
#FEF1FF
(254,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC9FF; }

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

This text font color is #FEC9FF.

Background Color

.myBgColor { background-color: #FEC9FF; }

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

This div background color is #FEC9FF.

Border color

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

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

This div border color is #FEC9FF.

Opacity

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

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

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

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

This text has shadow with #FEC9FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEC9FF.

Preview

Color preview on black background

This text has color #FEC9FF on black background.


Color preview on white background

This text has color #FEC9FF on white background.


Black color preview on #FEC9FF background

This text has black color on #FEC9FF background.


White color preview on #FEC9FF background

This text has white color on #FEC9FF background.


Related colors

Complementary color

Complementary color for #hex is #013600.


I love getcolorcode.com

Triadic colors

1 #FFFEC9 and #C9FFFE with #FEC9FF are triadic colors.

2 #FFC9FE and #C9FEFF with #FEC9FF are triadic colors.