COLOR #FD76A6

HEX: #FD76A6
RGB: (253,118,166)

Color info

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

RGB color model

#FD76A6 color RGB value is (253,118,166).

  • red value is 253;
  • green value is 118;
  • blue value is 166.
RGB:
(253,118,166)
(99%,46%,65%)

RGB channels and saturation

R 253 of 255 = 99%
G 118 of 255 = 46%
B 166 of 255 = 65%

253
118
166

R + G + B ~ 70%. #FD76A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 118 + 166 = 537 (100%)
R 253 of 537 ~ 47.11%
G 118 of 537 ~ 21.97%
B 166 of 537 ~ 30.91%

%47.11
%21.97
%30.91

CMYK color model

#FD76A6 color CMYK value is (0,53,34,1).

  • cyan value is 0.00%
  • magenta value is 53.36%
  • yellow value is 34.39%
  • key color value is 0.78%
CMYK:
(0,53,34,1)
C0M53Y34K1 
(0%,53%,34%,1%)
(0.00/0.53/0.34/0.01)	

CMYK percentages

%0
%53.36
%34.39
%0.78

Codes

Color #FD76A6 in popluar color models

FD76A6
RGB253118166
HSL339°97.12%72.75%
HSB/HSV339°53.36%99.22%
CMYK0.00%53.36%34.39%
0.78%

Color #FD76A6 in popluar number systems.

HEXFD76A6
Decimal253118166
Binary11111101111011010100110
Octal375166246

Shades and tints

Shades of #FD76A6

#FD76A6
(253,118,166)
#E66C97
(230,108,151)
#CF6288
(207,98,136)
#B85879
(184,88,121)
#A14E6A
(161,78,106)
#8A445B
(138,68,91)
#733A4C
(115,58,76)
#5C303D
(92,48,61)
#45262E
(69,38,46)
#2E1C1F
(46,28,31)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #FD76A6

#FD76A6
(253,118,166)
#FD82AE
(253,130,174)
#FD8EB6
(253,142,182)
#FD9ABE
(253,154,190)
#FDA6C6
(253,166,198)
#FDB2CE
(253,178,206)
#FDBED6
(253,190,214)
#FDCADE
(253,202,222)
#FDD6E6
(253,214,230)
#FDE2EE
(253,226,238)
#FDEEF6
(253,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD76A6; }

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

This text font color is #FD76A6.


Background Color

.myBgColor { background-color: #FD76A6; }

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

This div background color is #FD76A6.


Border color

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

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

This div border color is #FD76A6.


Opacity

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

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

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

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

This text has shadow with #FD76A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD76A6 on black background.


Color preview on white background

This text has color #FD76A6 on white background.



Black color preview on #FD76A6 background

This text has black color on #FD76A6 background.


White color preview on #FD76A6 background

This text has white color on #FD76A6 background.