COLOR #FB87C5

HEX: #FB87C5 RGB: (251,135,197)

Color info

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

RGB color model

#FB87C5 color RGB value is (251,135,197).

RGB: (251,135,197) (98%, 53%, 77%)

RGB channels and saturation

R 251 of 255 = 98%
G 135 of 255 = 53%
B 197 of 255 = 77%

251
135
197

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

Portions of RGB colors in percentages

R + G + B = 251 + 135 + 197 = 583 (100%)
R 251 of 583 ~ 43.05%
G 135 of 583 ~ 23.16%
B 197 of 583 ~ 33.79'%

%43.05
%23.16
%33.79

CMYK color model

#FB87C5 color CMYK value is (0,46,22,2).

  • cyan value is 0.00%
  • magenta value is 46.22%
  • yellow value is 21.51%
  • key color value is 1.57%

CMYK: (0,46,22,2)
C0M46Y22K2 (0%, 46%, 22%, 2%)
(0.00 / 0.46 / 0.22 / 0.02)

CMYK percentages

%0
%46.22
%21.51
%1.57

Codes

Color #FB87C5 in popluar color models

FB 87 C5
RGB 251 135 197
HSL 328° 93.55% 75.69%
HSB/HSV 328° 46.22% 98.43%
CMYK 0.00% 46.22% 21.51%
1.57%

Color #FB87C5 in popluar number systems.

HEX FB 87 C5
Decimal 251 135 197
Binary 11111011 10000111 11000101
Octal 373 207 305

Shades and tints

Shades of #FB87C5

#FB87C5
(251,135,197)
#E57BB4
(229,123,180)
#CF6FA3
(207,111,163)
#B96392
(185,99,146)
#A35781
(163,87,129)
#8D4B70
(141,75,112)
#773F5F
(119,63,95)
#61334E
(97,51,78)
#4B273D
(75,39,61)
#351B2C
(53,27,44)
#1F0F1B
(31,15,27)
#000000
(0,0,0)

Tints of #FB87C5

#FB87C5
(251,135,197)
#FB91CA
(251,145,202)
#FB9BCF
(251,155,207)
#FBA5D4
(251,165,212)
#FBAFD9
(251,175,217)
#FBB9DE
(251,185,222)
#FBC3E3
(251,195,227)
#FBCDE8
(251,205,232)
#FBD7ED
(251,215,237)
#FBE1F2
(251,225,242)
#FBEBF7
(251,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB87C5 color. Also use rgb(251,135,197) instead hex code.

Text Font Color

.myTextColor { color: #FB87C5; }

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

This text font color is #FB87C5.

Background Color

.myBgColor { background-color: #FB87C5; }

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

This div background color is #FB87C5.

Border color

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

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

This div border color is #FB87C5.

Opacity

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

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

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

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

This text has shadow with #FB87C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FB87C5.

Preview

Color preview on black background

This text has color #FB87C5 on black background.


Color preview on white background

This text has color #FB87C5 on white background.


Black color preview on #FB87C5 background

This text has black color on #FB87C5 background.


White color preview on #FB87C5 background

This text has white color on #FB87C5 background.


Related colors

Complementary color

Complementary color for #hex is #04783A.


I love getcolorcode.com

Triadic colors

1 #C5FB87 and #87C5FB with #FB87C5 are triadic colors.

2 #C587FB and #87FBC5 with #FB87C5 are triadic colors.