COLOR #FCACB0

HEX: #FCACB0
RGB: (252,172,176)

Color info

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

RGB color model

#FCACB0 color RGB value is (252,172,176).

  • red value is 252;
  • green value is 172;
  • blue value is 176.
RGB:
(252,172,176)
(99%,67%,69%)

RGB channels and saturation

R 252 of 255 = 99%
G 172 of 255 = 67%
B 176 of 255 = 69%

252
172
176

R + G + B ~ 78%. #FCACB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 172 + 176 = 600 (100%)
R 252 of 600 ~ 42%
G 172 of 600 ~ 28.67%
B 176 of 600 ~ 29.33%

%42
%28.67
%29.33

CMYK color model

#FCACB0 color CMYK value is (0,32,30,1).

  • cyan value is 0.00%
  • magenta value is 31.75%
  • yellow value is 30.16%
  • key color value is 1.18%
CMYK:
(0,32,30,1)
C0M32Y30K1 
(0%,32%,30%,1%)
(0.00/0.32/0.30/0.01)	

CMYK percentages

%0
%31.75
%30.16
%1.18

Codes

Color #FCACB0 in popluar color models

FCACB0
RGB252172176
HSL357°93.02%83.14%
HSB/HSV357°31.75%98.82%
CMYK0.00%31.75%30.16%
1.18%

Color #FCACB0 in popluar number systems.

HEXFCACB0
Decimal252172176
Binary111111001010110010110000
Octal374254260

Shades and tints

Shades of #FCACB0

#FCACB0
(252,172,176)
#E69DA0
(230,157,160)
#D08E90
(208,142,144)
#BA7F80
(186,127,128)
#A47070
(164,112,112)
#8E6160
(142,97,96)
#785250
(120,82,80)
#624340
(98,67,64)
#4C3430
(76,52,48)
#362520
(54,37,32)
#201610
(32,22,16)
#000000
(0,0,0)

Tints of #FCACB0

#FCACB0
(252,172,176)
#FCB3B7
(252,179,183)
#FCBABE
(252,186,190)
#FCC1C5
(252,193,197)
#FCC8CC
(252,200,204)
#FCCFD3
(252,207,211)
#FCD6DA
(252,214,218)
#FCDDE1
(252,221,225)
#FCE4E8
(252,228,232)
#FCEBEF
(252,235,239)
#FCF2F6
(252,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCACB0; }

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

This text font color is #FCACB0.


Background Color

.myBgColor { background-color: #FCACB0; }

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

This div background color is #FCACB0.


Border color

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

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

This div border color is #FCACB0.


Opacity

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

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

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

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

This text has shadow with #FCACB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCACB0 on black background.


Color preview on white background

This text has color #FCACB0 on white background.



Black color preview on #FCACB0 background

This text has black color on #FCACB0 background.


White color preview on #FCACB0 background

This text has white color on #FCACB0 background.