COLOR #FD9C84

HEX: #FD9C84
RGB: (253,156,132)

Color info

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

RGB color model

#FD9C84 color RGB value is (253,156,132).

  • red value is 253;
  • green value is 156;
  • blue value is 132.
RGB:
(253,156,132)
(99%,61%,52%)

RGB channels and saturation

R 253 of 255 = 99%
G 156 of 255 = 61%
B 132 of 255 = 52%

253
156
132

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

Portions of RGB colors in percentages

R + G + B =
253 + 156 + 132 = 541 (100%)
R 253 of 541 ~ 46.77%
G 156 of 541 ~ 28.84%
B 132 of 541 ~ 24.4%

%46.77
%28.84
%24.4

CMYK color model

#FD9C84 color CMYK value is (0,38,48,1).

  • cyan value is 0.00%
  • magenta value is 38.34%
  • yellow value is 47.83%
  • key color value is 0.78%
CMYK:
(0,38,48,1)
C0M38Y48K1 
(0%,38%,48%,1%)
(0.00/0.38/0.48/0.01)	

CMYK percentages

%0
%38.34
%47.83
%0.78

Codes

Color #FD9C84 in popluar color models

FD9C84
RGB253156132
HSL12°96.80%75.49%
HSB/HSV12°47.83%99.22%
CMYK0.00%38.34%47.83%
0.78%

Color #FD9C84 in popluar number systems.

HEXFD9C84
Decimal253156132
Binary111111011001110010000100
Octal375234204

Shades and tints

Shades of #FD9C84

#FD9C84
(253,156,132)
#E68E78
(230,142,120)
#CF806C
(207,128,108)
#B87260
(184,114,96)
#A16454
(161,100,84)
#8A5648
(138,86,72)
#73483C
(115,72,60)
#5C3A30
(92,58,48)
#452C24
(69,44,36)
#2E1E18
(46,30,24)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #FD9C84

#FD9C84
(253,156,132)
#FDA58F
(253,165,143)
#FDAE9A
(253,174,154)
#FDB7A5
(253,183,165)
#FDC0B0
(253,192,176)
#FDC9BB
(253,201,187)
#FDD2C6
(253,210,198)
#FDDBD1
(253,219,209)
#FDE4DC
(253,228,220)
#FDEDE7
(253,237,231)
#FDF6F2
(253,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD9C84; }

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

This text font color is #FD9C84.


Background Color

.myBgColor { background-color: #FD9C84; }

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

This div background color is #FD9C84.


Border color

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

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

This div border color is #FD9C84.


Opacity

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

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

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

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

This text has shadow with #FD9C84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD9C84 on black background.


Color preview on white background

This text has color #FD9C84 on white background.



Black color preview on #FD9C84 background

This text has black color on #FD9C84 background.


White color preview on #FD9C84 background

This text has white color on #FD9C84 background.