COLOR #FCAAB8

HEX: #FCAAB8
RGB: (252,170,184)

Color info

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

RGB color model

#FCAAB8 color RGB value is (252,170,184).

  • red value is 252;
  • green value is 170;
  • blue value is 184.
RGB:
(252,170,184)
(99%,67%,72%)

RGB channels and saturation

R 252 of 255 = 99%
G 170 of 255 = 67%
B 184 of 255 = 72%

252
170
184

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

Portions of RGB colors in percentages

R + G + B =
252 + 170 + 184 = 606 (100%)
R 252 of 606 ~ 41.58%
G 170 of 606 ~ 28.05%
B 184 of 606 ~ 30.36%

%41.58
%28.05
%30.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 32.54%
  • yellow value is 26.98%
  • key color value is 1.18%
CMYK:
(0,33,27,1)
C0M33Y27K1 
(0%,33%,27%,1%)
(0.00/0.33/0.27/0.01)	

CMYK percentages

%0
%32.54
%26.98
%1.18

Codes

Color #FCAAB8 in popluar color models

FCAAB8
RGB252170184
HSL350°93.18%82.75%
HSB/HSV350°32.54%98.82%
CMYK0.00%32.54%26.98%
1.18%

Color #FCAAB8 in popluar number systems.

HEXFCAAB8
Decimal252170184
Binary111111001010101010111000
Octal374252270

Shades and tints

Shades of #FCAAB8

#FCAAB8
(252,170,184)
#E69BA8
(230,155,168)
#D08C98
(208,140,152)
#BA7D88
(186,125,136)
#A46E78
(164,110,120)
#8E5F68
(142,95,104)
#785058
(120,80,88)
#624148
(98,65,72)
#4C3238
(76,50,56)
#362328
(54,35,40)
#201418
(32,20,24)
#000000
(0,0,0)

Tints of #FCAAB8

#FCAAB8
(252,170,184)
#FCB1BE
(252,177,190)
#FCB8C4
(252,184,196)
#FCBFCA
(252,191,202)
#FCC6D0
(252,198,208)
#FCCDD6
(252,205,214)
#FCD4DC
(252,212,220)
#FCDBE2
(252,219,226)
#FCE2E8
(252,226,232)
#FCE9EE
(252,233,238)
#FCF0F4
(252,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCAAB8 color. Also use rgb(252,170,184) instead hex code.

Text Font Color

.myTextColor { color: #FCAAB8; }

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

This text font color is #FCAAB8.


Background Color

.myBgColor { background-color: #FCAAB8; }

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

This div background color is #FCAAB8.


Border color

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

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

This div border color is #FCAAB8.


Opacity

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

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

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

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

This text has shadow with #FCAAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCAAB8 on black background.


Color preview on white background

This text has color #FCAAB8 on white background.



Black color preview on #FCAAB8 background

This text has black color on #FCAAB8 background.


White color preview on #FCAAB8 background

This text has white color on #FCAAB8 background.