COLOR #FB95E6

HEX: #FB95E6
RGB: (251,149,230)

Color info

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

RGB color model

#FB95E6 color RGB value is (251,149,230).

  • red value is 251;
  • green value is 149;
  • blue value is 230.
RGB:
(251,149,230)
(98%,58%,90%)

RGB channels and saturation

R 251 of 255 = 98%
G 149 of 255 = 58%
B 230 of 255 = 90%

251
149
230

R + G + B ~ 82%. #FB95E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 149 + 230 = 630 (100%)
R 251 of 630 ~ 39.84%
G 149 of 630 ~ 23.65%
B 230 of 630 ~ 36.51%

%39.84
%23.65
%36.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 40.64%
  • yellow value is 8.37%
  • key color value is 1.57%
CMYK:
(0,41,8,2)
C0M41Y8K2 
(0%,41%,8%,2%)
(0.00/0.41/0.08/0.02)	

CMYK percentages

%0
%40.64
%8.37
%1.57

Codes

Color #FB95E6 in popluar color models

FB95E6
RGB251149230
HSL312°92.73%78.43%
HSB/HSV312°40.64%98.43%
CMYK0.00%40.64%8.37%
1.57%

Color #FB95E6 in popluar number systems.

HEXFB95E6
Decimal251149230
Binary111110111001010111100110
Octal373225346

Shades and tints

Shades of #FB95E6

#FB95E6
(251,149,230)
#E588D2
(229,136,210)
#CF7BBE
(207,123,190)
#B96EAA
(185,110,170)
#A36196
(163,97,150)
#8D5482
(141,84,130)
#77476E
(119,71,110)
#613A5A
(97,58,90)
#4B2D46
(75,45,70)
#352032
(53,32,50)
#1F131E
(31,19,30)
#000000
(0,0,0)

Tints of #FB95E6

#FB95E6
(251,149,230)
#FB9EE8
(251,158,232)
#FBA7EA
(251,167,234)
#FBB0EC
(251,176,236)
#FBB9EE
(251,185,238)
#FBC2F0
(251,194,240)
#FBCBF2
(251,203,242)
#FBD4F4
(251,212,244)
#FBDDF6
(251,221,246)
#FBE6F8
(251,230,248)
#FBEFFA
(251,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB95E6 color. Also use rgb(251,149,230) instead hex code.

Text Font Color

.myTextColor { color: #FB95E6; }

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

This text font color is #FB95E6.


Background Color

.myBgColor { background-color: #FB95E6; }

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

This div background color is #FB95E6.


Border color

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

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

This div border color is #FB95E6.


Opacity

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

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

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

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

This text has shadow with #FB95E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB95E6 on black background.


Color preview on white background

This text has color #FB95E6 on white background.



Black color preview on #FB95E6 background

This text has black color on #FB95E6 background.


White color preview on #FB95E6 background

This text has white color on #FB95E6 background.