COLOR #FB85CF

HEX: #FB85CF
RGB: (251,133,207)

Color info

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

RGB color model

#FB85CF color RGB value is (251,133,207).

  • red value is 251;
  • green value is 133;
  • blue value is 207.
RGB:
(251,133,207)
(98%,52%,81%)

RGB channels and saturation

R 251 of 255 = 98%
G 133 of 255 = 52%
B 207 of 255 = 81%

251
133
207

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

Portions of RGB colors in percentages

R + G + B =
251 + 133 + 207 = 591 (100%)
R 251 of 591 ~ 42.47%
G 133 of 591 ~ 22.5%
B 207 of 591 ~ 35.03%

%42.47
%22.5
%35.03

CMYK color model

#FB85CF color CMYK value is (0,47,18,2).

  • cyan value is 0.00%
  • magenta value is 47.01%
  • yellow value is 17.53%
  • key color value is 1.57%
CMYK:
(0,47,18,2)
C0M47Y18K2 
(0%,47%,18%,2%)
(0.00/0.47/0.18/0.02)	

CMYK percentages

%0
%47.01
%17.53
%1.57

Codes

Color #FB85CF in popluar color models

FB85CF
RGB251133207
HSL322°93.65%75.29%
HSB/HSV322°47.01%98.43%
CMYK0.00%47.01%17.53%
1.57%

Color #FB85CF in popluar number systems.

HEXFB85CF
Decimal251133207
Binary111110111000010111001111
Octal373205317

Shades and tints

Shades of #FB85CF

#FB85CF
(251,133,207)
#E579BD
(229,121,189)
#CF6DAB
(207,109,171)
#B96199
(185,97,153)
#A35587
(163,85,135)
#8D4975
(141,73,117)
#773D63
(119,61,99)
#613151
(97,49,81)
#4B253F
(75,37,63)
#35192D
(53,25,45)
#1F0D1B
(31,13,27)
#000000
(0,0,0)

Tints of #FB85CF

#FB85CF
(251,133,207)
#FB90D3
(251,144,211)
#FB9BD7
(251,155,215)
#FBA6DB
(251,166,219)
#FBB1DF
(251,177,223)
#FBBCE3
(251,188,227)
#FBC7E7
(251,199,231)
#FBD2EB
(251,210,235)
#FBDDEF
(251,221,239)
#FBE8F3
(251,232,243)
#FBF3F7
(251,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB85CF color. Also use rgb(251,133,207) instead hex code.

Text Font Color

.myTextColor { color: #FB85CF; }

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

This text font color is #FB85CF.


Background Color

.myBgColor { background-color: #FB85CF; }

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

This div background color is #FB85CF.


Border color

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

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

This div border color is #FB85CF.


Opacity

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

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

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

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

This text has shadow with #FB85CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB85CF on black background.


Color preview on white background

This text has color #FB85CF on white background.



Black color preview on #FB85CF background

This text has black color on #FB85CF background.


White color preview on #FB85CF background

This text has white color on #FB85CF background.