COLOR #FE9FBC

HEX: #FE9FBC RGB: (254,159,188)

Color info

#FE9FBC contains mainly red color. Web safe color of #FE9FBC is #FF99CC (or #F9C).

RGB color model

#FE9FBC color RGB value is (254,159,188).

RGB: (254,159,188) (100%, 62%, 74%)

RGB channels and saturation

R 254 of 255 = 100%
G 159 of 255 = 62%
B 188 of 255 = 74%

254
159
188

R + G + B ~ 79%. #FE9FBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 159 + 188 = 601 (100%)
R 254 of 601 ~ 42.26%
G 159 of 601 ~ 26.46%
B 188 of 601 ~ 31.28'%

%42.26
%26.46
%31.28

CMYK color model

#FE9FBC color CMYK value is (0,37,26,0).

  • cyan value is 0.00%
  • magenta value is 37.40%
  • yellow value is 25.98%
  • key color value is 0.39%

CMYK: (0,37,26,0)
C0M37Y26K0 (0%, 37%, 26%, 0%)
(0.00 / 0.37 / 0.26 / 0.00)

CMYK percentages

%0
%37.4
%25.98
%0.39

Codes

Color #FE9FBC in popluar color models

FE 9F BC
RGB 254 159 188
HSL 342° 97.94% 80.98%
HSB/HSV 342° 37.40% 99.61%
CMYK 0.00% 37.40% 25.98%
0.39%

Color #FE9FBC in popluar number systems.

HEX FE 9F BC
Decimal 254 159 188
Binary 11111110 10011111 10111100
Octal 376 237 274

Shades and tints

Shades of #FE9FBC

#FE9FBC
(254,159,188)
#E791AB
(231,145,171)
#D0839A
(208,131,154)
#B97589
(185,117,137)
#A26778
(162,103,120)
#8B5967
(139,89,103)
#744B56
(116,75,86)
#5D3D45
(93,61,69)
#462F34
(70,47,52)
#2F2123
(47,33,35)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #FE9FBC

#FE9FBC
(254,159,188)
#FEA7C2
(254,167,194)
#FEAFC8
(254,175,200)
#FEB7CE
(254,183,206)
#FEBFD4
(254,191,212)
#FEC7DA
(254,199,218)
#FECFE0
(254,207,224)
#FED7E6
(254,215,230)
#FEDFEC
(254,223,236)
#FEE7F2
(254,231,242)
#FEEFF8
(254,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE9FBC color. Also use rgb(254,159,188) instead hex code.

Text Font Color

.myTextColor { color: #FE9FBC; }

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

This text font color is #FE9FBC.

Background Color

.myBgColor { background-color: #FE9FBC; }

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

This div background color is #FE9FBC.

Border color

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

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

This div border color is #FE9FBC.

Opacity

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

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

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

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

This text has shadow with #FE9FBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE9FBC.

Preview

Color preview on black background

This text has color #FE9FBC on black background.


Color preview on white background

This text has color #FE9FBC on white background.


Black color preview on #FE9FBC background

This text has black color on #FE9FBC background.


White color preview on #FE9FBC background

This text has white color on #FE9FBC background.


Related colors

Complementary color

Complementary color for #hex is #016043.


I love getcolorcode.com

Triadic colors

1 #BCFE9F and #9FBCFE with #FE9FBC are triadic colors.

2 #BC9FFE and #9FFEBC with #FE9FBC are triadic colors.