COLOR #FCABB6

HEX: #FCABB6
RGB: (252,171,182)

Color info

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

RGB color model

#FCABB6 color RGB value is (252,171,182).

  • red value is 252;
  • green value is 171;
  • blue value is 182.
RGB:
(252,171,182)
(99%,67%,71%)

RGB channels and saturation

R 252 of 255 = 99%
G 171 of 255 = 67%
B 182 of 255 = 71%

252
171
182

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

Portions of RGB colors in percentages

R + G + B =
252 + 171 + 182 = 605 (100%)
R 252 of 605 ~ 41.65%
G 171 of 605 ~ 28.26%
B 182 of 605 ~ 30.08%

%41.65
%28.26
%30.08

CMYK color model

#FCABB6 color CMYK value is (0,32,28,1).

  • cyan value is 0.00%
  • magenta value is 32.14%
  • yellow value is 27.78%
  • key color value is 1.18%
CMYK:
(0,32,28,1)
C0M32Y28K1 
(0%,32%,28%,1%)
(0.00/0.32/0.28/0.01)	

CMYK percentages

%0
%32.14
%27.78
%1.18

Codes

Color #FCABB6 in popluar color models

FCABB6
RGB252171182
HSL352°93.10%82.94%
HSB/HSV352°32.14%98.82%
CMYK0.00%32.14%27.78%
1.18%

Color #FCABB6 in popluar number systems.

HEXFCABB6
Decimal252171182
Binary111111001010101110110110
Octal374253266

Shades and tints

Shades of #FCABB6

#FCABB6
(252,171,182)
#E69CA6
(230,156,166)
#D08D96
(208,141,150)
#BA7E86
(186,126,134)
#A46F76
(164,111,118)
#8E6066
(142,96,102)
#785156
(120,81,86)
#624246
(98,66,70)
#4C3336
(76,51,54)
#362426
(54,36,38)
#201516
(32,21,22)
#000000
(0,0,0)

Tints of #FCABB6

#FCABB6
(252,171,182)
#FCB2BC
(252,178,188)
#FCB9C2
(252,185,194)
#FCC0C8
(252,192,200)
#FCC7CE
(252,199,206)
#FCCED4
(252,206,212)
#FCD5DA
(252,213,218)
#FCDCE0
(252,220,224)
#FCE3E6
(252,227,230)
#FCEAEC
(252,234,236)
#FCF1F2
(252,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCABB6; }

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

This text font color is #FCABB6.


Background Color

.myBgColor { background-color: #FCABB6; }

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

This div background color is #FCABB6.


Border color

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

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

This div border color is #FCABB6.


Opacity

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

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

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

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

This text has shadow with #FCABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCABB6 on black background.


Color preview on white background

This text has color #FCABB6 on white background.



Black color preview on #FCABB6 background

This text has black color on #FCABB6 background.


White color preview on #FCABB6 background

This text has white color on #FCABB6 background.