COLOR #FD83D0

HEX: #FD83D0 RGB: (253,131,208)

Color info

#FD83D0 contains mainly red and blue colors. Web safe color of #FD83D0 is #FF99CC (or #F9C).

RGB color model

#FD83D0 color RGB value is (253,131,208).

RGB: (253,131,208) (99%, 51%, 82%)

RGB channels and saturation

R 253 of 255 = 99%
G 131 of 255 = 51%
B 208 of 255 = 82%

253
131
208

R + G + B ~ 77%. #FD83D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 131 + 208 = 592 (100%)
R 253 of 592 ~ 42.74%
G 131 of 592 ~ 22.13%
B 208 of 592 ~ 35.14'%

%42.74
%22.13
%35.14

CMYK color model

#FD83D0 color CMYK value is (0,48,18,1).

  • cyan value is 0.00%
  • magenta value is 48.22%
  • yellow value is 17.79%
  • key color value is 0.78%

CMYK: (0,48,18,1)
C0M48Y18K1 (0%, 48%, 18%, 1%)
(0.00 / 0.48 / 0.18 / 0.01)

CMYK percentages

%0
%48.22
%17.79
%0.78

Codes

Color #FD83D0 in popluar color models

FD 83 D0
RGB 253 131 208
HSL 322° 96.83% 75.29%
HSB/HSV 322° 48.22% 99.22%
CMYK 0.00% 48.22% 17.79%
0.78%

Color #FD83D0 in popluar number systems.

HEX FD 83 D0
Decimal 253 131 208
Binary 11111101 10000011 11010000
Octal 375 203 320

Shades and tints

Shades of #FD83D0

#FD83D0
(253,131,208)
#E678BE
(230,120,190)
#CF6DAC
(207,109,172)
#B8629A
(184,98,154)
#A15788
(161,87,136)
#8A4C76
(138,76,118)
#734164
(115,65,100)
#5C3652
(92,54,82)
#452B40
(69,43,64)
#2E202E
(46,32,46)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #FD83D0

#FD83D0
(253,131,208)
#FD8ED4
(253,142,212)
#FD99D8
(253,153,216)
#FDA4DC
(253,164,220)
#FDAFE0
(253,175,224)
#FDBAE4
(253,186,228)
#FDC5E8
(253,197,232)
#FDD0EC
(253,208,236)
#FDDBF0
(253,219,240)
#FDE6F4
(253,230,244)
#FDF1F8
(253,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD83D0; }

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

This text font color is #FD83D0.

Background Color

.myBgColor { background-color: #FD83D0; }

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

This div background color is #FD83D0.

Border color

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

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

This div border color is #FD83D0.

Opacity

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

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

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

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

This text has shadow with #FD83D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD83D0.

Preview

Color preview on black background

This text has color #FD83D0 on black background.


Color preview on white background

This text has color #FD83D0 on white background.


Black color preview on #FD83D0 background

This text has black color on #FD83D0 background.


White color preview on #FD83D0 background

This text has white color on #FD83D0 background.


Related colors

Complementary color

Complementary color for #hex is #027C2F.


I love getcolorcode.com

Triadic colors

1 #D0FD83 and #83D0FD with #FD83D0 are triadic colors.

2 #D083FD and #83FDD0 with #FD83D0 are triadic colors.