COLOR #FD7981

HEX: #FD7981
RGB: (253,121,129)

Color info

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

RGB color model

#FD7981 color RGB value is (253,121,129).

  • red value is 253;
  • green value is 121;
  • blue value is 129.
RGB:
(253,121,129)
(99%,47%,51%)

RGB channels and saturation

R 253 of 255 = 99%
G 121 of 255 = 47%
B 129 of 255 = 51%

253
121
129

R + G + B ~ 66%. #FD7981 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 121 + 129 = 503 (100%)
R 253 of 503 ~ 50.3%
G 121 of 503 ~ 24.06%
B 129 of 503 ~ 25.65%

%50.3
%24.06
%25.65

CMYK color model

#FD7981 color CMYK value is (0,52,49,1).

  • cyan value is 0.00%
  • magenta value is 52.17%
  • yellow value is 49.01%
  • key color value is 0.78%
CMYK:
(0,52,49,1)
C0M52Y49K1 
(0%,52%,49%,1%)
(0.00/0.52/0.49/0.01)	

CMYK percentages

%0
%52.17
%49.01
%0.78

Codes

Color #FD7981 in popluar color models

FD7981
RGB253121129
HSL356°97.06%73.33%
HSB/HSV356°52.17%99.22%
CMYK0.00%52.17%49.01%
0.78%

Color #FD7981 in popluar number systems.

HEXFD7981
Decimal253121129
Binary11111101111100110000001
Octal375171201

Shades and tints

Shades of #FD7981

#FD7981
(253,121,129)
#E66E76
(230,110,118)
#CF636B
(207,99,107)
#B85860
(184,88,96)
#A14D55
(161,77,85)
#8A424A
(138,66,74)
#73373F
(115,55,63)
#5C2C34
(92,44,52)
#452129
(69,33,41)
#2E161E
(46,22,30)
#170B13
(23,11,19)
#000000
(0,0,0)

Tints of #FD7981

#FD7981
(253,121,129)
#FD858C
(253,133,140)
#FD9197
(253,145,151)
#FD9DA2
(253,157,162)
#FDA9AD
(253,169,173)
#FDB5B8
(253,181,184)
#FDC1C3
(253,193,195)
#FDCDCE
(253,205,206)
#FDD9D9
(253,217,217)
#FDE5E4
(253,229,228)
#FDF1EF
(253,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD7981 color. Also use rgb(253,121,129) instead hex code.

Text Font Color

.myTextColor { color: #FD7981; }

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

This text font color is #FD7981.


Background Color

.myBgColor { background-color: #FD7981; }

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

This div background color is #FD7981.


Border color

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

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

This div border color is #FD7981.


Opacity

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

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

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

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

This text has shadow with #FD7981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD7981 on black background.


Color preview on white background

This text has color #FD7981 on white background.



Black color preview on #FD7981 background

This text has black color on #FD7981 background.


White color preview on #FD7981 background

This text has white color on #FD7981 background.