COLOR #FB64B5

HEX: #FB64B5
RGB: (251,100,181)

Color info

#FB64B5 contains mainly red color. Web safe color of #FB64B5 is #FF66CC (or #F6C).

RGB color model

#FB64B5 color RGB value is (251,100,181).

  • red value is 251;
  • green value is 100;
  • blue value is 181.
RGB:
(251,100,181)
(98%,39%,71%)

RGB channels and saturation

R 251 of 255 = 98%
G 100 of 255 = 39%
B 181 of 255 = 71%

251
100
181

R + G + B ~ 69%. #FB64B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 100 + 181 = 532 (100%)
R 251 of 532 ~ 47.18%
G 100 of 532 ~ 18.8%
B 181 of 532 ~ 34.02%

%47.18
%18.8
%34.02

CMYK color model

#FB64B5 color CMYK value is (0,60,28,2).

  • cyan value is 0.00%
  • magenta value is 60.16%
  • yellow value is 27.89%
  • key color value is 1.57%
CMYK:
(0,60,28,2)
C0M60Y28K2 
(0%,60%,28%,2%)
(0.00/0.60/0.28/0.02)	

CMYK percentages

%0
%60.16
%27.89
%1.57

Codes

Color #FB64B5 in popluar color models

FB64B5
RGB251100181
HSL328°94.97%68.82%
HSB/HSV328°60.16%98.43%
CMYK0.00%60.16%27.89%
1.57%

Color #FB64B5 in popluar number systems.

HEXFB64B5
Decimal251100181
Binary11111011110010010110101
Octal373144265

Shades and tints

Shades of #FB64B5

#FB64B5
(251,100,181)
#E55BA5
(229,91,165)
#CF5295
(207,82,149)
#B94985
(185,73,133)
#A34075
(163,64,117)
#8D3765
(141,55,101)
#772E55
(119,46,85)
#612545
(97,37,69)
#4B1C35
(75,28,53)
#351325
(53,19,37)
#1F0A15
(31,10,21)
#000000
(0,0,0)

Tints of #FB64B5

#FB64B5
(251,100,181)
#FB72BB
(251,114,187)
#FB80C1
(251,128,193)
#FB8EC7
(251,142,199)
#FB9CCD
(251,156,205)
#FBAAD3
(251,170,211)
#FBB8D9
(251,184,217)
#FBC6DF
(251,198,223)
#FBD4E5
(251,212,229)
#FBE2EB
(251,226,235)
#FBF0F1
(251,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FB64B5 color. Also use rgb(251,100,181) instead hex code.

Text Font Color

.myTextColor { color: #FB64B5; }

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

This text font color is #FB64B5.


Background Color

.myBgColor { background-color: #FB64B5; }

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

This div background color is #FB64B5.


Border color

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

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

This div border color is #FB64B5.


Opacity

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

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

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

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

This text has shadow with #FB64B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB64B5 on black background.


Color preview on white background

This text has color #FB64B5 on white background.



Black color preview on #FB64B5 background

This text has black color on #FB64B5 background.


White color preview on #FB64B5 background

This text has white color on #FB64B5 background.