COLOR #FCC5F1

HEX: #FCC5F1 RGB: (252,197,241)

Color info

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

RGB color model

#FCC5F1 color RGB value is (252,197,241).

RGB: (252,197,241) (99%, 77%, 95%)

RGB channels and saturation

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

252
197
241

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

Portions of RGB colors in percentages

R + G + B = 252 + 197 + 241 = 690 (100%)
R 252 of 690 ~ 36.52%
G 197 of 690 ~ 28.55%
B 241 of 690 ~ 34.93'%

%36.52
%28.55
%34.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.83%
  • yellow value is 4.37%
  • 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
%4.37
%1.18

Codes

Color #FCC5F1 in popluar color models

FC C5 F1
RGB 252 197 241
HSL 312° 90.16% 88.04%
HSB/HSV 312° 21.83% 98.82%
CMYK 0.00% 21.83% 4.37%
1.18%

Color #FCC5F1 in popluar number systems.

HEX FC C5 F1
Decimal 252 197 241
Binary 11111100 11000101 11110001
Octal 374 305 361

Shades and tints

Shades of #FCC5F1

#FCC5F1
(252,197,241)
#E6B4DC
(230,180,220)
#D0A3C7
(208,163,199)
#BA92B2
(186,146,178)
#A4819D
(164,129,157)
#8E7088
(142,112,136)
#785F73
(120,95,115)
#624E5E
(98,78,94)
#4C3D49
(76,61,73)
#362C34
(54,44,52)
#201B1F
(32,27,31)
#000000
(0,0,0)

Tints of #FCC5F1

#FCC5F1
(252,197,241)
#FCCAF2
(252,202,242)
#FCCFF3
(252,207,243)
#FCD4F4
(252,212,244)
#FCD9F5
(252,217,245)
#FCDEF6
(252,222,246)
#FCE3F7
(252,227,247)
#FCE8F8
(252,232,248)
#FCEDF9
(252,237,249)
#FCF2FA
(252,242,250)
#FCF7FB
(252,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC5F1; }

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

This text font color is #FCC5F1.

Background Color

.myBgColor { background-color: #FCC5F1; }

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

This div background color is #FCC5F1.

Border color

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

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

This div border color is #FCC5F1.

Opacity

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

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

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

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

This text has shadow with #FCC5F1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC5F1.

Preview

Color preview on black background

This text has color #FCC5F1 on black background.


Color preview on white background

This text has color #FCC5F1 on white background.


Black color preview on #FCC5F1 background

This text has black color on #FCC5F1 background.


White color preview on #FCC5F1 background

This text has white color on #FCC5F1 background.


Related colors

Complementary color

Complementary color for #hex is #033A0E.


I love getcolorcode.com

Triadic colors

1 #F1FCC5 and #C5F1FC with #FCC5F1 are triadic colors.

2 #F1C5FC and #C5FCF1 with #FCC5F1 are triadic colors.