COLOR #FB93F6

HEX: #FB93F6
RGB: (251,147,246)

Color info

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

RGB color model

#FB93F6 color RGB value is (251,147,246).

  • red value is 251;
  • green value is 147;
  • blue value is 246.
RGB:
(251,147,246)
(98%,58%,96%)

RGB channels and saturation

R 251 of 255 = 98%
G 147 of 255 = 58%
B 246 of 255 = 96%

251
147
246

R + G + B ~ 84%. #FB93F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 147 + 246 = 644 (100%)
R 251 of 644 ~ 38.98%
G 147 of 644 ~ 22.83%
B 246 of 644 ~ 38.2%

%38.98
%22.83
%38.2

CMYK color model

#FB93F6 color CMYK value is (0,41,2,2).

  • cyan value is 0.00%
  • magenta value is 41.43%
  • yellow value is 1.99%
  • key color value is 1.57%
CMYK:
(0,41,2,2)
C0M41Y2K2 
(0%,41%,2%,2%)
(0.00/0.41/0.02/0.02)	

CMYK percentages

%0
%41.43
%1.99
%1.57

Codes

Color #FB93F6 in popluar color models

FB93F6
RGB251147246
HSL303°92.86%78.04%
HSB/HSV303°41.43%98.43%
CMYK0.00%41.43%1.99%
1.57%

Color #FB93F6 in popluar number systems.

HEXFB93F6
Decimal251147246
Binary111110111001001111110110
Octal373223366

Shades and tints

Shades of #FB93F6

#FB93F6
(251,147,246)
#E586E0
(229,134,224)
#CF79CA
(207,121,202)
#B96CB4
(185,108,180)
#A35F9E
(163,95,158)
#8D5288
(141,82,136)
#774572
(119,69,114)
#61385C
(97,56,92)
#4B2B46
(75,43,70)
#351E30
(53,30,48)
#1F111A
(31,17,26)
#000000
(0,0,0)

Tints of #FB93F6

#FB93F6
(251,147,246)
#FB9CF6
(251,156,246)
#FBA5F6
(251,165,246)
#FBAEF6
(251,174,246)
#FBB7F6
(251,183,246)
#FBC0F6
(251,192,246)
#FBC9F6
(251,201,246)
#FBD2F6
(251,210,246)
#FBDBF6
(251,219,246)
#FBE4F6
(251,228,246)
#FBEDF6
(251,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB93F6 color. Also use rgb(251,147,246) instead hex code.

Text Font Color

.myTextColor { color: #FB93F6; }

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

This text font color is #FB93F6.


Background Color

.myBgColor { background-color: #FB93F6; }

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

This div background color is #FB93F6.


Border color

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

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

This div border color is #FB93F6.


Opacity

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

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

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

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

This text has shadow with #FB93F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB93F6 on black background.


Color preview on white background

This text has color #FB93F6 on white background.



Black color preview on #FB93F6 background

This text has black color on #FB93F6 background.


White color preview on #FB93F6 background

This text has white color on #FB93F6 background.