COLOR #FC9B9A

HEX: #FC9B9A RGB: (252,155,154)

Color info

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

RGB color model

#FC9B9A color RGB value is (252,155,154).

RGB: (252,155,154) (99%, 61%, 60%)

RGB channels and saturation

R 252 of 255 = 99%
G 155 of 255 = 61%
B 154 of 255 = 60%

252
155
154

R + G + B ~ 73%. #FC9B9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 155 + 154 = 561 (100%)
R 252 of 561 ~ 44.92%
G 155 of 561 ~ 27.63%
B 154 of 561 ~ 27.45'%

%44.92
%27.63
%27.45

CMYK color model

#FC9B9A color CMYK value is (0,38,39,1).

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

CMYK: (0,38,39,1)
C0M38Y39K1 (0%, 38%, 39%, 1%)
(0.00 / 0.38 / 0.39 / 0.01)

CMYK percentages

%0
%38.49
%38.89
%1.18

Codes

Color #FC9B9A in popluar color models

FC 9B 9A
RGB 252 155 154
HSL 94.23% 79.61%
HSB/HSV 38.89% 98.82%
CMYK 0.00% 38.49% 38.89%
1.18%

Color #FC9B9A in popluar number systems.

HEX FC 9B 9A
Decimal 252 155 154
Binary 11111100 10011011 10011010
Octal 374 233 232

Shades and tints

Shades of #FC9B9A

#FC9B9A
(252,155,154)
#E68D8C
(230,141,140)
#D07F7E
(208,127,126)
#BA7170
(186,113,112)
#A46362
(164,99,98)
#8E5554
(142,85,84)
#784746
(120,71,70)
#623938
(98,57,56)
#4C2B2A
(76,43,42)
#361D1C
(54,29,28)
#200F0E
(32,15,14)
#000000
(0,0,0)

Tints of #FC9B9A

#FC9B9A
(252,155,154)
#FCA4A3
(252,164,163)
#FCADAC
(252,173,172)
#FCB6B5
(252,182,181)
#FCBFBE
(252,191,190)
#FCC8C7
(252,200,199)
#FCD1D0
(252,209,208)
#FCDAD9
(252,218,217)
#FCE3E2
(252,227,226)
#FCECEB
(252,236,235)
#FCF5F4
(252,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FC9B9A; }

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

This text font color is #FC9B9A.

Background Color

.myBgColor { background-color: #FC9B9A; }

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

This div background color is #FC9B9A.

Border color

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

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

This div border color is #FC9B9A.

Opacity

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

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

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

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

This text has shadow with #FC9B9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC9B9A.

Preview

Color preview on black background

This text has color #FC9B9A on black background.


Color preview on white background

This text has color #FC9B9A on white background.


Black color preview on #FC9B9A background

This text has black color on #FC9B9A background.


White color preview on #FC9B9A background

This text has white color on #FC9B9A background.


Related colors

Complementary color

Complementary color for #hex is #036465.


I love getcolorcode.com

Triadic colors

1 #9AFC9B and #9B9AFC with #FC9B9A are triadic colors.

2 #9A9BFC and #9BFC9A with #FC9B9A are triadic colors.