COLOR #FD5868

HEX: #FD5868
RGB: (253,88,104)

Color info

#FD5868 contains mainly red color. Web safe color of #FD5868 is #FF6666 (or #F66).

RGB color model

#FD5868 color RGB value is (253,88,104).

  • red value is 253;
  • green value is 88;
  • blue value is 104.
RGB:
(253,88,104)
(99%,35%,41%)

RGB channels and saturation

R 253 of 255 = 99%
G 88 of 255 = 35%
B 104 of 255 = 41%

253
88
104

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

Portions of RGB colors in percentages

R + G + B =
253 + 88 + 104 = 445 (100%)
R 253 of 445 ~ 56.85%
G 88 of 445 ~ 19.78%
B 104 of 445 ~ 23.37%

%56.85
%19.78
%23.37

CMYK color model

#FD5868 color CMYK value is (0,65,59,1).

  • cyan value is 0.00%
  • magenta value is 65.22%
  • yellow value is 58.89%
  • key color value is 0.78%
CMYK:
(0,65,59,1)
C0M65Y59K1 
(0%,65%,59%,1%)
(0.00/0.65/0.59/0.01)	

CMYK percentages

%0
%65.22
%58.89
%0.78

Codes

Color #FD5868 in popluar color models

FD5868
RGB25388104
HSL354°97.63%66.86%
HSB/HSV354°65.22%99.22%
CMYK0.00%65.22%58.89%
0.78%

Color #FD5868 in popluar number systems.

HEXFD5868
Decimal25388104
Binary1111110110110001101000
Octal375130150

Shades and tints

Shades of #FD5868

#FD5868
(253,88,104)
#E6505F
(230,80,95)
#CF4856
(207,72,86)
#B8404D
(184,64,77)
#A13844
(161,56,68)
#8A303B
(138,48,59)
#732832
(115,40,50)
#5C2029
(92,32,41)
#451820
(69,24,32)
#2E1017
(46,16,23)
#17080E
(23,8,14)
#000000
(0,0,0)

Tints of #FD5868

#FD5868
(253,88,104)
#FD6775
(253,103,117)
#FD7682
(253,118,130)
#FD858F
(253,133,143)
#FD949C
(253,148,156)
#FDA3A9
(253,163,169)
#FDB2B6
(253,178,182)
#FDC1C3
(253,193,195)
#FDD0D0
(253,208,208)
#FDDFDD
(253,223,221)
#FDEEEA
(253,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD5868 color. Also use rgb(253,88,104) instead hex code.

Text Font Color

.myTextColor { color: #FD5868; }

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

This text font color is #FD5868.


Background Color

.myBgColor { background-color: #FD5868; }

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

This div background color is #FD5868.


Border color

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

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

This div border color is #FD5868.


Opacity

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

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

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

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

This text has shadow with #FD5868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD5868 on black background.


Color preview on white background

This text has color #FD5868 on white background.



Black color preview on #FD5868 background

This text has black color on #FD5868 background.


White color preview on #FD5868 background

This text has white color on #FD5868 background.