COLOR #FB98D6

HEX: #FB98D6
RGB: (251,152,214)

Color info

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

RGB color model

#FB98D6 color RGB value is (251,152,214).

  • red value is 251;
  • green value is 152;
  • blue value is 214.
RGB:
(251,152,214)
(98%,60%,84%)

RGB channels and saturation

R 251 of 255 = 98%
G 152 of 255 = 60%
B 214 of 255 = 84%

251
152
214

R + G + B ~ 81%. #FB98D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 152 + 214 = 617 (100%)
R 251 of 617 ~ 40.68%
G 152 of 617 ~ 24.64%
B 214 of 617 ~ 34.68%

%40.68
%24.64
%34.68

CMYK color model

#FB98D6 color CMYK value is (0,39,15,2).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 14.74%
  • key color value is 1.57%
CMYK:
(0,39,15,2)
C0M39Y15K2 
(0%,39%,15%,2%)
(0.00/0.39/0.15/0.02)	

CMYK percentages

%0
%39.44
%14.74
%1.57

Codes

Color #FB98D6 in popluar color models

FB98D6
RGB251152214
HSL322°92.52%79.02%
HSB/HSV322°39.44%98.43%
CMYK0.00%39.44%14.74%
1.57%

Color #FB98D6 in popluar number systems.

HEXFB98D6
Decimal251152214
Binary111110111001100011010110
Octal373230326

Shades and tints

Shades of #FB98D6

#FB98D6
(251,152,214)
#E58BC3
(229,139,195)
#CF7EB0
(207,126,176)
#B9719D
(185,113,157)
#A3648A
(163,100,138)
#8D5777
(141,87,119)
#774A64
(119,74,100)
#613D51
(97,61,81)
#4B303E
(75,48,62)
#35232B
(53,35,43)
#1F1618
(31,22,24)
#000000
(0,0,0)

Tints of #FB98D6

#FB98D6
(251,152,214)
#FBA1D9
(251,161,217)
#FBAADC
(251,170,220)
#FBB3DF
(251,179,223)
#FBBCE2
(251,188,226)
#FBC5E5
(251,197,229)
#FBCEE8
(251,206,232)
#FBD7EB
(251,215,235)
#FBE0EE
(251,224,238)
#FBE9F1
(251,233,241)
#FBF2F4
(251,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB98D6 color. Also use rgb(251,152,214) instead hex code.

Text Font Color

.myTextColor { color: #FB98D6; }

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

This text font color is #FB98D6.


Background Color

.myBgColor { background-color: #FB98D6; }

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

This div background color is #FB98D6.


Border color

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

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

This div border color is #FB98D6.


Opacity

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

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

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

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

This text has shadow with #FB98D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB98D6 on black background.


Color preview on white background

This text has color #FB98D6 on white background.



Black color preview on #FB98D6 background

This text has black color on #FB98D6 background.


White color preview on #FB98D6 background

This text has white color on #FB98D6 background.