COLOR #FCC4B7

HEX: #FCC4B7
RGB: (252,196,183)

Color info

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

RGB color model

#FCC4B7 color RGB value is (252,196,183).

  • red value is 252;
  • green value is 196;
  • blue value is 183.
RGB:
(252,196,183)
(99%,77%,72%)

RGB channels and saturation

R 252 of 255 = 99%
G 196 of 255 = 77%
B 183 of 255 = 72%

252
196
183

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

Portions of RGB colors in percentages

R + G + B =
252 + 196 + 183 = 631 (100%)
R 252 of 631 ~ 39.94%
G 196 of 631 ~ 31.06%
B 183 of 631 ~ 29%

%39.94
%31.06
%29

CMYK color model

#FCC4B7 color CMYK value is (0,22,27,1).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 27.38%
  • key color value is 1.18%
CMYK:
(0,22,27,1)
C0M22Y27K1 
(0%,22%,27%,1%)
(0.00/0.22/0.27/0.01)	

CMYK percentages

%0
%22.22
%27.38
%1.18

Codes

Color #FCC4B7 in popluar color models

FCC4B7
RGB252196183
HSL11°92.00%85.29%
HSB/HSV11°27.38%98.82%
CMYK0.00%22.22%27.38%
1.18%

Color #FCC4B7 in popluar number systems.

HEXFCC4B7
Decimal252196183
Binary111111001100010010110111
Octal374304267

Shades and tints

Shades of #FCC4B7

#FCC4B7
(252,196,183)
#E6B3A7
(230,179,167)
#D0A297
(208,162,151)
#BA9187
(186,145,135)
#A48077
(164,128,119)
#8E6F67
(142,111,103)
#785E57
(120,94,87)
#624D47
(98,77,71)
#4C3C37
(76,60,55)
#362B27
(54,43,39)
#201A17
(32,26,23)
#000000
(0,0,0)

Tints of #FCC4B7

#FCC4B7
(252,196,183)
#FCC9BD
(252,201,189)
#FCCEC3
(252,206,195)
#FCD3C9
(252,211,201)
#FCD8CF
(252,216,207)
#FCDDD5
(252,221,213)
#FCE2DB
(252,226,219)
#FCE7E1
(252,231,225)
#FCECE7
(252,236,231)
#FCF1ED
(252,241,237)
#FCF6F3
(252,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC4B7 color. Also use rgb(252,196,183) instead hex code.

Text Font Color

.myTextColor { color: #FCC4B7; }

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

This text font color is #FCC4B7.


Background Color

.myBgColor { background-color: #FCC4B7; }

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

This div background color is #FCC4B7.


Border color

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

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

This div border color is #FCC4B7.


Opacity

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

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

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

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

This text has shadow with #FCC4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC4B7 on black background.


Color preview on white background

This text has color #FCC4B7 on white background.



Black color preview on #FCC4B7 background

This text has black color on #FCC4B7 background.


White color preview on #FCC4B7 background

This text has white color on #FCC4B7 background.