COLOR #FCC6E5

HEX: #FCC6E5
RGB: (252,198,229)

Color info

#FCC6E5 contains red, green and blue colors in about the same proportion. Web safe color of #FCC6E5 is #FFCCCC (or #FCC).

RGB color model

#FCC6E5 color RGB value is (252,198,229).

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

RGB channels and saturation

R 252 of 255 = 99%
G 198 of 255 = 78%
B 229 of 255 = 90%

252
198
229

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

Portions of RGB colors in percentages

R + G + B =
252 + 198 + 229 = 679 (100%)
R 252 of 679 ~ 37.11%
G 198 of 679 ~ 29.16%
B 229 of 679 ~ 33.73%

%37.11
%29.16
%33.73

CMYK color model

#FCC6E5 color CMYK value is (0,21,9,1).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 9.13%
  • key color value is 1.18%
CMYK:
(0,21,9,1)
C0M21Y9K1 
(0%,21%,9%,1%)
(0.00/0.21/0.09/0.01)	

CMYK percentages

%0
%21.43
%9.13
%1.18

Codes

Color #FCC6E5 in popluar color models

FCC6E5
RGB252198229
HSL326°90.00%88.24%
HSB/HSV326°21.43%98.82%
CMYK0.00%21.43%9.13%
1.18%

Color #FCC6E5 in popluar number systems.

HEXFCC6E5
Decimal252198229
Binary111111001100011011100101
Octal374306345

Shades and tints

Shades of #FCC6E5

#FCC6E5
(252,198,229)
#E6B4D1
(230,180,209)
#D0A2BD
(208,162,189)
#BA90A9
(186,144,169)
#A47E95
(164,126,149)
#8E6C81
(142,108,129)
#785A6D
(120,90,109)
#624859
(98,72,89)
#4C3645
(76,54,69)
#362431
(54,36,49)
#20121D
(32,18,29)
#000000
(0,0,0)

Tints of #FCC6E5

#FCC6E5
(252,198,229)
#FCCBE7
(252,203,231)
#FCD0E9
(252,208,233)
#FCD5EB
(252,213,235)
#FCDAED
(252,218,237)
#FCDFEF
(252,223,239)
#FCE4F1
(252,228,241)
#FCE9F3
(252,233,243)
#FCEEF5
(252,238,245)
#FCF3F7
(252,243,247)
#FCF8F9
(252,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC6E5; }

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

This text font color is #FCC6E5.


Background Color

.myBgColor { background-color: #FCC6E5; }

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

This div background color is #FCC6E5.


Border color

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

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

This div border color is #FCC6E5.


Opacity

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

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

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

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

This text has shadow with #FCC6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC6E5 on black background.


Color preview on white background

This text has color #FCC6E5 on white background.



Black color preview on #FCC6E5 background

This text has black color on #FCC6E5 background.


White color preview on #FCC6E5 background

This text has white color on #FCC6E5 background.