COLOR #FCBAC5

HEX: #FCBAC5
RGB: (252,186,197)

Color info

#FCBAC5 contains mainly red and blue colors. Web safe color of #FCBAC5 is #FFCCCC (or #FCC).

RGB color model

#FCBAC5 color RGB value is (252,186,197).

  • red value is 252;
  • green value is 186;
  • blue value is 197.
RGB:
(252,186,197)
(99%,73%,77%)

RGB channels and saturation

R 252 of 255 = 99%
G 186 of 255 = 73%
B 197 of 255 = 77%

252
186
197

R + G + B ~ 83%. #FCBAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 186 + 197 = 635 (100%)
R 252 of 635 ~ 39.69%
G 186 of 635 ~ 29.29%
B 197 of 635 ~ 31.02%

%39.69
%29.29
%31.02

CMYK color model

#FCBAC5 color CMYK value is (0,26,22,1).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 21.83%
  • key color value is 1.18%
CMYK:
(0,26,22,1)
C0M26Y22K1 
(0%,26%,22%,1%)
(0.00/0.26/0.22/0.01)	

CMYK percentages

%0
%26.19
%21.83
%1.18

Codes

Color #FCBAC5 in popluar color models

FCBAC5
RGB252186197
HSL350°91.67%85.88%
HSB/HSV350°26.19%98.82%
CMYK0.00%26.19%21.83%
1.18%

Color #FCBAC5 in popluar number systems.

HEXFCBAC5
Decimal252186197
Binary111111001011101011000101
Octal374272305

Shades and tints

Shades of #FCBAC5

#FCBAC5
(252,186,197)
#E6AAB4
(230,170,180)
#D09AA3
(208,154,163)
#BA8A92
(186,138,146)
#A47A81
(164,122,129)
#8E6A70
(142,106,112)
#785A5F
(120,90,95)
#624A4E
(98,74,78)
#4C3A3D
(76,58,61)
#362A2C
(54,42,44)
#201A1B
(32,26,27)
#000000
(0,0,0)

Tints of #FCBAC5

#FCBAC5
(252,186,197)
#FCC0CA
(252,192,202)
#FCC6CF
(252,198,207)
#FCCCD4
(252,204,212)
#FCD2D9
(252,210,217)
#FCD8DE
(252,216,222)
#FCDEE3
(252,222,227)
#FCE4E8
(252,228,232)
#FCEAED
(252,234,237)
#FCF0F2
(252,240,242)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCBAC5 color. Also use rgb(252,186,197) instead hex code.

Text Font Color

.myTextColor { color: #FCBAC5; }

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

This text font color is #FCBAC5.


Background Color

.myBgColor { background-color: #FCBAC5; }

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

This div background color is #FCBAC5.


Border color

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

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

This div border color is #FCBAC5.


Opacity

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

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

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

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

This text has shadow with #FCBAC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCBAC5 on black background.


Color preview on white background

This text has color #FCBAC5 on white background.



Black color preview on #FCBAC5 background

This text has black color on #FCBAC5 background.


White color preview on #FCBAC5 background

This text has white color on #FCBAC5 background.