COLOR #FF8D8D

HEX: #FF8D8D
RGB: (255,141,141)

Color info

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

RGB color model

#FF8D8D color RGB value is (255,141,141).

  • red value is 255;
  • green value is 141;
  • blue value is 141.
RGB:
(255,141,141)
(100%,55%,55%)

RGB channels and saturation

R 255 of 255 = 100%
G 141 of 255 = 55%
B 141 of 255 = 55%

255
141
141

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

Portions of RGB colors in percentages

R + G + B =
255 + 141 + 141 = 537 (100%)
R 255 of 537 ~ 47.49%
G 141 of 537 ~ 26.26%
B 141 of 537 ~ 26.26%

%47.49
%26.26
%26.26

CMYK color model

#FF8D8D color CMYK value is (0,45,45,0).

  • cyan value is 0.00%
  • magenta value is 44.71%
  • yellow value is 44.71%
  • key color value is 0.00%
CMYK:
(0,45,45,0)
C0M45Y45K0 
(0%,45%,45%,0%)
(0.00/0.45/0.45/0.00)	

CMYK percentages

%0
%44.71
%44.71
%0

Codes

Color #FF8D8D in popluar color models

FF8D8D
RGB255141141
HSL100.00%77.65%
HSB/HSV44.71%100.00%
CMYK0.00%44.71%44.71%
0.00%

Color #FF8D8D in popluar number systems.

HEXFF8D8D
Decimal255141141
Binary111111111000110110001101
Octal377215215

Shades and tints

Shades of #FF8D8D

#FF8D8D
(255,141,141)
#E88181
(232,129,129)
#D17575
(209,117,117)
#BA6969
(186,105,105)
#A35D5D
(163,93,93)
#8C5151
(140,81,81)
#754545
(117,69,69)
#5E3939
(94,57,57)
#472D2D
(71,45,45)
#302121
(48,33,33)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #FF8D8D

#FF8D8D
(255,141,141)
#FF9797
(255,151,151)
#FFA1A1
(255,161,161)
#FFABAB
(255,171,171)
#FFB5B5
(255,181,181)
#FFBFBF
(255,191,191)
#FFC9C9
(255,201,201)
#FFD3D3
(255,211,211)
#FFDDDD
(255,221,221)
#FFE7E7
(255,231,231)
#FFF1F1
(255,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FF8D8D; }

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

This text font color is #FF8D8D.


Background Color

.myBgColor { background-color: #FF8D8D; }

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

This div background color is #FF8D8D.


Border color

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

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

This div border color is #FF8D8D.


Opacity

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

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

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

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

This text has shadow with #FF8D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FF8D8D on black background.


Color preview on white background

This text has color #FF8D8D on white background.



Black color preview on #FF8D8D background

This text has black color on #FF8D8D background.


White color preview on #FF8D8D background

This text has white color on #FF8D8D background.