COLOR #FD987C

HEX: #FD987C RGB: (253,152,124)

Color info

#FD987C contains mainly red color. Web safe color of #FD987C is #FF9966 (or #F96).

RGB color model

#FD987C color RGB value is (253,152,124).

RGB: (253,152,124) (99%, 60%, 49%)

RGB channels and saturation

R 253 of 255 = 99%
G 152 of 255 = 60%
B 124 of 255 = 49%

253
152
124

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

Portions of RGB colors in percentages

R + G + B = 253 + 152 + 124 = 529 (100%)
R 253 of 529 ~ 47.83%
G 152 of 529 ~ 28.73%
B 124 of 529 ~ 23.44'%

%47.83
%28.73
%23.44

CMYK color model

#FD987C color CMYK value is (0,40,51,1).

  • cyan value is 0.00%
  • magenta value is 39.92%
  • yellow value is 50.99%
  • key color value is 0.78%

CMYK: (0,40,51,1)
C0M40Y51K1 (0%, 40%, 51%, 1%)
(0.00 / 0.40 / 0.51 / 0.01)

CMYK percentages

%0
%39.92
%50.99
%0.78

Codes

Color #FD987C in popluar color models

FD 98 7C
RGB 253 152 124
HSL 13° 96.99% 73.92%
HSB/HSV 13° 50.99% 99.22%
CMYK 0.00% 39.92% 50.99%
0.78%

Color #FD987C in popluar number systems.

HEX FD 98 7C
Decimal 253 152 124
Binary 11111101 10011000 1111100
Octal 375 230 174

Shades and tints

Shades of #FD987C

#FD987C
(253,152,124)
#E68B71
(230,139,113)
#CF7E66
(207,126,102)
#B8715B
(184,113,91)
#A16450
(161,100,80)
#8A5745
(138,87,69)
#734A3A
(115,74,58)
#5C3D2F
(92,61,47)
#453024
(69,48,36)
#2E2319
(46,35,25)
#17160E
(23,22,14)
#000000
(0,0,0)

Tints of #FD987C

#FD987C
(253,152,124)
#FDA187
(253,161,135)
#FDAA92
(253,170,146)
#FDB39D
(253,179,157)
#FDBCA8
(253,188,168)
#FDC5B3
(253,197,179)
#FDCEBE
(253,206,190)
#FDD7C9
(253,215,201)
#FDE0D4
(253,224,212)
#FDE9DF
(253,233,223)
#FDF2EA
(253,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD987C color. Also use rgb(253,152,124) instead hex code.

Text Font Color

.myTextColor { color: #FD987C; }

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

This text font color is #FD987C.

Background Color

.myBgColor { background-color: #FD987C; }

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

This div background color is #FD987C.

Border color

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

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

This div border color is #FD987C.

Opacity

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

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

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

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

This text has shadow with #FD987C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD987C.

Preview

Color preview on black background

This text has color #FD987C on black background.


Color preview on white background

This text has color #FD987C on white background.


Black color preview on #FD987C background

This text has black color on #FD987C background.


White color preview on #FD987C background

This text has white color on #FD987C background.


Related colors

Complementary color

Complementary color for #hex is #026783.


I love getcolorcode.com

Triadic colors

1 #7CFD98 and #987CFD with #FD987C are triadic colors.

2 #7C98FD and #98FD7C with #FD987C are triadic colors.