COLOR #FCBABB

HEX: #FCBABB RGB: (252,186,187)

Color info

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

RGB color model

#FCBABB color RGB value is (252,186,187).

RGB: (252,186,187) (99%, 73%, 73%)

RGB channels and saturation

R 252 of 255 = 99%
G 186 of 255 = 73%
B 187 of 255 = 73%

252
186
187

R + G + B ~ 82%. #FCBABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 186 + 187 = 625 (100%)
R 252 of 625 ~ 40.32%
G 186 of 625 ~ 29.76%
B 187 of 625 ~ 29.92'%

%40.32
%29.76
%29.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 25.79%
  • key color value is 1.18%
CMYK: (0,26,26,1) C0M26Y26K1 (0%,26%,26%,1%) (0.00/0.26/0.26/0.01) 

CMYK percentages

%0
%26.19
%25.79
%1.18

Codes

Color #FCBABB in popluar color models

FC BA BB
RGB 252 186 187
HSL 359° 91.67% 85.88%
HSB/HSV 359° 26.19% 98.82%
CMYK 0.00% 26.19% 25.79%
1.18%

Color #FCBABB in popluar number systems.

HEX FC BA BB
Decimal 252 186 187
Binary 11111100 10111010 10111011
Octal 374 272 273

Shades and tints

Shades of #FCBABB

#FCBABB
(252,186,187)
#E6AAAA
(230,170,170)
#D09A99
(208,154,153)
#BA8A88
(186,138,136)
#A47A77
(164,122,119)
#8E6A66
(142,106,102)
#785A55
(120,90,85)
#624A44
(98,74,68)
#4C3A33
(76,58,51)
#362A22
(54,42,34)
#201A11
(32,26,17)
#000000
(0,0,0)

Tints of #FCBABB

#FCBABB
(252,186,187)
#FCC0C1
(252,192,193)
#FCC6C7
(252,198,199)
#FCCCCD
(252,204,205)
#FCD2D3
(252,210,211)
#FCD8D9
(252,216,217)
#FCDEDF
(252,222,223)
#FCE4E5
(252,228,229)
#FCEAEB
(252,234,235)
#FCF0F1
(252,240,241)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCBABB; }

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

This text font color is #FCBABB.

Background Color

.myBgColor { background-color: #FCBABB; }

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

This div background color is #FCBABB.

Border color

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

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

This div border color is #FCBABB.

Opacity

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

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

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

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

This text has shadow with #FCBABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCBABB.

Preview

Color preview on black background

This text has color #FCBABB on black background.


Color preview on white background

This text has color #FCBABB on white background.


Black color preview on #FCBABB background

This text has black color on #FCBABB background.


White color preview on #FCBABB background

This text has white color on #FCBABB background.


Related colors

Complementary color

Complementary color for #hex is #034544.


I love getcolorcode.com

Triadic colors

1 #BBFCBA and #BABBFC with #FCBABB are triadic colors.

2 #BBBAFC and #BAFCBB with #FCBABB are triadic colors.