COLOR #FD8084

HEX: #FD8084 RGB: (253,128,132)

Color info

#FD8084 contains mainly red color. Web safe color of #FD8084 is #FF6699 (or #F69).

RGB color model

#FD8084 color RGB value is (253,128,132).

RGB: (253,128,132) (99%, 50%, 52%)

RGB channels and saturation

R 253 of 255 = 99%
G 128 of 255 = 50%
B 132 of 255 = 52%

253
128
132

R + G + B ~ 67%. #FD8084 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 128 + 132 = 513 (100%)
R 253 of 513 ~ 49.32%
G 128 of 513 ~ 24.95%
B 132 of 513 ~ 25.73'%

%49.32
%24.95
%25.73

CMYK color model

#FD8084 color CMYK value is (0,49,48,1).

  • cyan value is 0.00%
  • magenta value is 49.41%
  • yellow value is 47.83%
  • key color value is 0.78%
CMYK: (0,49,48,1) C0M49Y48K1 (0%,49%,48%,1%) (0.00/0.49/0.48/0.01) 

CMYK percentages

%0
%49.41
%47.83
%0.78

Codes

Color #FD8084 in popluar color models

FD 80 84
RGB 253 128 132
HSL 358° 96.90% 74.71%
HSB/HSV 358° 49.41% 99.22%
CMYK 0.00% 49.41% 47.83%
0.78%

Color #FD8084 in popluar number systems.

HEX FD 80 84
Decimal 253 128 132
Binary 11111101 10000000 10000100
Octal 375 200 204

Shades and tints

Shades of #FD8084

#FD8084
(253,128,132)
#E67578
(230,117,120)
#CF6A6C
(207,106,108)
#B85F60
(184,95,96)
#A15454
(161,84,84)
#8A4948
(138,73,72)
#733E3C
(115,62,60)
#5C3330
(92,51,48)
#452824
(69,40,36)
#2E1D18
(46,29,24)
#17120C
(23,18,12)
#000000
(0,0,0)

Tints of #FD8084

#FD8084
(253,128,132)
#FD8B8F
(253,139,143)
#FD969A
(253,150,154)
#FDA1A5
(253,161,165)
#FDACB0
(253,172,176)
#FDB7BB
(253,183,187)
#FDC2C6
(253,194,198)
#FDCDD1
(253,205,209)
#FDD8DC
(253,216,220)
#FDE3E7
(253,227,231)
#FDEEF2
(253,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD8084; }

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

This text font color is #FD8084.

Background Color

.myBgColor { background-color: #FD8084; }

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

This div background color is #FD8084.

Border color

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

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

This div border color is #FD8084.

Opacity

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

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

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

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

This text has shadow with #FD8084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD8084.

Preview

Color preview on black background

This text has color #FD8084 on black background.


Color preview on white background

This text has color #FD8084 on white background.


Black color preview on #FD8084 background

This text has black color on #FD8084 background.


White color preview on #FD8084 background

This text has white color on #FD8084 background.


Related colors

Complementary color

Complementary color for #hex is #027F7B.


I love getcolorcode.com

Triadic colors

1 #84FD80 and #8084FD with #FD8084 are triadic colors.

2 #8480FD and #80FD84 with #FD8084 are triadic colors.