COLOR #FB89D2

HEX: #FB89D2
RGB: (251,137,210)

Color info

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

RGB color model

#FB89D2 color RGB value is (251,137,210).

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

RGB channels and saturation

R 251 of 255 = 98%
G 137 of 255 = 54%
B 210 of 255 = 82%

251
137
210

R + G + B ~ 78%. #FB89D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 137 + 210 = 598 (100%)
R 251 of 598 ~ 41.97%
G 137 of 598 ~ 22.91%
B 210 of 598 ~ 35.12%

%41.97
%22.91
%35.12

CMYK color model

#FB89D2 color CMYK value is (0,45,16,2).

  • cyan value is 0.00%
  • magenta value is 45.42%
  • yellow value is 16.33%
  • key color value is 1.57%
CMYK:
(0,45,16,2)
C0M45Y16K2 
(0%,45%,16%,2%)
(0.00/0.45/0.16/0.02)	

CMYK percentages

%0
%45.42
%16.33
%1.57

Codes

Color #FB89D2 in popluar color models

FB89D2
RGB251137210
HSL322°93.44%76.08%
HSB/HSV322°45.42%98.43%
CMYK0.00%45.42%16.33%
1.57%

Color #FB89D2 in popluar number systems.

HEXFB89D2
Decimal251137210
Binary111110111000100111010010
Octal373211322

Shades and tints

Shades of #FB89D2

#FB89D2
(251,137,210)
#E57DBF
(229,125,191)
#CF71AC
(207,113,172)
#B96599
(185,101,153)
#A35986
(163,89,134)
#8D4D73
(141,77,115)
#774160
(119,65,96)
#61354D
(97,53,77)
#4B293A
(75,41,58)
#351D27
(53,29,39)
#1F1114
(31,17,20)
#000000
(0,0,0)

Tints of #FB89D2

#FB89D2
(251,137,210)
#FB93D6
(251,147,214)
#FB9DDA
(251,157,218)
#FBA7DE
(251,167,222)
#FBB1E2
(251,177,226)
#FBBBE6
(251,187,230)
#FBC5EA
(251,197,234)
#FBCFEE
(251,207,238)
#FBD9F2
(251,217,242)
#FBE3F6
(251,227,246)
#FBEDFA
(251,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB89D2; }

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

This text font color is #FB89D2.


Background Color

.myBgColor { background-color: #FB89D2; }

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

This div background color is #FB89D2.


Border color

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

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

This div border color is #FB89D2.


Opacity

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

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

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

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

This text has shadow with #FB89D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB89D2 on black background.


Color preview on white background

This text has color #FB89D2 on white background.



Black color preview on #FB89D2 background

This text has black color on #FB89D2 background.


White color preview on #FB89D2 background

This text has white color on #FB89D2 background.