COLOR #FD7FA6

HEX: #FD7FA6 RGB: (253,127,166)

Color info

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

RGB color model

#FD7FA6 color RGB value is (253,127,166).

RGB: (253,127,166) (99%, 50%, 65%)

RGB channels and saturation

R 253 of 255 = 99%
G 127 of 255 = 50%
B 166 of 255 = 65%

253
127
166

R + G + B ~ 71%. #FD7FA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 127 + 166 = 546 (100%)
R 253 of 546 ~ 46.34%
G 127 of 546 ~ 23.26%
B 166 of 546 ~ 30.4'%

%46.34
%23.26
%30.4

CMYK color model

#FD7FA6 color CMYK value is (0,50,34,1).

  • cyan value is 0.00%
  • magenta value is 49.80%
  • yellow value is 34.39%
  • key color value is 0.78%

CMYK: (0,50,34,1)
C0M50Y34K1 (0%, 50%, 34%, 1%)
(0.00 / 0.50 / 0.34 / 0.01)

CMYK percentages

%0
%49.8
%34.39
%0.78

Codes

Color #FD7FA6 in popluar color models

FD 7F A6
RGB 253 127 166
HSL 341° 96.92% 74.51%
HSB/HSV 341° 49.80% 99.22%
CMYK 0.00% 49.80% 34.39%
0.78%

Color #FD7FA6 in popluar number systems.

HEX FD 7F A6
Decimal 253 127 166
Binary 11111101 1111111 10100110
Octal 375 177 246

Shades and tints

Shades of #FD7FA6

#FD7FA6
(253,127,166)
#E67497
(230,116,151)
#CF6988
(207,105,136)
#B85E79
(184,94,121)
#A1536A
(161,83,106)
#8A485B
(138,72,91)
#733D4C
(115,61,76)
#5C323D
(92,50,61)
#45272E
(69,39,46)
#2E1C1F
(46,28,31)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #FD7FA6

#FD7FA6
(253,127,166)
#FD8AAE
(253,138,174)
#FD95B6
(253,149,182)
#FDA0BE
(253,160,190)
#FDABC6
(253,171,198)
#FDB6CE
(253,182,206)
#FDC1D6
(253,193,214)
#FDCCDE
(253,204,222)
#FDD7E6
(253,215,230)
#FDE2EE
(253,226,238)
#FDEDF6
(253,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD7FA6 color. Also use rgb(253,127,166) instead hex code.

Text Font Color

.myTextColor { color: #FD7FA6; }

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

This text font color is #FD7FA6.

Background Color

.myBgColor { background-color: #FD7FA6; }

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

This div background color is #FD7FA6.

Border color

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

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

This div border color is #FD7FA6.

Opacity

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

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

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

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

This text has shadow with #FD7FA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD7FA6.

Preview

Color preview on black background

This text has color #FD7FA6 on black background.


Color preview on white background

This text has color #FD7FA6 on white background.


Black color preview on #FD7FA6 background

This text has black color on #FD7FA6 background.


White color preview on #FD7FA6 background

This text has white color on #FD7FA6 background.


Related colors

Complementary color

Complementary color for #hex is #028059.


I love getcolorcode.com

Triadic colors

1 #A6FD7F and #7FA6FD with #FD7FA6 are triadic colors.

2 #A67FFD and #7FFDA6 with #FD7FA6 are triadic colors.