COLOR #FB94E0

HEX: #FB94E0
RGB: (251,148,224)

Color info

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

RGB color model

#FB94E0 color RGB value is (251,148,224).

  • red value is 251;
  • green value is 148;
  • blue value is 224.
RGB:
(251,148,224)
(98%,58%,88%)

RGB channels and saturation

R 251 of 255 = 98%
G 148 of 255 = 58%
B 224 of 255 = 88%

251
148
224

R + G + B ~ 81%. #FB94E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 148 + 224 = 623 (100%)
R 251 of 623 ~ 40.29%
G 148 of 623 ~ 23.76%
B 224 of 623 ~ 35.96%

%40.29
%23.76
%35.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.04%
  • yellow value is 10.76%
  • key color value is 1.57%
CMYK:
(0,41,11,2)
C0M41Y11K2 
(0%,41%,11%,2%)
(0.00/0.41/0.11/0.02)	

CMYK percentages

%0
%41.04
%10.76
%1.57

Codes

Color #FB94E0 in popluar color models

FB94E0
RGB251148224
HSL316°92.79%78.24%
HSB/HSV316°41.04%98.43%
CMYK0.00%41.04%10.76%
1.57%

Color #FB94E0 in popluar number systems.

HEXFB94E0
Decimal251148224
Binary111110111001010011100000
Octal373224340

Shades and tints

Shades of #FB94E0

#FB94E0
(251,148,224)
#E587CC
(229,135,204)
#CF7AB8
(207,122,184)
#B96DA4
(185,109,164)
#A36090
(163,96,144)
#8D537C
(141,83,124)
#774668
(119,70,104)
#613954
(97,57,84)
#4B2C40
(75,44,64)
#351F2C
(53,31,44)
#1F1218
(31,18,24)
#000000
(0,0,0)

Tints of #FB94E0

#FB94E0
(251,148,224)
#FB9DE2
(251,157,226)
#FBA6E4
(251,166,228)
#FBAFE6
(251,175,230)
#FBB8E8
(251,184,232)
#FBC1EA
(251,193,234)
#FBCAEC
(251,202,236)
#FBD3EE
(251,211,238)
#FBDCF0
(251,220,240)
#FBE5F2
(251,229,242)
#FBEEF4
(251,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB94E0 color. Also use rgb(251,148,224) instead hex code.

Text Font Color

.myTextColor { color: #FB94E0; }

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

This text font color is #FB94E0.


Background Color

.myBgColor { background-color: #FB94E0; }

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

This div background color is #FB94E0.


Border color

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

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

This div border color is #FB94E0.


Opacity

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

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

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

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

This text has shadow with #FB94E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB94E0 on black background.


Color preview on white background

This text has color #FB94E0 on white background.



Black color preview on #FB94E0 background

This text has black color on #FB94E0 background.


White color preview on #FB94E0 background

This text has white color on #FB94E0 background.