COLOR #FC6E94

HEX: #FC6E94
RGB: (252,110,148)

Color info

#FC6E94 contains mainly red color. Web safe color of #FC6E94 is #FF6699 (or #F69).

RGB color model

#FC6E94 color RGB value is (252,110,148).

  • red value is 252;
  • green value is 110;
  • blue value is 148.
RGB:
(252,110,148)
(99%,43%,58%)

RGB channels and saturation

R 252 of 255 = 99%
G 110 of 255 = 43%
B 148 of 255 = 58%

252
110
148

R + G + B ~ 67%. #FC6E94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 110 + 148 = 510 (100%)
R 252 of 510 ~ 49.41%
G 110 of 510 ~ 21.57%
B 148 of 510 ~ 29.02%

%49.41
%21.57
%29.02

CMYK color model

#FC6E94 color CMYK value is (0,56,41,1).

  • cyan value is 0.00%
  • magenta value is 56.35%
  • yellow value is 41.27%
  • key color value is 1.18%
CMYK:
(0,56,41,1)
C0M56Y41K1 
(0%,56%,41%,1%)
(0.00/0.56/0.41/0.01)	

CMYK percentages

%0
%56.35
%41.27
%1.18

Codes

Color #FC6E94 in popluar color models

FC6E94
RGB252110148
HSL344°95.95%70.98%
HSB/HSV344°56.35%98.82%
CMYK0.00%56.35%41.27%
1.18%

Color #FC6E94 in popluar number systems.

HEXFC6E94
Decimal252110148
Binary11111100110111010010100
Octal374156224

Shades and tints

Shades of #FC6E94

#FC6E94
(252,110,148)
#E66487
(230,100,135)
#D05A7A
(208,90,122)
#BA506D
(186,80,109)
#A44660
(164,70,96)
#8E3C53
(142,60,83)
#783246
(120,50,70)
#622839
(98,40,57)
#4C1E2C
(76,30,44)
#36141F
(54,20,31)
#200A12
(32,10,18)
#000000
(0,0,0)

Tints of #FC6E94

#FC6E94
(252,110,148)
#FC7B9D
(252,123,157)
#FC88A6
(252,136,166)
#FC95AF
(252,149,175)
#FCA2B8
(252,162,184)
#FCAFC1
(252,175,193)
#FCBCCA
(252,188,202)
#FCC9D3
(252,201,211)
#FCD6DC
(252,214,220)
#FCE3E5
(252,227,229)
#FCF0EE
(252,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC6E94 color. Also use rgb(252,110,148) instead hex code.

Text Font Color

.myTextColor { color: #FC6E94; }

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

This text font color is #FC6E94.


Background Color

.myBgColor { background-color: #FC6E94; }

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

This div background color is #FC6E94.


Border color

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

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

This div border color is #FC6E94.


Opacity

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

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

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

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

This text has shadow with #FC6E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FC6E94 on black background.


Color preview on white background

This text has color #FC6E94 on white background.



Black color preview on #FC6E94 background

This text has black color on #FC6E94 background.


White color preview on #FC6E94 background

This text has white color on #FC6E94 background.