COLOR #FCC7E5

HEX: #FCC7E5
RGB: (252,199,229)

Color info

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

RGB color model

#FCC7E5 color RGB value is (252,199,229).

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

RGB channels and saturation

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

252
199
229

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

Portions of RGB colors in percentages

R + G + B =
252 + 199 + 229 = 680 (100%)
R 252 of 680 ~ 37.06%
G 199 of 680 ~ 29.26%
B 229 of 680 ~ 33.68%

%37.06
%29.26
%33.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.03%
  • 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.03
%9.13
%1.18

Codes

Color #FCC7E5 in popluar color models

FCC7E5
RGB252199229
HSL326°89.83%88.43%
HSB/HSV326°21.03%98.82%
CMYK0.00%21.03%9.13%
1.18%

Color #FCC7E5 in popluar number systems.

HEXFCC7E5
Decimal252199229
Binary111111001100011111100101
Octal374307345

Shades and tints

Shades of #FCC7E5

#FCC7E5
(252,199,229)
#E6B5D1
(230,181,209)
#D0A3BD
(208,163,189)
#BA91A9
(186,145,169)
#A47F95
(164,127,149)
#8E6D81
(142,109,129)
#785B6D
(120,91,109)
#624959
(98,73,89)
#4C3745
(76,55,69)
#362531
(54,37,49)
#20131D
(32,19,29)
#000000
(0,0,0)

Tints of #FCC7E5

#FCC7E5
(252,199,229)
#FCCCE7
(252,204,231)
#FCD1E9
(252,209,233)
#FCD6EB
(252,214,235)
#FCDBED
(252,219,237)
#FCE0EF
(252,224,239)
#FCE5F1
(252,229,241)
#FCEAF3
(252,234,243)
#FCEFF5
(252,239,245)
#FCF4F7
(252,244,247)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC7E5; }

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

This text font color is #FCC7E5.


Background Color

.myBgColor { background-color: #FCC7E5; }

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

This div background color is #FCC7E5.


Border color

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

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

This div border color is #FCC7E5.


Opacity

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

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

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

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

This text has shadow with #FCC7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC7E5 on black background.


Color preview on white background

This text has color #FCC7E5 on white background.



Black color preview on #FCC7E5 background

This text has black color on #FCC7E5 background.


White color preview on #FCC7E5 background

This text has white color on #FCC7E5 background.