COLOR #FCC8EF

HEX: #FCC8EF RGB: (252,200,239)

Color info

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

RGB color model

#FCC8EF color RGB value is (252,200,239).

RGB: (252,200,239) (99%, 78%, 94%)

RGB channels and saturation

R 252 of 255 = 99%
G 200 of 255 = 78%
B 239 of 255 = 94%

252
200
239

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

Portions of RGB colors in percentages

R + G + B = 252 + 200 + 239 = 691 (100%)
R 252 of 691 ~ 36.47%
G 200 of 691 ~ 28.94%
B 239 of 691 ~ 34.59'%

%36.47
%28.94
%34.59

CMYK color model

#FCC8EF color CMYK value is (0,21,5,1).

  • cyan value is 0.00%
  • magenta value is 20.63%
  • yellow value is 5.16%
  • key color value is 1.18%

CMYK: (0,21,5,1)
C0M21Y5K1 (0%, 21%, 5%, 1%)
(0.00 / 0.21 / 0.05 / 0.01)

CMYK percentages

%0
%20.63
%5.16
%1.18

Codes

Color #FCC8EF in popluar color models

FC C8 EF
RGB 252 200 239
HSL 315° 89.66% 88.63%
HSB/HSV 315° 20.63% 98.82%
CMYK 0.00% 20.63% 5.16%
1.18%

Color #FCC8EF in popluar number systems.

HEX FC C8 EF
Decimal 252 200 239
Binary 11111100 11001000 11101111
Octal 374 310 357

Shades and tints

Shades of #FCC8EF

#FCC8EF
(252,200,239)
#E6B6DA
(230,182,218)
#D0A4C5
(208,164,197)
#BA92B0
(186,146,176)
#A4809B
(164,128,155)
#8E6E86
(142,110,134)
#785C71
(120,92,113)
#624A5C
(98,74,92)
#4C3847
(76,56,71)
#362632
(54,38,50)
#20141D
(32,20,29)
#000000
(0,0,0)

Tints of #FCC8EF

#FCC8EF
(252,200,239)
#FCCDF0
(252,205,240)
#FCD2F1
(252,210,241)
#FCD7F2
(252,215,242)
#FCDCF3
(252,220,243)
#FCE1F4
(252,225,244)
#FCE6F5
(252,230,245)
#FCEBF6
(252,235,246)
#FCF0F7
(252,240,247)
#FCF5F8
(252,245,248)
#FCFAF9
(252,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC8EF; }

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

This text font color is #FCC8EF.

Background Color

.myBgColor { background-color: #FCC8EF; }

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

This div background color is #FCC8EF.

Border color

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

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

This div border color is #FCC8EF.

Opacity

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

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

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

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

This text has shadow with #FCC8EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC8EF.

Preview

Color preview on black background

This text has color #FCC8EF on black background.


Color preview on white background

This text has color #FCC8EF on white background.


Black color preview on #FCC8EF background

This text has black color on #FCC8EF background.


White color preview on #FCC8EF background

This text has white color on #FCC8EF background.


Related colors

Complementary color

Complementary color for #hex is #033710.


I love getcolorcode.com

Triadic colors

1 #EFFCC8 and #C8EFFC with #FCC8EF are triadic colors.

2 #EFC8FC and #C8FCEF with #FCC8EF are triadic colors.