COLOR #FC65B8

HEX: #FC65B8 RGB: (252,101,184)

Color info

#FC65B8 contains mainly red color. Web safe color of #FC65B8 is #FF66CC (or #F6C).

RGB color model

#FC65B8 color RGB value is (252,101,184).

RGB: (252,101,184) (99%, 40%, 72%)

RGB channels and saturation

R 252 of 255 = 99%
G 101 of 255 = 40%
B 184 of 255 = 72%

252
101
184

R + G + B ~ 70%. #FC65B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 252 + 101 + 184 = 537 (100%)
R 252 of 537 ~ 46.93%
G 101 of 537 ~ 18.81%
B 184 of 537 ~ 34.26'%

%46.93
%18.81
%34.26

CMYK color model

#FC65B8 color CMYK value is (0,60,27,1).

  • cyan value is 0.00%
  • magenta value is 59.92%
  • yellow value is 26.98%
  • key color value is 1.18%

CMYK: (0,60,27,1)
C0M60Y27K1 (0%, 60%, 27%, 1%)
(0.00 / 0.60 / 0.27 / 0.01)

CMYK percentages

%0
%59.92
%26.98
%1.18

Codes

Color #FC65B8 in popluar color models

FC 65 B8
RGB 252 101 184
HSL 327° 96.18% 69.22%
HSB/HSV 327° 59.92% 98.82%
CMYK 0.00% 59.92% 26.98%
1.18%

Color #FC65B8 in popluar number systems.

HEX FC 65 B8
Decimal 252 101 184
Binary 11111100 1100101 10111000
Octal 374 145 270

Shades and tints

Shades of #FC65B8

#FC65B8
(252,101,184)
#E65CA8
(230,92,168)
#D05398
(208,83,152)
#BA4A88
(186,74,136)
#A44178
(164,65,120)
#8E3868
(142,56,104)
#782F58
(120,47,88)
#622648
(98,38,72)
#4C1D38
(76,29,56)
#361428
(54,20,40)
#200B18
(32,11,24)
#000000
(0,0,0)

Tints of #FC65B8

#FC65B8
(252,101,184)
#FC73BE
(252,115,190)
#FC81C4
(252,129,196)
#FC8FCA
(252,143,202)
#FC9DD0
(252,157,208)
#FCABD6
(252,171,214)
#FCB9DC
(252,185,220)
#FCC7E2
(252,199,226)
#FCD5E8
(252,213,232)
#FCE3EE
(252,227,238)
#FCF1F4
(252,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FC65B8 color. Also use rgb(252,101,184) instead hex code.

Text Font Color

.myTextColor { color: #FC65B8; }

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

This text font color is #FC65B8.

Background Color

.myBgColor { background-color: #FC65B8; }

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

This div background color is #FC65B8.

Border color

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

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

This div border color is #FC65B8.

Opacity

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

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

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

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

This text has shadow with #FC65B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FC65B8.

Preview

Color preview on black background

This text has color #FC65B8 on black background.


Color preview on white background

This text has color #FC65B8 on white background.


Black color preview on #FC65B8 background

This text has black color on #FC65B8 background.


White color preview on #FC65B8 background

This text has white color on #FC65B8 background.


Related colors

Complementary color

Complementary color for #FC65B8 is #039A47.


I love getcolorcode.com

Triadic colors

1 #B8FC65 and #65B8FC with #FC65B8 are triadic colors.

2 #B865FC and #65FCB8 with #FC65B8 are triadic colors.