COLOR #FB5DE7

HEX: #FB5DE7
RGB: (251,93,231)

Color info

#FB5DE7 contains mainly red and blue colors. Web safe color of #FB5DE7 is #FF66FF (or #F6F).

RGB color model

#FB5DE7 color RGB value is (251,93,231).

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

RGB channels and saturation

R 251 of 255 = 98%
G 93 of 255 = 36%
B 231 of 255 = 91%

251
93
231

R + G + B ~ 75%. #FB5DE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 93 + 231 = 575 (100%)
R 251 of 575 ~ 43.65%
G 93 of 575 ~ 16.17%
B 231 of 575 ~ 40.17%

%43.65
%16.17
%40.17

CMYK color model

#FB5DE7 color CMYK value is (0,63,8,2).

  • cyan value is 0.00%
  • magenta value is 62.95%
  • yellow value is 7.97%
  • key color value is 1.57%
CMYK:
(0,63,8,2)
C0M63Y8K2 
(0%,63%,8%,2%)
(0.00/0.63/0.08/0.02)	

CMYK percentages

%0
%62.95
%7.97
%1.57

Codes

Color #FB5DE7 in popluar color models

FB5DE7
RGB25193231
HSL308°95.18%67.45%
HSB/HSV308°62.95%98.43%
CMYK0.00%62.95%7.97%
1.57%

Color #FB5DE7 in popluar number systems.

HEXFB5DE7
Decimal25193231
Binary11111011101110111100111
Octal373135347

Shades and tints

Shades of #FB5DE7

#FB5DE7
(251,93,231)
#E555D2
(229,85,210)
#CF4DBD
(207,77,189)
#B945A8
(185,69,168)
#A33D93
(163,61,147)
#8D357E
(141,53,126)
#772D69
(119,45,105)
#612554
(97,37,84)
#4B1D3F
(75,29,63)
#35152A
(53,21,42)
#1F0D15
(31,13,21)
#000000
(0,0,0)

Tints of #FB5DE7

#FB5DE7
(251,93,231)
#FB6BE9
(251,107,233)
#FB79EB
(251,121,235)
#FB87ED
(251,135,237)
#FB95EF
(251,149,239)
#FBA3F1
(251,163,241)
#FBB1F3
(251,177,243)
#FBBFF5
(251,191,245)
#FBCDF7
(251,205,247)
#FBDBF9
(251,219,249)
#FBE9FB
(251,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB5DE7; }

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

This text font color is #FB5DE7.


Background Color

.myBgColor { background-color: #FB5DE7; }

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

This div background color is #FB5DE7.


Border color

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

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

This div border color is #FB5DE7.


Opacity

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

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

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

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

This text has shadow with #FB5DE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB5DE7 on black background.


Color preview on white background

This text has color #FB5DE7 on white background.



Black color preview on #FB5DE7 background

This text has black color on #FB5DE7 background.


White color preview on #FB5DE7 background

This text has white color on #FB5DE7 background.