COLOR #FD4C67

HEX: #FD4C67
RGB: (253,76,103)

Color info

#FD4C67 contains mainly red color. Web safe color of #FD4C67 is #FF3366 (or #F36).

RGB color model

#FD4C67 color RGB value is (253,76,103).

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

RGB channels and saturation

R 253 of 255 = 99%
G 76 of 255 = 30%
B 103 of 255 = 40%

253
76
103

R + G + B ~ 56%. #FD4C67 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
253 + 76 + 103 = 432 (100%)
R 253 of 432 ~ 58.56%
G 76 of 432 ~ 17.59%
B 103 of 432 ~ 23.84%

%58.56
%17.59
%23.84

CMYK color model

#FD4C67 color CMYK value is (0,70,59,1).

  • cyan value is 0.00%
  • magenta value is 69.96%
  • yellow value is 59.29%
  • key color value is 0.78%
CMYK:
(0,70,59,1)
C0M70Y59K1 
(0%,70%,59%,1%)
(0.00/0.70/0.59/0.01)	

CMYK percentages

%0
%69.96
%59.29
%0.78

Codes

Color #FD4C67 in popluar color models

FD4C67
RGB25376103
HSL351°97.79%64.51%
HSB/HSV351°69.96%99.22%
CMYK0.00%69.96%59.29%
0.78%

Color #FD4C67 in popluar number systems.

HEXFD4C67
Decimal25376103
Binary1111110110011001100111
Octal375114147

Shades and tints

Shades of #FD4C67

#FD4C67
(253,76,103)
#E6465E
(230,70,94)
#CF4055
(207,64,85)
#B83A4C
(184,58,76)
#A13443
(161,52,67)
#8A2E3A
(138,46,58)
#732831
(115,40,49)
#5C2228
(92,34,40)
#451C1F
(69,28,31)
#2E1616
(46,22,22)
#17100D
(23,16,13)
#000000
(0,0,0)

Tints of #FD4C67

#FD4C67
(253,76,103)
#FD5C74
(253,92,116)
#FD6C81
(253,108,129)
#FD7C8E
(253,124,142)
#FD8C9B
(253,140,155)
#FD9CA8
(253,156,168)
#FDACB5
(253,172,181)
#FDBCC2
(253,188,194)
#FDCCCF
(253,204,207)
#FDDCDC
(253,220,220)
#FDECE9
(253,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD4C67; }

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

This text font color is #FD4C67.


Background Color

.myBgColor { background-color: #FD4C67; }

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

This div background color is #FD4C67.


Border color

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

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

This div border color is #FD4C67.


Opacity

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

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

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

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

This text has shadow with #FD4C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD4C67 on black background.


Color preview on white background

This text has color #FD4C67 on white background.



Black color preview on #FD4C67 background

This text has black color on #FD4C67 background.


White color preview on #FD4C67 background

This text has white color on #FD4C67 background.