COLOR #FB64D8

HEX: #FB64D8
RGB: (251,100,216)

Color info

#FB64D8 contains mainly red and blue colors. Web safe color of #FB64D8 is #FF66CC (or #F6C).

RGB color model

#FB64D8 color RGB value is (251,100,216).

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

RGB channels and saturation

R 251 of 255 = 98%
G 100 of 255 = 39%
B 216 of 255 = 85%

251
100
216

R + G + B ~ 74%. #FB64D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
251 + 100 + 216 = 567 (100%)
R 251 of 567 ~ 44.27%
G 100 of 567 ~ 17.64%
B 216 of 567 ~ 38.1%

%44.27
%17.64
%38.1

CMYK color model

#FB64D8 color CMYK value is (0,60,14,2).

  • cyan value is 0.00%
  • magenta value is 60.16%
  • yellow value is 13.94%
  • key color value is 1.57%
CMYK:
(0,60,14,2)
C0M60Y14K2 
(0%,60%,14%,2%)
(0.00/0.60/0.14/0.02)	

CMYK percentages

%0
%60.16
%13.94
%1.57

Codes

Color #FB64D8 in popluar color models

FB64D8
RGB251100216
HSL314°94.97%68.82%
HSB/HSV314°60.16%98.43%
CMYK0.00%60.16%13.94%
1.57%

Color #FB64D8 in popluar number systems.

HEXFB64D8
Decimal251100216
Binary11111011110010011011000
Octal373144330

Shades and tints

Shades of #FB64D8

#FB64D8
(251,100,216)
#E55BC5
(229,91,197)
#CF52B2
(207,82,178)
#B9499F
(185,73,159)
#A3408C
(163,64,140)
#8D3779
(141,55,121)
#772E66
(119,46,102)
#612553
(97,37,83)
#4B1C40
(75,28,64)
#35132D
(53,19,45)
#1F0A1A
(31,10,26)
#000000
(0,0,0)

Tints of #FB64D8

#FB64D8
(251,100,216)
#FB72DB
(251,114,219)
#FB80DE
(251,128,222)
#FB8EE1
(251,142,225)
#FB9CE4
(251,156,228)
#FBAAE7
(251,170,231)
#FBB8EA
(251,184,234)
#FBC6ED
(251,198,237)
#FBD4F0
(251,212,240)
#FBE2F3
(251,226,243)
#FBF0F6
(251,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FB64D8; }

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

This text font color is #FB64D8.


Background Color

.myBgColor { background-color: #FB64D8; }

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

This div background color is #FB64D8.


Border color

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

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

This div border color is #FB64D8.


Opacity

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

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

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

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

This text has shadow with #FB64D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FB64D8 on black background.


Color preview on white background

This text has color #FB64D8 on white background.



Black color preview on #FB64D8 background

This text has black color on #FB64D8 background.


White color preview on #FB64D8 background

This text has white color on #FB64D8 background.