COLOR #FB80CE

HEX: #FB80CE
RGB: (251,128,206)

Color info

#FB80CE contains mainly red and blue colors. Web safe color of #FB80CE is #FF66CC (or #F6C).

RGB color model

#FB80CE color RGB value is (251,128,206).

  • red value is 251;
  • green value is 128;
  • blue value is 206.
RGB:
(251,128,206)
(98%,50%,81%)

RGB channels and saturation

R 251 of 255 = 98%
G 128 of 255 = 50%
B 206 of 255 = 81%

251
128
206

R + G + B ~ 76%. #FB80CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 128 + 206 = 585 (100%)
R 251 of 585 ~ 42.91%
G 128 of 585 ~ 21.88%
B 206 of 585 ~ 35.21%

%42.91
%21.88
%35.21

CMYK color model

#FB80CE color CMYK value is (0,49,18,2).

  • cyan value is 0.00%
  • magenta value is 49.00%
  • yellow value is 17.93%
  • key color value is 1.57%
CMYK:
(0,49,18,2)
C0M49Y18K2 
(0%,49%,18%,2%)
(0.00/0.49/0.18/0.02)	

CMYK percentages

%0
%49
%17.93
%1.57

Codes

Color #FB80CE in popluar color models

FB80CE
RGB251128206
HSL322°93.89%74.31%
HSB/HSV322°49.00%98.43%
CMYK0.00%49.00%17.93%
1.57%

Color #FB80CE in popluar number systems.

HEXFB80CE
Decimal251128206
Binary111110111000000011001110
Octal373200316

Shades and tints

Shades of #FB80CE

#FB80CE
(251,128,206)
#E575BC
(229,117,188)
#CF6AAA
(207,106,170)
#B95F98
(185,95,152)
#A35486
(163,84,134)
#8D4974
(141,73,116)
#773E62
(119,62,98)
#613350
(97,51,80)
#4B283E
(75,40,62)
#351D2C
(53,29,44)
#1F121A
(31,18,26)
#000000
(0,0,0)

Tints of #FB80CE

#FB80CE
(251,128,206)
#FB8BD2
(251,139,210)
#FB96D6
(251,150,214)
#FBA1DA
(251,161,218)
#FBACDE
(251,172,222)
#FBB7E2
(251,183,226)
#FBC2E6
(251,194,230)
#FBCDEA
(251,205,234)
#FBD8EE
(251,216,238)
#FBE3F2
(251,227,242)
#FBEEF6
(251,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB80CE color. Also use rgb(251,128,206) instead hex code.

Text Font Color

.myTextColor { color: #FB80CE; }

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

This text font color is #FB80CE.


Background Color

.myBgColor { background-color: #FB80CE; }

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

This div background color is #FB80CE.


Border color

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

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

This div border color is #FB80CE.


Opacity

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

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

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

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

This text has shadow with #FB80CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB80CE on black background.


Color preview on white background

This text has color #FB80CE on white background.



Black color preview on #FB80CE background

This text has black color on #FB80CE background.


White color preview on #FB80CE background

This text has white color on #FB80CE background.