COLOR #FD979C

HEX: #FD979C RGB: (253,151,156)

Color info

#FD979C contains mainly red color. Web safe color of #FD979C is #FF9999 (or #F99).

RGB color model

#FD979C color RGB value is (253,151,156).

RGB: (253,151,156) (99%, 59%, 61%)

RGB channels and saturation

R 253 of 255 = 99%
G 151 of 255 = 59%
B 156 of 255 = 61%

253
151
156

R + G + B ~ 73%. #FD979C is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 151 + 156 = 560 (100%)
R 253 of 560 ~ 45.18%
G 151 of 560 ~ 26.96%
B 156 of 560 ~ 27.86'%

%45.18
%26.96
%27.86

CMYK color model

#FD979C color CMYK value is (0,40,38,1).

  • cyan value is 0.00%
  • magenta value is 40.32%
  • yellow value is 38.34%
  • key color value is 0.78%

CMYK: (0,40,38,1)
C0M40Y38K1 (0%, 40%, 38%, 1%)
(0.00 / 0.40 / 0.38 / 0.01)

CMYK percentages

%0
%40.32
%38.34
%0.78

Codes

Color #FD979C in popluar color models

FD 97 9C
RGB 253 151 156
HSL 357° 96.23% 79.22%
HSB/HSV 357° 40.32% 99.22%
CMYK 0.00% 40.32% 38.34%
0.78%

Color #FD979C in popluar number systems.

HEX FD 97 9C
Decimal 253 151 156
Binary 11111101 10010111 10011100
Octal 375 227 234

Shades and tints

Shades of #FD979C

#FD979C
(253,151,156)
#E68A8E
(230,138,142)
#CF7D80
(207,125,128)
#B87072
(184,112,114)
#A16364
(161,99,100)
#8A5656
(138,86,86)
#734948
(115,73,72)
#5C3C3A
(92,60,58)
#452F2C
(69,47,44)
#2E221E
(46,34,30)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #FD979C

#FD979C
(253,151,156)
#FDA0A5
(253,160,165)
#FDA9AE
(253,169,174)
#FDB2B7
(253,178,183)
#FDBBC0
(253,187,192)
#FDC4C9
(253,196,201)
#FDCDD2
(253,205,210)
#FDD6DB
(253,214,219)
#FDDFE4
(253,223,228)
#FDE8ED
(253,232,237)
#FDF1F6
(253,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD979C color. Also use rgb(253,151,156) instead hex code.

Text Font Color

.myTextColor { color: #FD979C; }

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

This text font color is #FD979C.

Background Color

.myBgColor { background-color: #FD979C; }

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

This div background color is #FD979C.

Border color

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

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

This div border color is #FD979C.

Opacity

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

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

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

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

This text has shadow with #FD979C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD979C.

Preview

Color preview on black background

This text has color #FD979C on black background.


Color preview on white background

This text has color #FD979C on white background.


Black color preview on #FD979C background

This text has black color on #FD979C background.


White color preview on #FD979C background

This text has white color on #FD979C background.


Related colors

Complementary color

Complementary color for #FD979C is #026863.


I love getcolorcode.com

Triadic colors

1 #9CFD97 and #979CFD with #FD979C are triadic colors.

2 #9C97FD and #97FD9C with #FD979C are triadic colors.