COLOR #FD3E9C

HEX: #FD3E9C
RGB: (253,62,156)

Color info

#FD3E9C contains mainly red color. Web safe color of #FD3E9C is #FF3399 (or #F39).

RGB color model

#FD3E9C color RGB value is (253,62,156).

  • red value is 253;
  • green value is 62;
  • blue value is 156.
RGB:
(253,62,156)
(99%,24%,61%)

RGB channels and saturation

R 253 of 255 = 99%
G 62 of 255 = 24%
B 156 of 255 = 61%

253
62
156

R + G + B ~ 61%. #FD3E9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 62 + 156 = 471 (100%)
R 253 of 471 ~ 53.72%
G 62 of 471 ~ 13.16%
B 156 of 471 ~ 33.12%

%53.72
%13.16
%33.12

CMYK color model

#FD3E9C color CMYK value is (0,75,38,1).

  • cyan value is 0.00%
  • magenta value is 75.49%
  • yellow value is 38.34%
  • key color value is 0.78%
CMYK:
(0,75,38,1)
C0M75Y38K1 
(0%,75%,38%,1%)
(0.00/0.75/0.38/0.01)	

CMYK percentages

%0
%75.49
%38.34
%0.78

Codes

Color #FD3E9C in popluar color models

FD3E9C
RGB25362156
HSL330°97.95%61.76%
HSB/HSV330°75.49%99.22%
CMYK0.00%75.49%38.34%
0.78%

Color #FD3E9C in popluar number systems.

HEXFD3E9C
Decimal25362156
Binary1111110111111010011100
Octal37576234

Shades and tints

Shades of #FD3E9C

#FD3E9C
(253,62,156)
#E6398E
(230,57,142)
#CF3480
(207,52,128)
#B82F72
(184,47,114)
#A12A64
(161,42,100)
#8A2556
(138,37,86)
#732048
(115,32,72)
#5C1B3A
(92,27,58)
#45162C
(69,22,44)
#2E111E
(46,17,30)
#170C10
(23,12,16)
#000000
(0,0,0)

Tints of #FD3E9C

#FD3E9C
(253,62,156)
#FD4FA5
(253,79,165)
#FD60AE
(253,96,174)
#FD71B7
(253,113,183)
#FD82C0
(253,130,192)
#FD93C9
(253,147,201)
#FDA4D2
(253,164,210)
#FDB5DB
(253,181,219)
#FDC6E4
(253,198,228)
#FDD7ED
(253,215,237)
#FDE8F6
(253,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD3E9C color. Also use rgb(253,62,156) instead hex code.

Text Font Color

.myTextColor { color: #FD3E9C; }

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

This text font color is #FD3E9C.


Background Color

.myBgColor { background-color: #FD3E9C; }

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

This div background color is #FD3E9C.


Border color

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

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

This div border color is #FD3E9C.


Opacity

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

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

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

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

This text has shadow with #FD3E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD3E9C on black background.


Color preview on white background

This text has color #FD3E9C on white background.



Black color preview on #FD3E9C background

This text has black color on #FD3E9C background.


White color preview on #FD3E9C background

This text has white color on #FD3E9C background.