COLOR #FCC6E9

HEX: #FCC6E9
RGB: (252,198,233)

Color info

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

RGB color model

#FCC6E9 color RGB value is (252,198,233).

  • red value is 252;
  • green value is 198;
  • blue value is 233.
RGB:
(252,198,233)
(99%,78%,91%)

RGB channels and saturation

R 252 of 255 = 99%
G 198 of 255 = 78%
B 233 of 255 = 91%

252
198
233

R + G + B ~ 89%. #FCC6E9 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 198 + 233 = 683 (100%)
R 252 of 683 ~ 36.9%
G 198 of 683 ~ 28.99%
B 233 of 683 ~ 34.11%

%36.9
%28.99
%34.11

CMYK color model

#FCC6E9 color CMYK value is (0,21,8,1).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 7.54%
  • key color value is 1.18%
CMYK:
(0,21,8,1)
C0M21Y8K1 
(0%,21%,8%,1%)
(0.00/0.21/0.08/0.01)	

CMYK percentages

%0
%21.43
%7.54
%1.18

Codes

Color #FCC6E9 in popluar color models

FCC6E9
RGB252198233
HSL321°90.00%88.24%
HSB/HSV321°21.43%98.82%
CMYK0.00%21.43%7.54%
1.18%

Color #FCC6E9 in popluar number systems.

HEXFCC6E9
Decimal252198233
Binary111111001100011011101001
Octal374306351

Shades and tints

Shades of #FCC6E9

#FCC6E9
(252,198,233)
#E6B4D4
(230,180,212)
#D0A2BF
(208,162,191)
#BA90AA
(186,144,170)
#A47E95
(164,126,149)
#8E6C80
(142,108,128)
#785A6B
(120,90,107)
#624856
(98,72,86)
#4C3641
(76,54,65)
#36242C
(54,36,44)
#201217
(32,18,23)
#000000
(0,0,0)

Tints of #FCC6E9

#FCC6E9
(252,198,233)
#FCCBEB
(252,203,235)
#FCD0ED
(252,208,237)
#FCD5EF
(252,213,239)
#FCDAF1
(252,218,241)
#FCDFF3
(252,223,243)
#FCE4F5
(252,228,245)
#FCE9F7
(252,233,247)
#FCEEF9
(252,238,249)
#FCF3FB
(252,243,251)
#FCF8FD
(252,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC6E9 color. Also use rgb(252,198,233) instead hex code.

Text Font Color

.myTextColor { color: #FCC6E9; }

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

This text font color is #FCC6E9.


Background Color

.myBgColor { background-color: #FCC6E9; }

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

This div background color is #FCC6E9.


Border color

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

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

This div border color is #FCC6E9.


Opacity

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

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

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

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

This text has shadow with #FCC6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC6E9 on black background.


Color preview on white background

This text has color #FCC6E9 on white background.



Black color preview on #FCC6E9 background

This text has black color on #FCC6E9 background.


White color preview on #FCC6E9 background

This text has white color on #FCC6E9 background.