COLOR #FCB4BA

HEX: #FCB4BA
RGB: (252,180,186)

Color info

#FCB4BA contains mainly red color. Web safe color of #FCB4BA is #FFCCCC (or #FCC).

RGB color model

#FCB4BA color RGB value is (252,180,186).

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

RGB channels and saturation

R 252 of 255 = 99%
G 180 of 255 = 71%
B 186 of 255 = 73%

252
180
186

R + G + B ~ 81%. #FCB4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 180 + 186 = 618 (100%)
R 252 of 618 ~ 40.78%
G 180 of 618 ~ 29.13%
B 186 of 618 ~ 30.1%

%40.78
%29.13
%30.1

CMYK color model

#FCB4BA color CMYK value is (0,29,26,1).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 26.19%
  • key color value is 1.18%
CMYK:
(0,29,26,1)
C0M29Y26K1 
(0%,29%,26%,1%)
(0.00/0.29/0.26/0.01)	

CMYK percentages

%0
%28.57
%26.19
%1.18

Codes

Color #FCB4BA in popluar color models

FCB4BA
RGB252180186
HSL355°92.31%84.71%
HSB/HSV355°28.57%98.82%
CMYK0.00%28.57%26.19%
1.18%

Color #FCB4BA in popluar number systems.

HEXFCB4BA
Decimal252180186
Binary111111001011010010111010
Octal374264272

Shades and tints

Shades of #FCB4BA

#FCB4BA
(252,180,186)
#E6A4AA
(230,164,170)
#D0949A
(208,148,154)
#BA848A
(186,132,138)
#A4747A
(164,116,122)
#8E646A
(142,100,106)
#78545A
(120,84,90)
#62444A
(98,68,74)
#4C343A
(76,52,58)
#36242A
(54,36,42)
#20141A
(32,20,26)
#000000
(0,0,0)

Tints of #FCB4BA

#FCB4BA
(252,180,186)
#FCBAC0
(252,186,192)
#FCC0C6
(252,192,198)
#FCC6CC
(252,198,204)
#FCCCD2
(252,204,210)
#FCD2D8
(252,210,216)
#FCD8DE
(252,216,222)
#FCDEE4
(252,222,228)
#FCE4EA
(252,228,234)
#FCEAF0
(252,234,240)
#FCF0F6
(252,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB4BA; }

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

This text font color is #FCB4BA.


Background Color

.myBgColor { background-color: #FCB4BA; }

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

This div background color is #FCB4BA.


Border color

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

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

This div border color is #FCB4BA.


Opacity

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

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

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

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

This text has shadow with #FCB4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB4BA on black background.


Color preview on white background

This text has color #FCB4BA on white background.



Black color preview on #FCB4BA background

This text has black color on #FCB4BA background.


White color preview on #FCB4BA background

This text has white color on #FCB4BA background.