COLOR #FD8389

HEX: #FD8389
RGB: (253,131,137)

Color info

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

RGB color model

#FD8389 color RGB value is (253,131,137).

  • red value is 253;
  • green value is 131;
  • blue value is 137.
RGB:
(253,131,137)
(99%,51%,54%)

RGB channels and saturation

R 253 of 255 = 99%
G 131 of 255 = 51%
B 137 of 255 = 54%

253
131
137

R + G + B ~ 68%. #FD8389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 131 + 137 = 521 (100%)
R 253 of 521 ~ 48.56%
G 131 of 521 ~ 25.14%
B 137 of 521 ~ 26.3%

%48.56
%25.14
%26.3

CMYK color model

#FD8389 color CMYK value is (0,48,46,1).

  • cyan value is 0.00%
  • magenta value is 48.22%
  • yellow value is 45.85%
  • key color value is 0.78%
CMYK:
(0,48,46,1)
C0M48Y46K1 
(0%,48%,46%,1%)
(0.00/0.48/0.46/0.01)	

CMYK percentages

%0
%48.22
%45.85
%0.78

Codes

Color #FD8389 in popluar color models

FD8389
RGB253131137
HSL357°96.83%75.29%
HSB/HSV357°48.22%99.22%
CMYK0.00%48.22%45.85%
0.78%

Color #FD8389 in popluar number systems.

HEXFD8389
Decimal253131137
Binary111111011000001110001001
Octal375203211

Shades and tints

Shades of #FD8389

#FD8389
(253,131,137)
#E6787D
(230,120,125)
#CF6D71
(207,109,113)
#B86265
(184,98,101)
#A15759
(161,87,89)
#8A4C4D
(138,76,77)
#734141
(115,65,65)
#5C3635
(92,54,53)
#452B29
(69,43,41)
#2E201D
(46,32,29)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #FD8389

#FD8389
(253,131,137)
#FD8E93
(253,142,147)
#FD999D
(253,153,157)
#FDA4A7
(253,164,167)
#FDAFB1
(253,175,177)
#FDBABB
(253,186,187)
#FDC5C5
(253,197,197)
#FDD0CF
(253,208,207)
#FDDBD9
(253,219,217)
#FDE6E3
(253,230,227)
#FDF1ED
(253,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD8389 color. Also use rgb(253,131,137) instead hex code.

Text Font Color

.myTextColor { color: #FD8389; }

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

This text font color is #FD8389.


Background Color

.myBgColor { background-color: #FD8389; }

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

This div background color is #FD8389.


Border color

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

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

This div border color is #FD8389.


Opacity

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

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

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

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

This text has shadow with #FD8389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD8389 on black background.


Color preview on white background

This text has color #FD8389 on white background.



Black color preview on #FD8389 background

This text has black color on #FD8389 background.


White color preview on #FD8389 background

This text has white color on #FD8389 background.