COLOR #FCC5F2

HEX: #FCC5F2
RGB: (252,197,242)

Color info

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

RGB color model

#FCC5F2 color RGB value is (252,197,242).

  • red value is 252;
  • green value is 197;
  • blue value is 242.
RGB:
(252,197,242)
(99%,77%,95%)

RGB channels and saturation

R 252 of 255 = 99%
G 197 of 255 = 77%
B 242 of 255 = 95%

252
197
242

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

Portions of RGB colors in percentages

R + G + B =
252 + 197 + 242 = 691 (100%)
R 252 of 691 ~ 36.47%
G 197 of 691 ~ 28.51%
B 242 of 691 ~ 35.02%

%36.47
%28.51
%35.02

CMYK color model

#FCC5F2 color CMYK value is (0,22,4,1).

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 3.97%
  • key color value is 1.18%
CMYK:
(0,22,4,1)
C0M22Y4K1 
(0%,22%,4%,1%)
(0.00/0.22/0.04/0.01)	

CMYK percentages

%0
%21.83
%3.97
%1.18

Codes

Color #FCC5F2 in popluar color models

FCC5F2
RGB252197242
HSL311°90.16%88.04%
HSB/HSV311°21.83%98.82%
CMYK0.00%21.83%3.97%
1.18%

Color #FCC5F2 in popluar number systems.

HEXFCC5F2
Decimal252197242
Binary111111001100010111110010
Octal374305362

Shades and tints

Shades of #FCC5F2

#FCC5F2
(252,197,242)
#E6B4DC
(230,180,220)
#D0A3C6
(208,163,198)
#BA92B0
(186,146,176)
#A4819A
(164,129,154)
#8E7084
(142,112,132)
#785F6E
(120,95,110)
#624E58
(98,78,88)
#4C3D42
(76,61,66)
#362C2C
(54,44,44)
#201B16
(32,27,22)
#000000
(0,0,0)

Tints of #FCC5F2

#FCC5F2
(252,197,242)
#FCCAF3
(252,202,243)
#FCCFF4
(252,207,244)
#FCD4F5
(252,212,245)
#FCD9F6
(252,217,246)
#FCDEF7
(252,222,247)
#FCE3F8
(252,227,248)
#FCE8F9
(252,232,249)
#FCEDFA
(252,237,250)
#FCF2FB
(252,242,251)
#FCF7FC
(252,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC5F2 color. Also use rgb(252,197,242) instead hex code.

Text Font Color

.myTextColor { color: #FCC5F2; }

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

This text font color is #FCC5F2.


Background Color

.myBgColor { background-color: #FCC5F2; }

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

This div background color is #FCC5F2.


Border color

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

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

This div border color is #FCC5F2.


Opacity

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

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

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

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

This text has shadow with #FCC5F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC5F2 on black background.


Color preview on white background

This text has color #FCC5F2 on white background.



Black color preview on #FCC5F2 background

This text has black color on #FCC5F2 background.


White color preview on #FCC5F2 background

This text has white color on #FCC5F2 background.