COLOR #FB89C8

HEX: #FB89C8
RGB: (251,137,200)

Color info

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

RGB color model

#FB89C8 color RGB value is (251,137,200).

  • red value is 251;
  • green value is 137;
  • blue value is 200.
RGB:
(251,137,200)
(98%,54%,78%)

RGB channels and saturation

R 251 of 255 = 98%
G 137 of 255 = 54%
B 200 of 255 = 78%

251
137
200

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

Portions of RGB colors in percentages

R + G + B =
251 + 137 + 200 = 588 (100%)
R 251 of 588 ~ 42.69%
G 137 of 588 ~ 23.3%
B 200 of 588 ~ 34.01%

%42.69
%23.3
%34.01

CMYK color model

#FB89C8 color CMYK value is (0,45,20,2).

  • cyan value is 0.00%
  • magenta value is 45.42%
  • yellow value is 20.32%
  • key color value is 1.57%
CMYK:
(0,45,20,2)
C0M45Y20K2 
(0%,45%,20%,2%)
(0.00/0.45/0.20/0.02)	

CMYK percentages

%0
%45.42
%20.32
%1.57

Codes

Color #FB89C8 in popluar color models

FB89C8
RGB251137200
HSL327°93.44%76.08%
HSB/HSV327°45.42%98.43%
CMYK0.00%45.42%20.32%
1.57%

Color #FB89C8 in popluar number systems.

HEXFB89C8
Decimal251137200
Binary111110111000100111001000
Octal373211310

Shades and tints

Shades of #FB89C8

#FB89C8
(251,137,200)
#E57DB6
(229,125,182)
#CF71A4
(207,113,164)
#B96592
(185,101,146)
#A35980
(163,89,128)
#8D4D6E
(141,77,110)
#77415C
(119,65,92)
#61354A
(97,53,74)
#4B2938
(75,41,56)
#351D26
(53,29,38)
#1F1114
(31,17,20)
#000000
(0,0,0)

Tints of #FB89C8

#FB89C8
(251,137,200)
#FB93CD
(251,147,205)
#FB9DD2
(251,157,210)
#FBA7D7
(251,167,215)
#FBB1DC
(251,177,220)
#FBBBE1
(251,187,225)
#FBC5E6
(251,197,230)
#FBCFEB
(251,207,235)
#FBD9F0
(251,217,240)
#FBE3F5
(251,227,245)
#FBEDFA
(251,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB89C8 color. Also use rgb(251,137,200) instead hex code.

Text Font Color

.myTextColor { color: #FB89C8; }

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

This text font color is #FB89C8.


Background Color

.myBgColor { background-color: #FB89C8; }

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

This div background color is #FB89C8.


Border color

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

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

This div border color is #FB89C8.


Opacity

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

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

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

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

This text has shadow with #FB89C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB89C8 on black background.


Color preview on white background

This text has color #FB89C8 on white background.



Black color preview on #FB89C8 background

This text has black color on #FB89C8 background.


White color preview on #FB89C8 background

This text has white color on #FB89C8 background.