COLOR #FB99F9

HEX: #FB99F9
RGB: (251,153,249)

Color info

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

RGB color model

#FB99F9 color RGB value is (251,153,249).

  • red value is 251;
  • green value is 153;
  • blue value is 249.
RGB:
(251,153,249)
(98%,60%,98%)

RGB channels and saturation

R 251 of 255 = 98%
G 153 of 255 = 60%
B 249 of 255 = 98%

251
153
249

R + G + B ~ 85%. #FB99F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 153 + 249 = 653 (100%)
R 251 of 653 ~ 38.44%
G 153 of 653 ~ 23.43%
B 249 of 653 ~ 38.13%

%38.44
%23.43
%38.13

CMYK color model

#FB99F9 color CMYK value is (0,39,1,2).

  • cyan value is 0.00%
  • magenta value is 39.04%
  • yellow value is 0.80%
  • key color value is 1.57%
CMYK:
(0,39,1,2)
C0M39Y1K2 
(0%,39%,1%,2%)
(0.00/0.39/0.01/0.02)	

CMYK percentages

%0
%39.04
%0.8
%1.57

Codes

Color #FB99F9 in popluar color models

FB99F9
RGB251153249
HSL301°92.45%79.22%
HSB/HSV301°39.04%98.43%
CMYK0.00%39.04%0.80%
1.57%

Color #FB99F9 in popluar number systems.

HEXFB99F9
Decimal251153249
Binary111110111001100111111001
Octal373231371

Shades and tints

Shades of #FB99F9

#FB99F9
(251,153,249)
#E58CE3
(229,140,227)
#CF7FCD
(207,127,205)
#B972B7
(185,114,183)
#A365A1
(163,101,161)
#8D588B
(141,88,139)
#774B75
(119,75,117)
#613E5F
(97,62,95)
#4B3149
(75,49,73)
#352433
(53,36,51)
#1F171D
(31,23,29)
#000000
(0,0,0)

Tints of #FB99F9

#FB99F9
(251,153,249)
#FBA2F9
(251,162,249)
#FBABF9
(251,171,249)
#FBB4F9
(251,180,249)
#FBBDF9
(251,189,249)
#FBC6F9
(251,198,249)
#FBCFF9
(251,207,249)
#FBD8F9
(251,216,249)
#FBE1F9
(251,225,249)
#FBEAF9
(251,234,249)
#FBF3F9
(251,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB99F9 color. Also use rgb(251,153,249) instead hex code.

Text Font Color

.myTextColor { color: #FB99F9; }

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

This text font color is #FB99F9.


Background Color

.myBgColor { background-color: #FB99F9; }

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

This div background color is #FB99F9.


Border color

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

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

This div border color is #FB99F9.


Opacity

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

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

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

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

This text has shadow with #FB99F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB99F9 on black background.


Color preview on white background

This text has color #FB99F9 on white background.



Black color preview on #FB99F9 background

This text has black color on #FB99F9 background.


White color preview on #FB99F9 background

This text has white color on #FB99F9 background.