COLOR #FD7AC8

HEX: #FD7AC8
RGB: (253,122,200)

Color info

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

RGB color model

#FD7AC8 color RGB value is (253,122,200).

  • red value is 253;
  • green value is 122;
  • blue value is 200.
RGB:
(253,122,200)
(99%,48%,78%)

RGB channels and saturation

R 253 of 255 = 99%
G 122 of 255 = 48%
B 200 of 255 = 78%

253
122
200

R + G + B ~ 75%. #FD7AC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 122 + 200 = 575 (100%)
R 253 of 575 ~ 44%
G 122 of 575 ~ 21.22%
B 200 of 575 ~ 34.78%

%44
%21.22
%34.78

CMYK color model

#FD7AC8 color CMYK value is (0,52,21,1).

  • cyan value is 0.00%
  • magenta value is 51.78%
  • yellow value is 20.95%
  • key color value is 0.78%
CMYK:
(0,52,21,1)
C0M52Y21K1 
(0%,52%,21%,1%)
(0.00/0.52/0.21/0.01)	

CMYK percentages

%0
%51.78
%20.95
%0.78

Codes

Color #FD7AC8 in popluar color models

FD7AC8
RGB253122200
HSL324°97.04%73.53%
HSB/HSV324°51.78%99.22%
CMYK0.00%51.78%20.95%
0.78%

Color #FD7AC8 in popluar number systems.

HEXFD7AC8
Decimal253122200
Binary11111101111101011001000
Octal375172310

Shades and tints

Shades of #FD7AC8

#FD7AC8
(253,122,200)
#E66FB6
(230,111,182)
#CF64A4
(207,100,164)
#B85992
(184,89,146)
#A14E80
(161,78,128)
#8A436E
(138,67,110)
#73385C
(115,56,92)
#5C2D4A
(92,45,74)
#452238
(69,34,56)
#2E1726
(46,23,38)
#170C14
(23,12,20)
#000000
(0,0,0)

Tints of #FD7AC8

#FD7AC8
(253,122,200)
#FD86CD
(253,134,205)
#FD92D2
(253,146,210)
#FD9ED7
(253,158,215)
#FDAADC
(253,170,220)
#FDB6E1
(253,182,225)
#FDC2E6
(253,194,230)
#FDCEEB
(253,206,235)
#FDDAF0
(253,218,240)
#FDE6F5
(253,230,245)
#FDF2FA
(253,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD7AC8 color. Also use rgb(253,122,200) instead hex code.

Text Font Color

.myTextColor { color: #FD7AC8; }

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

This text font color is #FD7AC8.


Background Color

.myBgColor { background-color: #FD7AC8; }

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

This div background color is #FD7AC8.


Border color

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

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

This div border color is #FD7AC8.


Opacity

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

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

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

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

This text has shadow with #FD7AC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD7AC8 on black background.


Color preview on white background

This text has color #FD7AC8 on white background.



Black color preview on #FD7AC8 background

This text has black color on #FD7AC8 background.


White color preview on #FD7AC8 background

This text has white color on #FD7AC8 background.