COLOR #FD5866

HEX: #FD5866
RGB: (253,88,102)

Color info

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

RGB color model

#FD5866 color RGB value is (253,88,102).

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

RGB channels and saturation

R 253 of 255 = 99%
G 88 of 255 = 35%
B 102 of 255 = 40%

253
88
102

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

Portions of RGB colors in percentages

R + G + B =
253 + 88 + 102 = 443 (100%)
R 253 of 443 ~ 57.11%
G 88 of 443 ~ 19.86%
B 102 of 443 ~ 23.02%

%57.11
%19.86
%23.02

CMYK color model

#FD5866 color CMYK value is (0,65,60,1).

  • cyan value is 0.00%
  • magenta value is 65.22%
  • yellow value is 59.68%
  • key color value is 0.78%
CMYK:
(0,65,60,1)
C0M65Y60K1 
(0%,65%,60%,1%)
(0.00/0.65/0.60/0.01)	

CMYK percentages

%0
%65.22
%59.68
%0.78

Codes

Color #FD5866 in popluar color models

FD5866
RGB25388102
HSL355°97.63%66.86%
HSB/HSV355°65.22%99.22%
CMYK0.00%65.22%59.68%
0.78%

Color #FD5866 in popluar number systems.

HEXFD5866
Decimal25388102
Binary1111110110110001100110
Octal375130146

Shades and tints

Shades of #FD5866

#FD5866
(253,88,102)
#E6505D
(230,80,93)
#CF4854
(207,72,84)
#B8404B
(184,64,75)
#A13842
(161,56,66)
#8A3039
(138,48,57)
#732830
(115,40,48)
#5C2027
(92,32,39)
#45181E
(69,24,30)
#2E1015
(46,16,21)
#17080C
(23,8,12)
#000000
(0,0,0)

Tints of #FD5866

#FD5866
(253,88,102)
#FD6773
(253,103,115)
#FD7680
(253,118,128)
#FD858D
(253,133,141)
#FD949A
(253,148,154)
#FDA3A7
(253,163,167)
#FDB2B4
(253,178,180)
#FDC1C1
(253,193,193)
#FDD0CE
(253,208,206)
#FDDFDB
(253,223,219)
#FDEEE8
(253,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD5866; }

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

This text font color is #FD5866.


Background Color

.myBgColor { background-color: #FD5866; }

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

This div background color is #FD5866.


Border color

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

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

This div border color is #FD5866.


Opacity

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

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

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

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

This text has shadow with #FD5866 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD5866 on black background.


Color preview on white background

This text has color #FD5866 on white background.



Black color preview on #FD5866 background

This text has black color on #FD5866 background.


White color preview on #FD5866 background

This text has white color on #FD5866 background.