COLOR #FB98E7

HEX: #FB98E7
RGB: (251,152,231)

Color info

#FB98E7 contains mainly red and blue colors. Web safe color of #FB98E7 is #FF99FF (or #F9F).

RGB color model

#FB98E7 color RGB value is (251,152,231).

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

RGB channels and saturation

R 251 of 255 = 98%
G 152 of 255 = 60%
B 231 of 255 = 91%

251
152
231

R + G + B ~ 83%. #FB98E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 152 + 231 = 634 (100%)
R 251 of 634 ~ 39.59%
G 152 of 634 ~ 23.97%
B 231 of 634 ~ 36.44%

%39.59
%23.97
%36.44

CMYK color model

#FB98E7 color CMYK value is (0,39,8,2).

  • cyan value is 0.00%
  • magenta value is 39.44%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK: (0,39,8,2) C0M39Y8K2 (0%,39%,8%,2%) (0.00/0.39/0.08/0.02)

CMYK percentages

%0
%39.44
%7.97
%1.57

Codes

Color #FB98E7 in popluar color models

FB98E7
RGB251152231
HSL312°92.52%79.02%
HSB/HSV312°39.44%98.43%
CMYK0.00%39.44%7.97%
1.57%

Color #FB98E7 in popluar number systems.

HEXFB98E7
Decimal251152231
Binary111110111001100011100111
Octal373230347

Shades and tints

Shades of #FB98E7

#FB98E7
(251,152,231)
#E58BD2
(229,139,210)
#CF7EBD
(207,126,189)
#B971A8
(185,113,168)
#A36493
(163,100,147)
#8D577E
(141,87,126)
#774A69
(119,74,105)
#613D54
(97,61,84)
#4B303F
(75,48,63)
#35232A
(53,35,42)
#1F1615
(31,22,21)
#000000
(0,0,0)

Tints of #FB98E7

#FB98E7
(251,152,231)
#FBA1E9
(251,161,233)
#FBAAEB
(251,170,235)
#FBB3ED
(251,179,237)
#FBBCEF
(251,188,239)
#FBC5F1
(251,197,241)
#FBCEF3
(251,206,243)
#FBD7F5
(251,215,245)
#FBE0F7
(251,224,247)
#FBE9F9
(251,233,249)
#FBF2FB
(251,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB98E7; }

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

This text font color is #FB98E7.


Background Color

.myBgColor { background-color: #FB98E7; }

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

This div background color is #FB98E7.


Border color

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

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

This div border color is #FB98E7.


Opacity

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

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

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

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

This text has shadow with #FB98E7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #FB98E7 on black background.


Color preview on white background

This text has color #FB98E7 on white background.



Black color preview on #FB98E7 background

This text has black color on #FB98E7 background.


White color preview on #FB98E7 background

This text has white color on #FB98E7 background.