COLOR #FD4C8E

HEX: #FD4C8E
RGB: (253,76,142)

Color info

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

RGB color model

#FD4C8E color RGB value is (253,76,142).

  • red value is 253;
  • green value is 76;
  • blue value is 142.
RGB:
(253,76,142)
(99%,30%,56%)

RGB channels and saturation

R 253 of 255 = 99%
G 76 of 255 = 30%
B 142 of 255 = 56%

253
76
142

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

Portions of RGB colors in percentages

R + G + B =
253 + 76 + 142 = 471 (100%)
R 253 of 471 ~ 53.72%
G 76 of 471 ~ 16.14%
B 142 of 471 ~ 30.15%

%53.72
%16.14
%30.15

CMYK color model

#FD4C8E color CMYK value is (0,70,44,1).

  • cyan value is 0.00%
  • magenta value is 69.96%
  • yellow value is 43.87%
  • key color value is 0.78%
CMYK:
(0,70,44,1)
C0M70Y44K1 
(0%,70%,44%,1%)
(0.00/0.70/0.44/0.01)	

CMYK percentages

%0
%69.96
%43.87
%0.78

Codes

Color #FD4C8E in popluar color models

FD4C8E
RGB25376142
HSL338°97.79%64.51%
HSB/HSV338°69.96%99.22%
CMYK0.00%69.96%43.87%
0.78%

Color #FD4C8E in popluar number systems.

HEXFD4C8E
Decimal25376142
Binary11111101100110010001110
Octal375114216

Shades and tints

Shades of #FD4C8E

#FD4C8E
(253,76,142)
#E64682
(230,70,130)
#CF4076
(207,64,118)
#B83A6A
(184,58,106)
#A1345E
(161,52,94)
#8A2E52
(138,46,82)
#732846
(115,40,70)
#5C223A
(92,34,58)
#451C2E
(69,28,46)
#2E1622
(46,22,34)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #FD4C8E

#FD4C8E
(253,76,142)
#FD5C98
(253,92,152)
#FD6CA2
(253,108,162)
#FD7CAC
(253,124,172)
#FD8CB6
(253,140,182)
#FD9CC0
(253,156,192)
#FDACCA
(253,172,202)
#FDBCD4
(253,188,212)
#FDCCDE
(253,204,222)
#FDDCE8
(253,220,232)
#FDECF2
(253,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD4C8E color. Also use rgb(253,76,142) instead hex code.

Text Font Color

.myTextColor { color: #FD4C8E; }

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

This text font color is #FD4C8E.


Background Color

.myBgColor { background-color: #FD4C8E; }

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

This div background color is #FD4C8E.


Border color

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

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

This div border color is #FD4C8E.


Opacity

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

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

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

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

This text has shadow with #FD4C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD4C8E on black background.


Color preview on white background

This text has color #FD4C8E on white background.



Black color preview on #FD4C8E background

This text has black color on #FD4C8E background.


White color preview on #FD4C8E background

This text has white color on #FD4C8E background.