COLOR #FCC8ED

HEX: #FCC8ED RGB: (252,200,237)

Color info

#FCC8ED contains red, green and blue colors in about the same proportion. Web safe color of #FCC8ED is #FFCCFF (or #FCF).

RGB color model

#FCC8ED color RGB value is (252,200,237).

RGB: (252,200,237) (99%, 78%, 93%)

RGB channels and saturation

R 252 of 255 = 99%
G 200 of 255 = 78%
B 237 of 255 = 93%

252
200
237

R + G + B ~ 90%. #FCC8ED is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 200 + 237 = 689 (100%)
R 252 of 689 ~ 36.57%
G 200 of 689 ~ 29.03%
B 237 of 689 ~ 34.4'%

%36.57
%29.03
%34.4

CMYK color model

#FCC8ED color CMYK value is (0,21,6,1).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 5.95%
  • key color value is 1.18%
CMYK: (0,21,6,1) C0M21Y6K1 (0%,21%,6%,1%) (0.00/0.21/0.06/0.01) 

CMYK percentages

%0
%20.63
%5.95
%1.18

Codes

Color #FCC8ED in popluar color models

FC C8 ED
RGB 252 200 237
HSL 317° 89.66% 88.63%
HSB/HSV 317° 20.63% 98.82%
CMYK 0.00% 20.63% 5.95%
1.18%

Color #FCC8ED in popluar number systems.

HEX FC C8 ED
Decimal 252 200 237
Binary 11111100 11001000 11101101
Octal 374 310 355

Shades and tints

Shades of #FCC8ED

#FCC8ED
(252,200,237)
#E6B6D8
(230,182,216)
#D0A4C3
(208,164,195)
#BA92AE
(186,146,174)
#A48099
(164,128,153)
#8E6E84
(142,110,132)
#785C6F
(120,92,111)
#624A5A
(98,74,90)
#4C3845
(76,56,69)
#362630
(54,38,48)
#20141B
(32,20,27)
#000000
(0,0,0)

Tints of #FCC8ED

#FCC8ED
(252,200,237)
#FCCDEE
(252,205,238)
#FCD2EF
(252,210,239)
#FCD7F0
(252,215,240)
#FCDCF1
(252,220,241)
#FCE1F2
(252,225,242)
#FCE6F3
(252,230,243)
#FCEBF4
(252,235,244)
#FCF0F5
(252,240,245)
#FCF5F6
(252,245,246)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC8ED color. Also use rgb(252,200,237) instead hex code.

Text Font Color

.myTextColor { color: #FCC8ED; }

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

This text font color is #FCC8ED.

Background Color

.myBgColor { background-color: #FCC8ED; }

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

This div background color is #FCC8ED.

Border color

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

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

This div border color is #FCC8ED.

Opacity

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

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

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

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

This text has shadow with #FCC8ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC8ED.

Preview

Color preview on black background

This text has color #FCC8ED on black background.


Color preview on white background

This text has color #FCC8ED on white background.


Black color preview on #FCC8ED background

This text has black color on #FCC8ED background.


White color preview on #FCC8ED background

This text has white color on #FCC8ED background.


Related colors

Complementary color

Complementary color for #hex is #033712.


I love getcolorcode.com

Triadic colors

1 #EDFCC8 and #C8EDFC with #FCC8ED are triadic colors.

2 #EDC8FC and #C8FCED with #FCC8ED are triadic colors.