COLOR #FC9B8A

HEX: #FC9B8A RGB: (252,155,138)

Color info

#FC9B8A contains mainly red color. Web safe color of #FC9B8A is #FF9999 (or #F99).

RGB color model

#FC9B8A color RGB value is (252,155,138).

RGB: (252,155,138) (99%, 61%, 54%)

RGB channels and saturation

R 252 of 255 = 99%
G 155 of 255 = 61%
B 138 of 255 = 54%

252
155
138

R + G + B ~ 71%. #FC9B8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 155 + 138 = 545 (100%)
R 252 of 545 ~ 46.24%
G 155 of 545 ~ 28.44%
B 138 of 545 ~ 25.32'%

%46.24
%28.44
%25.32

CMYK color model

#FC9B8A color CMYK value is (0,38,45,1).

  • cyan value is 0.00%
  • magenta value is 38.49%
  • yellow value is 45.24%
  • key color value is 1.18%

CMYK: (0,38,45,1)
C0M38Y45K1 (0%, 38%, 45%, 1%)
(0.00 / 0.38 / 0.45 / 0.01)

CMYK percentages

%0
%38.49
%45.24
%1.18

Codes

Color #FC9B8A in popluar color models

FC 9B 8A
RGB 252 155 138
HSL 95.00% 76.47%
HSB/HSV 45.24% 98.82%
CMYK 0.00% 38.49% 45.24%
1.18%

Color #FC9B8A in popluar number systems.

HEX FC 9B 8A
Decimal 252 155 138
Binary 11111100 10011011 10001010
Octal 374 233 212

Shades and tints

Shades of #FC9B8A

#FC9B8A
(252,155,138)
#E68D7E
(230,141,126)
#D07F72
(208,127,114)
#BA7166
(186,113,102)
#A4635A
(164,99,90)
#8E554E
(142,85,78)
#784742
(120,71,66)
#623936
(98,57,54)
#4C2B2A
(76,43,42)
#361D1E
(54,29,30)
#200F12
(32,15,18)
#000000
(0,0,0)

Tints of #FC9B8A

#FC9B8A
(252,155,138)
#FCA494
(252,164,148)
#FCAD9E
(252,173,158)
#FCB6A8
(252,182,168)
#FCBFB2
(252,191,178)
#FCC8BC
(252,200,188)
#FCD1C6
(252,209,198)
#FCDAD0
(252,218,208)
#FCE3DA
(252,227,218)
#FCECE4
(252,236,228)
#FCF5EE
(252,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC9B8A color. Also use rgb(252,155,138) instead hex code.

Text Font Color

.myTextColor { color: #FC9B8A; }

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

This text font color is #FC9B8A.

Background Color

.myBgColor { background-color: #FC9B8A; }

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

This div background color is #FC9B8A.

Border color

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

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

This div border color is #FC9B8A.

Opacity

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

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

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

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

This text has shadow with #FC9B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9B8A.

Preview

Color preview on black background

This text has color #FC9B8A on black background.


Color preview on white background

This text has color #FC9B8A on white background.


Black color preview on #FC9B8A background

This text has black color on #FC9B8A background.


White color preview on #FC9B8A background

This text has white color on #FC9B8A background.


Related colors

Complementary color

Complementary color for #hex is #036475.


I love getcolorcode.com

Triadic colors

1 #8AFC9B and #9B8AFC with #FC9B8A are triadic colors.

2 #8A9BFC and #9BFC8A with #FC9B8A are triadic colors.