COLOR #FCC5B5

HEX: #FCC5B5 RGB: (252,197,181)

Color info

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

RGB color model

#FCC5B5 color RGB value is (252,197,181).

RGB: (252,197,181) (99%, 77%, 71%)

RGB channels and saturation

R 252 of 255 = 99%
G 197 of 255 = 77%
B 181 of 255 = 71%

252
197
181

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

Portions of RGB colors in percentages

R + G + B = 252 + 197 + 181 = 630 (100%)
R 252 of 630 ~ 40%
G 197 of 630 ~ 31.27%
B 181 of 630 ~ 28.73'%

%40
%31.27
%28.73

CMYK color model

#FCC5B5 color CMYK value is (0,22,28,1).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 28.17%
  • key color value is 1.18%

CMYK: (0,22,28,1)
C0M22Y28K1 (0%, 22%, 28%, 1%)
(0.00 / 0.22 / 0.28 / 0.01)

CMYK percentages

%0
%21.83
%28.17
%1.18

Codes

Color #FCC5B5 in popluar color models

FC C5 B5
RGB 252 197 181
HSL 14° 92.21% 84.90%
HSB/HSV 14° 28.17% 98.82%
CMYK 0.00% 21.83% 28.17%
1.18%

Color #FCC5B5 in popluar number systems.

HEX FC C5 B5
Decimal 252 197 181
Binary 11111100 11000101 10110101
Octal 374 305 265

Shades and tints

Shades of #FCC5B5

#FCC5B5
(252,197,181)
#E6B4A5
(230,180,165)
#D0A395
(208,163,149)
#BA9285
(186,146,133)
#A48175
(164,129,117)
#8E7065
(142,112,101)
#785F55
(120,95,85)
#624E45
(98,78,69)
#4C3D35
(76,61,53)
#362C25
(54,44,37)
#201B15
(32,27,21)
#000000
(0,0,0)

Tints of #FCC5B5

#FCC5B5
(252,197,181)
#FCCABB
(252,202,187)
#FCCFC1
(252,207,193)
#FCD4C7
(252,212,199)
#FCD9CD
(252,217,205)
#FCDED3
(252,222,211)
#FCE3D9
(252,227,217)
#FCE8DF
(252,232,223)
#FCEDE5
(252,237,229)
#FCF2EB
(252,242,235)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC5B5; }

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

This text font color is #FCC5B5.

Background Color

.myBgColor { background-color: #FCC5B5; }

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

This div background color is #FCC5B5.

Border color

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

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

This div border color is #FCC5B5.

Opacity

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

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

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

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

This text has shadow with #FCC5B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC5B5.

Preview

Color preview on black background

This text has color #FCC5B5 on black background.


Color preview on white background

This text has color #FCC5B5 on white background.


Black color preview on #FCC5B5 background

This text has black color on #FCC5B5 background.


White color preview on #FCC5B5 background

This text has white color on #FCC5B5 background.


Related colors

Complementary color

Complementary color for #hex is #033A4A.


I love getcolorcode.com

Triadic colors

1 #B5FCC5 and #C5B5FC with #FCC5B5 are triadic colors.

2 #B5C5FC and #C5FCB5 with #FCC5B5 are triadic colors.