COLOR #FCACA9

HEX: #FCACA9 RGB: (252,172,169)

Color info

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

RGB color model

#FCACA9 color RGB value is (252,172,169).

RGB: (252,172,169) (99%, 67%, 66%)

RGB channels and saturation

R 252 of 255 = 99%
G 172 of 255 = 67%
B 169 of 255 = 66%

252
172
169

R + G + B ~ 77%. #FCACA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 172 + 169 = 593 (100%)
R 252 of 593 ~ 42.5%
G 172 of 593 ~ 29.01%
B 169 of 593 ~ 28.5'%

%42.5
%29.01
%28.5

CMYK color model

#FCACA9 color CMYK value is (0,32,33,1).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 32.94%
  • key color value is 1.18%
CMYK: (0,32,33,1) C0M32Y33K1 (0%,32%,33%,1%) (0.00/0.32/0.33/0.01) 

CMYK percentages

%0
%31.75
%32.94
%1.18

Codes

Color #FCACA9 in popluar color models

FC AC A9
RGB 252 172 169
HSL 93.26% 82.55%
HSB/HSV 32.94% 98.82%
CMYK 0.00% 31.75% 32.94%
1.18%

Color #FCACA9 in popluar number systems.

HEX FC AC A9
Decimal 252 172 169
Binary 11111100 10101100 10101001
Octal 374 254 251

Shades and tints

Shades of #FCACA9

#FCACA9
(252,172,169)
#E69D9A
(230,157,154)
#D08E8B
(208,142,139)
#BA7F7C
(186,127,124)
#A4706D
(164,112,109)
#8E615E
(142,97,94)
#78524F
(120,82,79)
#624340
(98,67,64)
#4C3431
(76,52,49)
#362522
(54,37,34)
#201613
(32,22,19)
#000000
(0,0,0)

Tints of #FCACA9

#FCACA9
(252,172,169)
#FCB3B0
(252,179,176)
#FCBAB7
(252,186,183)
#FCC1BE
(252,193,190)
#FCC8C5
(252,200,197)
#FCCFCC
(252,207,204)
#FCD6D3
(252,214,211)
#FCDDDA
(252,221,218)
#FCE4E1
(252,228,225)
#FCEBE8
(252,235,232)
#FCF2EF
(252,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCACA9; }

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

This text font color is #FCACA9.

Background Color

.myBgColor { background-color: #FCACA9; }

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

This div background color is #FCACA9.

Border color

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

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

This div border color is #FCACA9.

Opacity

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

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

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

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

This text has shadow with #FCACA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCACA9.

Preview

Color preview on black background

This text has color #FCACA9 on black background.


Color preview on white background

This text has color #FCACA9 on white background.


Black color preview on #FCACA9 background

This text has black color on #FCACA9 background.


White color preview on #FCACA9 background

This text has white color on #FCACA9 background.


Related colors

Complementary color

Complementary color for #hex is #035356.


I love getcolorcode.com

Triadic colors

1 #A9FCAC and #ACA9FC with #FCACA9 are triadic colors.

2 #A9ACFC and #ACFCA9 with #FCACA9 are triadic colors.