COLOR #FC888D

HEX: #FC888D RGB: (252,136,141)

Color info

#FC888D contains mainly red color. Web safe color of #FC888D is #FF9999 (or #F99).

RGB color model

#FC888D color RGB value is (252,136,141).

RGB: (252,136,141) (99%, 53%, 55%)

RGB channels and saturation

R 252 of 255 = 99%
G 136 of 255 = 53%
B 141 of 255 = 55%

252
136
141

R + G + B ~ 69%. #FC888D is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 136 + 141 = 529 (100%)
R 252 of 529 ~ 47.64%
G 136 of 529 ~ 25.71%
B 141 of 529 ~ 26.65'%

%47.64
%25.71
%26.65

CMYK color model

#FC888D color CMYK value is (0,46,44,1).

  • cyan value is 0.00%
  • magenta value is 46.03%
  • yellow value is 44.05%
  • key color value is 1.18%

CMYK: (0,46,44,1)
C0M46Y44K1 (0%, 46%, 44%, 1%)
(0.00 / 0.46 / 0.44 / 0.01)

CMYK percentages

%0
%46.03
%44.05
%1.18

Codes

Color #FC888D in popluar color models

FC 88 8D
RGB 252 136 141
HSL 357° 95.08% 76.08%
HSB/HSV 357° 46.03% 98.82%
CMYK 0.00% 46.03% 44.05%
1.18%

Color #FC888D in popluar number systems.

HEX FC 88 8D
Decimal 252 136 141
Binary 11111100 10001000 10001101
Octal 374 210 215

Shades and tints

Shades of #FC888D

#FC888D
(252,136,141)
#E67C81
(230,124,129)
#D07075
(208,112,117)
#BA6469
(186,100,105)
#A4585D
(164,88,93)
#8E4C51
(142,76,81)
#784045
(120,64,69)
#623439
(98,52,57)
#4C282D
(76,40,45)
#361C21
(54,28,33)
#201015
(32,16,21)
#000000
(0,0,0)

Tints of #FC888D

#FC888D
(252,136,141)
#FC9297
(252,146,151)
#FC9CA1
(252,156,161)
#FCA6AB
(252,166,171)
#FCB0B5
(252,176,181)
#FCBABF
(252,186,191)
#FCC4C9
(252,196,201)
#FCCED3
(252,206,211)
#FCD8DD
(252,216,221)
#FCE2E7
(252,226,231)
#FCECF1
(252,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC888D color. Also use rgb(252,136,141) instead hex code.

Text Font Color

.myTextColor { color: #FC888D; }

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

This text font color is #FC888D.

Background Color

.myBgColor { background-color: #FC888D; }

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

This div background color is #FC888D.

Border color

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

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

This div border color is #FC888D.

Opacity

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

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

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

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

This text has shadow with #FC888D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC888D.

Preview

Color preview on black background

This text has color #FC888D on black background.


Color preview on white background

This text has color #FC888D on white background.


Black color preview on #FC888D background

This text has black color on #FC888D background.


White color preview on #FC888D background

This text has white color on #FC888D background.


Related colors

Complementary color

Complementary color for #hex is #037772.


I love getcolorcode.com

Triadic colors

1 #8DFC88 and #888DFC with #FC888D are triadic colors.

2 #8D88FC and #88FC8D with #FC888D are triadic colors.