COLOR #FCABB9

HEX: #FCABB9 RGB: (252,171,185)

Color info

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

RGB color model

#FCABB9 color RGB value is (252,171,185).

RGB: (252,171,185) (99%, 67%, 73%)

RGB channels and saturation

R 252 of 255 = 99%
G 171 of 255 = 67%
B 185 of 255 = 73%

252
171
185

R + G + B ~ 80%. #FCABB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 171 + 185 = 608 (100%)
R 252 of 608 ~ 41.45%
G 171 of 608 ~ 28.13%
B 185 of 608 ~ 30.43'%

%41.45
%28.13
%30.43

CMYK color model

#FCABB9 color CMYK value is (0,32,27,1).

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

CMYK: (0,32,27,1)
C0M32Y27K1 (0%, 32%, 27%, 1%)
(0.00 / 0.32 / 0.27 / 0.01)

CMYK percentages

%0
%32.14
%26.59
%1.18

Codes

Color #FCABB9 in popluar color models

FC AB B9
RGB 252 171 185
HSL 350° 93.10% 82.94%
HSB/HSV 350° 32.14% 98.82%
CMYK 0.00% 32.14% 26.59%
1.18%

Color #FCABB9 in popluar number systems.

HEX FC AB B9
Decimal 252 171 185
Binary 11111100 10101011 10111001
Octal 374 253 271

Shades and tints

Shades of #FCABB9

#FCABB9
(252,171,185)
#E69CA9
(230,156,169)
#D08D99
(208,141,153)
#BA7E89
(186,126,137)
#A46F79
(164,111,121)
#8E6069
(142,96,105)
#785159
(120,81,89)
#624249
(98,66,73)
#4C3339
(76,51,57)
#362429
(54,36,41)
#201519
(32,21,25)
#000000
(0,0,0)

Tints of #FCABB9

#FCABB9
(252,171,185)
#FCB2BF
(252,178,191)
#FCB9C5
(252,185,197)
#FCC0CB
(252,192,203)
#FCC7D1
(252,199,209)
#FCCED7
(252,206,215)
#FCD5DD
(252,213,221)
#FCDCE3
(252,220,227)
#FCE3E9
(252,227,233)
#FCEAEF
(252,234,239)
#FCF1F5
(252,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCABB9; }

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

This text font color is #FCABB9.

Background Color

.myBgColor { background-color: #FCABB9; }

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

This div background color is #FCABB9.

Border color

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

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

This div border color is #FCABB9.

Opacity

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

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

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

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

This text has shadow with #FCABB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCABB9.

Preview

Color preview on black background

This text has color #FCABB9 on black background.


Color preview on white background

This text has color #FCABB9 on white background.


Black color preview on #FCABB9 background

This text has black color on #FCABB9 background.


White color preview on #FCABB9 background

This text has white color on #FCABB9 background.


Related colors

Complementary color

Complementary color for #hex is #035446.


I love getcolorcode.com

Triadic colors

1 #B9FCAB and #ABB9FC with #FCABB9 are triadic colors.

2 #B9ABFC and #ABFCB9 with #FCABB9 are triadic colors.