COLOR #FCC0B8

HEX: #FCC0B8 RGB: (252,192,184)

Color info

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

RGB color model

#FCC0B8 color RGB value is (252,192,184).

RGB: (252,192,184) (99%, 75%, 72%)

RGB channels and saturation

R 252 of 255 = 99%
G 192 of 255 = 75%
B 184 of 255 = 72%

252
192
184

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

Portions of RGB colors in percentages

R + G + B = 252 + 192 + 184 = 628 (100%)
R 252 of 628 ~ 40.13%
G 192 of 628 ~ 30.57%
B 184 of 628 ~ 29.3'%

%40.13
%30.57
%29.3

CMYK color model

#FCC0B8 color CMYK value is (0,24,27,1).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 26.98%
  • key color value is 1.18%

CMYK: (0,24,27,1)
C0M24Y27K1 (0%, 24%, 27%, 1%)
(0.00 / 0.24 / 0.27 / 0.01)

CMYK percentages

%0
%23.81
%26.98
%1.18

Codes

Color #FCC0B8 in popluar color models

FC C0 B8
RGB 252 192 184
HSL 91.89% 85.49%
HSB/HSV 26.98% 98.82%
CMYK 0.00% 23.81% 26.98%
1.18%

Color #FCC0B8 in popluar number systems.

HEX FC C0 B8
Decimal 252 192 184
Binary 11111100 11000000 10111000
Octal 374 300 270

Shades and tints

Shades of #FCC0B8

#FCC0B8
(252,192,184)
#E6AFA8
(230,175,168)
#D09E98
(208,158,152)
#BA8D88
(186,141,136)
#A47C78
(164,124,120)
#8E6B68
(142,107,104)
#785A58
(120,90,88)
#624948
(98,73,72)
#4C3838
(76,56,56)
#362728
(54,39,40)
#201618
(32,22,24)
#000000
(0,0,0)

Tints of #FCC0B8

#FCC0B8
(252,192,184)
#FCC5BE
(252,197,190)
#FCCAC4
(252,202,196)
#FCCFCA
(252,207,202)
#FCD4D0
(252,212,208)
#FCD9D6
(252,217,214)
#FCDEDC
(252,222,220)
#FCE3E2
(252,227,226)
#FCE8E8
(252,232,232)
#FCEDEE
(252,237,238)
#FCF2F4
(252,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC0B8 color. Also use rgb(252,192,184) instead hex code.

Text Font Color

.myTextColor { color: #FCC0B8; }

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

This text font color is #FCC0B8.

Background Color

.myBgColor { background-color: #FCC0B8; }

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

This div background color is #FCC0B8.

Border color

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

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

This div border color is #FCC0B8.

Opacity

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

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

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

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

This text has shadow with #FCC0B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC0B8.

Preview

Color preview on black background

This text has color #FCC0B8 on black background.


Color preview on white background

This text has color #FCC0B8 on white background.


Black color preview on #FCC0B8 background

This text has black color on #FCC0B8 background.


White color preview on #FCC0B8 background

This text has white color on #FCC0B8 background.


Related colors

Complementary color

Complementary color for #hex is #033F47.


I love getcolorcode.com

Triadic colors

1 #B8FCC0 and #C0B8FC with #FCC0B8 are triadic colors.

2 #B8C0FC and #C0FCB8 with #FCC0B8 are triadic colors.