COLOR #FB80D7

HEX: #FB80D7
RGB: (251,128,215)

Color info

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

RGB color model

#FB80D7 color RGB value is (251,128,215).

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

RGB channels and saturation

R 251 of 255 = 98%
G 128 of 255 = 50%
B 215 of 255 = 84%

251
128
215

R + G + B ~ 77%. #FB80D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 128 + 215 = 594 (100%)
R 251 of 594 ~ 42.26%
G 128 of 594 ~ 21.55%
B 215 of 594 ~ 36.2%

%42.26
%21.55
%36.2

CMYK color model

#FB80D7 color CMYK value is (0,49,14,2).

  • cyan value is 0.00%
  • magenta value is 49.00%
  • yellow value is 14.34%
  • key color value is 1.57%
CMYK:
(0,49,14,2)
C0M49Y14K2 
(0%,49%,14%,2%)
(0.00/0.49/0.14/0.02)	

CMYK percentages

%0
%49
%14.34
%1.57

Codes

Color #FB80D7 in popluar color models

FB80D7
RGB251128215
HSL318°93.89%74.31%
HSB/HSV318°49.00%98.43%
CMYK0.00%49.00%14.34%
1.57%

Color #FB80D7 in popluar number systems.

HEXFB80D7
Decimal251128215
Binary111110111000000011010111
Octal373200327

Shades and tints

Shades of #FB80D7

#FB80D7
(251,128,215)
#E575C4
(229,117,196)
#CF6AB1
(207,106,177)
#B95F9E
(185,95,158)
#A3548B
(163,84,139)
#8D4978
(141,73,120)
#773E65
(119,62,101)
#613352
(97,51,82)
#4B283F
(75,40,63)
#351D2C
(53,29,44)
#1F1219
(31,18,25)
#000000
(0,0,0)

Tints of #FB80D7

#FB80D7
(251,128,215)
#FB8BDA
(251,139,218)
#FB96DD
(251,150,221)
#FBA1E0
(251,161,224)
#FBACE3
(251,172,227)
#FBB7E6
(251,183,230)
#FBC2E9
(251,194,233)
#FBCDEC
(251,205,236)
#FBD8EF
(251,216,239)
#FBE3F2
(251,227,242)
#FBEEF5
(251,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB80D7; }

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

This text font color is #FB80D7.


Background Color

.myBgColor { background-color: #FB80D7; }

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

This div background color is #FB80D7.


Border color

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

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

This div border color is #FB80D7.


Opacity

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

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

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

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

This text has shadow with #FB80D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB80D7 on black background.


Color preview on white background

This text has color #FB80D7 on white background.



Black color preview on #FB80D7 background

This text has black color on #FB80D7 background.


White color preview on #FB80D7 background

This text has white color on #FB80D7 background.