COLOR #FCC5BA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

252
197
186

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

Portions of RGB colors in percentages

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

%39.69
%31.02
%29.29

CMYK color model

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

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

CMYK percentages

%0
%21.83
%26.19
%1.18

Codes

Color #FCC5BA in popluar color models

FCC5BA
RGB252197186
HSL10°91.67%85.88%
HSB/HSV10°26.19%98.82%
CMYK0.00%21.83%26.19%
1.18%

Color #FCC5BA in popluar number systems.

HEXFCC5BA
Decimal252197186
Binary111111001100010110111010
Octal374305272

Shades and tints

Shades of #FCC5BA

#FCC5BA
(252,197,186)
#E6B4AA
(230,180,170)
#D0A39A
(208,163,154)
#BA928A
(186,146,138)
#A4817A
(164,129,122)
#8E706A
(142,112,106)
#785F5A
(120,95,90)
#624E4A
(98,78,74)
#4C3D3A
(76,61,58)
#362C2A
(54,44,42)
#201B1A
(32,27,26)
#000000
(0,0,0)

Tints of #FCC5BA

#FCC5BA
(252,197,186)
#FCCAC0
(252,202,192)
#FCCFC6
(252,207,198)
#FCD4CC
(252,212,204)
#FCD9D2
(252,217,210)
#FCDED8
(252,222,216)
#FCE3DE
(252,227,222)
#FCE8E4
(252,232,228)
#FCEDEA
(252,237,234)
#FCF2F0
(252,242,240)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC5BA; }

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

This text font color is #FCC5BA.


Background Color

.myBgColor { background-color: #FCC5BA; }

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

This div background color is #FCC5BA.


Border color

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

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

This div border color is #FCC5BA.


Opacity

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

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

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

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

This text has shadow with #FCC5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC5BA on black background.


Color preview on white background

This text has color #FCC5BA on white background.



Black color preview on #FCC5BA background

This text has black color on #FCC5BA background.


White color preview on #FCC5BA background

This text has white color on #FCC5BA background.