COLOR #FD8E8D

HEX: #FD8E8D
RGB: (253,142,141)

Color info

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

RGB color model

#FD8E8D color RGB value is (253,142,141).

  • red value is 253;
  • green value is 142;
  • blue value is 141.
RGB:
(253,142,141)
(99%,56%,55%)

RGB channels and saturation

R 253 of 255 = 99%
G 142 of 255 = 56%
B 141 of 255 = 55%

253
142
141

R + G + B ~ 70%. #FD8E8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 142 + 141 = 536 (100%)
R 253 of 536 ~ 47.2%
G 142 of 536 ~ 26.49%
B 141 of 536 ~ 26.31%

%47.2
%26.49
%26.31

CMYK color model

#FD8E8D color CMYK value is (0,44,44,1).

  • cyan value is 0.00%
  • magenta value is 43.87%
  • yellow value is 44.27%
  • key color value is 0.78%
CMYK:
(0,44,44,1)
C0M44Y44K1 
(0%,44%,44%,1%)
(0.00/0.44/0.44/0.01)	

CMYK percentages

%0
%43.87
%44.27
%0.78

Codes

Color #FD8E8D in popluar color models

FD8E8D
RGB253142141
HSL96.55%77.25%
HSB/HSV44.27%99.22%
CMYK0.00%43.87%44.27%
0.78%

Color #FD8E8D in popluar number systems.

HEXFD8E8D
Decimal253142141
Binary111111011000111010001101
Octal375216215

Shades and tints

Shades of #FD8E8D

#FD8E8D
(253,142,141)
#E68281
(230,130,129)
#CF7675
(207,118,117)
#B86A69
(184,106,105)
#A15E5D
(161,94,93)
#8A5251
(138,82,81)
#734645
(115,70,69)
#5C3A39
(92,58,57)
#452E2D
(69,46,45)
#2E2221
(46,34,33)
#171615
(23,22,21)
#000000
(0,0,0)

Tints of #FD8E8D

#FD8E8D
(253,142,141)
#FD9897
(253,152,151)
#FDA2A1
(253,162,161)
#FDACAB
(253,172,171)
#FDB6B5
(253,182,181)
#FDC0BF
(253,192,191)
#FDCAC9
(253,202,201)
#FDD4D3
(253,212,211)
#FDDEDD
(253,222,221)
#FDE8E7
(253,232,231)
#FDF2F1
(253,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD8E8D color. Also use rgb(253,142,141) instead hex code.

Text Font Color

.myTextColor { color: #FD8E8D; }

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

This text font color is #FD8E8D.


Background Color

.myBgColor { background-color: #FD8E8D; }

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

This div background color is #FD8E8D.


Border color

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

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

This div border color is #FD8E8D.


Opacity

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

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

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

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

This text has shadow with #FD8E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD8E8D on black background.


Color preview on white background

This text has color #FD8E8D on white background.



Black color preview on #FD8E8D background

This text has black color on #FD8E8D background.


White color preview on #FD8E8D background

This text has white color on #FD8E8D background.