COLOR #FC92E1

HEX: #FC92E1 RGB: (252,146,225)

Color info

#FC92E1 contains mainly red and blue colors. Web safe color of #FC92E1 is #FF99CC (or #F9C).

RGB color model

#FC92E1 color RGB value is (252,146,225).

RGB: (252,146,225) (99%, 57%, 88%)

RGB channels and saturation

R 252 of 255 = 99%
G 146 of 255 = 57%
B 225 of 255 = 88%

252
146
225

R + G + B ~ 81%. #FC92E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 146 + 225 = 623 (100%)
R 252 of 623 ~ 40.45%
G 146 of 623 ~ 23.43%
B 225 of 623 ~ 36.12'%

%40.45
%23.43
%36.12

CMYK color model

#FC92E1 color CMYK value is (0,42,11,1).

  • cyan value is 0.00%
  • magenta value is 42.06%
  • yellow value is 10.71%
  • key color value is 1.18%

CMYK: (0,42,11,1)
C0M42Y11K1 (0%, 42%, 11%, 1%)
(0.00 / 0.42 / 0.11 / 0.01)

CMYK percentages

%0
%42.06
%10.71
%1.18

Codes

Color #FC92E1 in popluar color models

FC 92 E1
RGB 252 146 225
HSL 315° 94.64% 78.04%
HSB/HSV 315° 42.06% 98.82%
CMYK 0.00% 42.06% 10.71%
1.18%

Color #FC92E1 in popluar number systems.

HEX FC 92 E1
Decimal 252 146 225
Binary 11111100 10010010 11100001
Octal 374 222 341

Shades and tints

Shades of #FC92E1

#FC92E1
(252,146,225)
#E685CD
(230,133,205)
#D078B9
(208,120,185)
#BA6BA5
(186,107,165)
#A45E91
(164,94,145)
#8E517D
(142,81,125)
#784469
(120,68,105)
#623755
(98,55,85)
#4C2A41
(76,42,65)
#361D2D
(54,29,45)
#201019
(32,16,25)
#000000
(0,0,0)

Tints of #FC92E1

#FC92E1
(252,146,225)
#FC9BE3
(252,155,227)
#FCA4E5
(252,164,229)
#FCADE7
(252,173,231)
#FCB6E9
(252,182,233)
#FCBFEB
(252,191,235)
#FCC8ED
(252,200,237)
#FCD1EF
(252,209,239)
#FCDAF1
(252,218,241)
#FCE3F3
(252,227,243)
#FCECF5
(252,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC92E1 color. Also use rgb(252,146,225) instead hex code.

Text Font Color

.myTextColor { color: #FC92E1; }

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

This text font color is #FC92E1.

Background Color

.myBgColor { background-color: #FC92E1; }

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

This div background color is #FC92E1.

Border color

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

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

This div border color is #FC92E1.

Opacity

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

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

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

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

This text has shadow with #FC92E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC92E1.

Preview

Color preview on black background

This text has color #FC92E1 on black background.


Color preview on white background

This text has color #FC92E1 on white background.


Black color preview on #FC92E1 background

This text has black color on #FC92E1 background.


White color preview on #FC92E1 background

This text has white color on #FC92E1 background.


Related colors

Complementary color

Complementary color for #hex is #036D1E.


I love getcolorcode.com

Triadic colors

1 #E1FC92 and #92E1FC with #FC92E1 are triadic colors.

2 #E192FC and #92FCE1 with #FC92E1 are triadic colors.