COLOR #FD508B

HEX: #FD508B RGB: (253,80,139)

Color info

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

RGB color model

#FD508B color RGB value is (253,80,139).

RGB: (253,80,139) (99%, 31%, 55%)

RGB channels and saturation

R 253 of 255 = 99%
G 80 of 255 = 31%
B 139 of 255 = 55%

253
80
139

R + G + B ~ 62%. #FD508B is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 80 + 139 = 472 (100%)
R 253 of 472 ~ 53.6%
G 80 of 472 ~ 16.95%
B 139 of 472 ~ 29.45'%

%53.6
%16.95
%29.45

CMYK color model

#FD508B color CMYK value is (0,68,45,1).

  • cyan value is 0.00%
  • magenta value is 68.38%
  • yellow value is 45.06%
  • key color value is 0.78%

CMYK: (0,68,45,1)
C0M68Y45K1 (0%, 68%, 45%, 1%)
(0.00 / 0.68 / 0.45 / 0.01)

CMYK percentages

%0
%68.38
%45.06
%0.78

Codes

Color #FD508B in popluar color models

FD 50 8B
RGB 253 80 139
HSL 340° 97.74% 65.29%
HSB/HSV 340° 68.38% 99.22%
CMYK 0.00% 68.38% 45.06%
0.78%

Color #FD508B in popluar number systems.

HEX FD 50 8B
Decimal 253 80 139
Binary 11111101 1010000 10001011
Octal 375 120 213

Shades and tints

Shades of #FD508B

#FD508B
(253,80,139)
#E6497F
(230,73,127)
#CF4273
(207,66,115)
#B83B67
(184,59,103)
#A1345B
(161,52,91)
#8A2D4F
(138,45,79)
#732643
(115,38,67)
#5C1F37
(92,31,55)
#45182B
(69,24,43)
#2E111F
(46,17,31)
#170A13
(23,10,19)
#000000
(0,0,0)

Tints of #FD508B

#FD508B
(253,80,139)
#FD5F95
(253,95,149)
#FD6E9F
(253,110,159)
#FD7DA9
(253,125,169)
#FD8CB3
(253,140,179)
#FD9BBD
(253,155,189)
#FDAAC7
(253,170,199)
#FDB9D1
(253,185,209)
#FDC8DB
(253,200,219)
#FDD7E5
(253,215,229)
#FDE6EF
(253,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD508B color. Also use rgb(253,80,139) instead hex code.

Text Font Color

.myTextColor { color: #FD508B; }

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

This text font color is #FD508B.

Background Color

.myBgColor { background-color: #FD508B; }

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

This div background color is #FD508B.

Border color

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

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

This div border color is #FD508B.

Opacity

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

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

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

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

This text has shadow with #FD508B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD508B.

Preview

Color preview on black background

This text has color #FD508B on black background.


Color preview on white background

This text has color #FD508B on white background.


Black color preview on #FD508B background

This text has black color on #FD508B background.


White color preview on #FD508B background

This text has white color on #FD508B background.


Related colors

Complementary color

Complementary color for #hex is #02AF74.


I love getcolorcode.com

Triadic colors

1 #8BFD50 and #508BFD with #FD508B are triadic colors.

2 #8B50FD and #50FD8B with #FD508B are triadic colors.