COLOR #FCB9A9

HEX: #FCB9A9 RGB: (252,185,169)

Color info

#FCB9A9 contains mainly red color. Web safe color of #FCB9A9 is #FFCC99 (or #FC9).

RGB color model

#FCB9A9 color RGB value is (252,185,169).

RGB: (252,185,169) (99%, 73%, 66%)

RGB channels and saturation

R 252 of 255 = 99%
G 185 of 255 = 73%
B 169 of 255 = 66%

252
185
169

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

Portions of RGB colors in percentages

R + G + B = 252 + 185 + 169 = 606 (100%)
R 252 of 606 ~ 41.58%
G 185 of 606 ~ 30.53%
B 169 of 606 ~ 27.89'%

%41.58
%30.53
%27.89

CMYK color model

#FCB9A9 color CMYK value is (0,27,33,1).

  • cyan value is 0.00%
  • magenta value is 26.59%
  • yellow value is 32.94%
  • key color value is 1.18%

CMYK: (0,27,33,1)
C0M27Y33K1 (0%, 27%, 33%, 1%)
(0.00 / 0.27 / 0.33 / 0.01)

CMYK percentages

%0
%26.59
%32.94
%1.18

Codes

Color #FCB9A9 in popluar color models

FC B9 A9
RGB 252 185 169
HSL 12° 93.26% 82.55%
HSB/HSV 12° 32.94% 98.82%
CMYK 0.00% 26.59% 32.94%
1.18%

Color #FCB9A9 in popluar number systems.

HEX FC B9 A9
Decimal 252 185 169
Binary 11111100 10111001 10101001
Octal 374 271 251

Shades and tints

Shades of #FCB9A9

#FCB9A9
(252,185,169)
#E6A99A
(230,169,154)
#D0998B
(208,153,139)
#BA897C
(186,137,124)
#A4796D
(164,121,109)
#8E695E
(142,105,94)
#78594F
(120,89,79)
#624940
(98,73,64)
#4C3931
(76,57,49)
#362922
(54,41,34)
#201913
(32,25,19)
#000000
(0,0,0)

Tints of #FCB9A9

#FCB9A9
(252,185,169)
#FCBFB0
(252,191,176)
#FCC5B7
(252,197,183)
#FCCBBE
(252,203,190)
#FCD1C5
(252,209,197)
#FCD7CC
(252,215,204)
#FCDDD3
(252,221,211)
#FCE3DA
(252,227,218)
#FCE9E1
(252,233,225)
#FCEFE8
(252,239,232)
#FCF5EF
(252,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB9A9 color. Also use rgb(252,185,169) instead hex code.

Text Font Color

.myTextColor { color: #FCB9A9; }

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

This text font color is #FCB9A9.

Background Color

.myBgColor { background-color: #FCB9A9; }

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

This div background color is #FCB9A9.

Border color

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

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

This div border color is #FCB9A9.

Opacity

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

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

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

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

This text has shadow with #FCB9A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCB9A9.

Preview

Color preview on black background

This text has color #FCB9A9 on black background.


Color preview on white background

This text has color #FCB9A9 on white background.


Black color preview on #FCB9A9 background

This text has black color on #FCB9A9 background.


White color preview on #FCB9A9 background

This text has white color on #FCB9A9 background.


Related colors

Complementary color

Complementary color for #hex is #034656.


I love getcolorcode.com

Triadic colors

1 #A9FCB9 and #B9A9FC with #FCB9A9 are triadic colors.

2 #A9B9FC and #B9FCA9 with #FCB9A9 are triadic colors.