COLOR #FCC2F1

HEX: #FCC2F1
RGB: (252,194,241)

Color info

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

RGB color model

#FCC2F1 color RGB value is (252,194,241).

  • red value is 252;
  • green value is 194;
  • blue value is 241.
RGB:
(252,194,241)
(99%,76%,95%)

RGB channels and saturation

R 252 of 255 = 99%
G 194 of 255 = 76%
B 241 of 255 = 95%

252
194
241

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

Portions of RGB colors in percentages

R + G + B =
252 + 194 + 241 = 687 (100%)
R 252 of 687 ~ 36.68%
G 194 of 687 ~ 28.24%
B 241 of 687 ~ 35.08%

%36.68
%28.24
%35.08

CMYK color model

#FCC2F1 color CMYK value is (0,23,4,1).

  • cyan value is 0.00%
  • magenta value is 23.02%
  • yellow value is 4.37%
  • key color value is 1.18%
CMYK:
(0,23,4,1)
C0M23Y4K1 
(0%,23%,4%,1%)
(0.00/0.23/0.04/0.01)	

CMYK percentages

%0
%23.02
%4.37
%1.18

Codes

Color #FCC2F1 in popluar color models

FCC2F1
RGB252194241
HSL311°90.63%87.45%
HSB/HSV311°23.02%98.82%
CMYK0.00%23.02%4.37%
1.18%

Color #FCC2F1 in popluar number systems.

HEXFCC2F1
Decimal252194241
Binary111111001100001011110001
Octal374302361

Shades and tints

Shades of #FCC2F1

#FCC2F1
(252,194,241)
#E6B1DC
(230,177,220)
#D0A0C7
(208,160,199)
#BA8FB2
(186,143,178)
#A47E9D
(164,126,157)
#8E6D88
(142,109,136)
#785C73
(120,92,115)
#624B5E
(98,75,94)
#4C3A49
(76,58,73)
#362934
(54,41,52)
#20181F
(32,24,31)
#000000
(0,0,0)

Tints of #FCC2F1

#FCC2F1
(252,194,241)
#FCC7F2
(252,199,242)
#FCCCF3
(252,204,243)
#FCD1F4
(252,209,244)
#FCD6F5
(252,214,245)
#FCDBF6
(252,219,246)
#FCE0F7
(252,224,247)
#FCE5F8
(252,229,248)
#FCEAF9
(252,234,249)
#FCEFFA
(252,239,250)
#FCF4FB
(252,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC2F1 color. Also use rgb(252,194,241) instead hex code.

Text Font Color

.myTextColor { color: #FCC2F1; }

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

This text font color is #FCC2F1.


Background Color

.myBgColor { background-color: #FCC2F1; }

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

This div background color is #FCC2F1.


Border color

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

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

This div border color is #FCC2F1.


Opacity

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

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

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

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

This text has shadow with #FCC2F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC2F1 on black background.


Color preview on white background

This text has color #FCC2F1 on white background.



Black color preview on #FCC2F1 background

This text has black color on #FCC2F1 background.


White color preview on #FCC2F1 background

This text has white color on #FCC2F1 background.