COLOR #FB5988

HEX: #FB5988
RGB: (251,89,136)

Color info

#FB5988 contains mainly red color. Web safe color of #FB5988 is #FF6699 (or #F69).

RGB color model

#FB5988 color RGB value is (251,89,136).

  • red value is 251;
  • green value is 89;
  • blue value is 136.
RGB:
(251,89,136)
(98%,35%,53%)

RGB channels and saturation

R 251 of 255 = 98%
G 89 of 255 = 35%
B 136 of 255 = 53%

251
89
136

R + G + B ~ 62%. #FB5988 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 89 + 136 = 476 (100%)
R 251 of 476 ~ 52.73%
G 89 of 476 ~ 18.7%
B 136 of 476 ~ 28.57%

%52.73
%18.7
%28.57

CMYK color model

#FB5988 color CMYK value is (0,65,46,2).

  • cyan value is 0.00%
  • magenta value is 64.54%
  • yellow value is 45.82%
  • key color value is 1.57%
CMYK:
(0,65,46,2)
C0M65Y46K2 
(0%,65%,46%,2%)
(0.00/0.65/0.46/0.02)	

CMYK percentages

%0
%64.54
%45.82
%1.57

Codes

Color #FB5988 in popluar color models

FB5988
RGB25189136
HSL343°95.29%66.67%
HSB/HSV343°64.54%98.43%
CMYK0.00%64.54%45.82%
1.57%

Color #FB5988 in popluar number systems.

HEXFB5988
Decimal25189136
Binary11111011101100110001000
Octal373131210

Shades and tints

Shades of #FB5988

#FB5988
(251,89,136)
#E5517C
(229,81,124)
#CF4970
(207,73,112)
#B94164
(185,65,100)
#A33958
(163,57,88)
#8D314C
(141,49,76)
#772940
(119,41,64)
#612134
(97,33,52)
#4B1928
(75,25,40)
#35111C
(53,17,28)
#1F0910
(31,9,16)
#000000
(0,0,0)

Tints of #FB5988

#FB5988
(251,89,136)
#FB6892
(251,104,146)
#FB779C
(251,119,156)
#FB86A6
(251,134,166)
#FB95B0
(251,149,176)
#FBA4BA
(251,164,186)
#FBB3C4
(251,179,196)
#FBC2CE
(251,194,206)
#FBD1D8
(251,209,216)
#FBE0E2
(251,224,226)
#FBEFEC
(251,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB5988 color. Also use rgb(251,89,136) instead hex code.

Text Font Color

.myTextColor { color: #FB5988; }

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

This text font color is #FB5988.


Background Color

.myBgColor { background-color: #FB5988; }

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

This div background color is #FB5988.


Border color

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

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

This div border color is #FB5988.


Opacity

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

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

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

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

This text has shadow with #FB5988 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB5988 on black background.


Color preview on white background

This text has color #FB5988 on white background.



Black color preview on #FB5988 background

This text has black color on #FB5988 background.


White color preview on #FB5988 background

This text has white color on #FB5988 background.