COLOR #FD64AD

HEX: #FD64AD
RGB: (253,100,173)

Color info

#FD64AD contains mainly red color. Web safe color of #FD64AD is #FF6699 (or #F69).

RGB color model

#FD64AD color RGB value is (253,100,173).

  • red value is 253;
  • green value is 100;
  • blue value is 173.
RGB:
(253,100,173)
(99%,39%,68%)

RGB channels and saturation

R 253 of 255 = 99%
G 100 of 255 = 39%
B 173 of 255 = 68%

253
100
173

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

Portions of RGB colors in percentages

R + G + B =
253 + 100 + 173 = 526 (100%)
R 253 of 526 ~ 48.1%
G 100 of 526 ~ 19.01%
B 173 of 526 ~ 32.89%

%48.1
%19.01
%32.89

CMYK color model

#FD64AD color CMYK value is (0,60,32,1).

  • cyan value is 0.00%
  • magenta value is 60.47%
  • yellow value is 31.62%
  • key color value is 0.78%
CMYK:
(0,60,32,1)
C0M60Y32K1 
(0%,60%,32%,1%)
(0.00/0.60/0.32/0.01)	

CMYK percentages

%0
%60.47
%31.62
%0.78

Codes

Color #FD64AD in popluar color models

FD64AD
RGB253100173
HSL331°97.45%69.22%
HSB/HSV331°60.47%99.22%
CMYK0.00%60.47%31.62%
0.78%

Color #FD64AD in popluar number systems.

HEXFD64AD
Decimal253100173
Binary11111101110010010101101
Octal375144255

Shades and tints

Shades of #FD64AD

#FD64AD
(253,100,173)
#E65B9E
(230,91,158)
#CF528F
(207,82,143)
#B84980
(184,73,128)
#A14071
(161,64,113)
#8A3762
(138,55,98)
#732E53
(115,46,83)
#5C2544
(92,37,68)
#451C35
(69,28,53)
#2E1326
(46,19,38)
#170A17
(23,10,23)
#000000
(0,0,0)

Tints of #FD64AD

#FD64AD
(253,100,173)
#FD72B4
(253,114,180)
#FD80BB
(253,128,187)
#FD8EC2
(253,142,194)
#FD9CC9
(253,156,201)
#FDAAD0
(253,170,208)
#FDB8D7
(253,184,215)
#FDC6DE
(253,198,222)
#FDD4E5
(253,212,229)
#FDE2EC
(253,226,236)
#FDF0F3
(253,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD64AD color. Also use rgb(253,100,173) instead hex code.

Text Font Color

.myTextColor { color: #FD64AD; }

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

This text font color is #FD64AD.


Background Color

.myBgColor { background-color: #FD64AD; }

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

This div background color is #FD64AD.


Border color

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

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

This div border color is #FD64AD.


Opacity

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

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

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

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

This text has shadow with #FD64AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD64AD on black background.


Color preview on white background

This text has color #FD64AD on white background.



Black color preview on #FD64AD background

This text has black color on #FD64AD background.


White color preview on #FD64AD background

This text has white color on #FD64AD background.