COLOR #FD646C

HEX: #FD646C
RGB: (253,100,108)

Color info

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

RGB color model

#FD646C color RGB value is (253,100,108).

  • red value is 253;
  • green value is 100;
  • blue value is 108.
RGB:
(253,100,108)
(99%,39%,42%)

RGB channels and saturation

R 253 of 255 = 99%
G 100 of 255 = 39%
B 108 of 255 = 42%

253
100
108

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

Portions of RGB colors in percentages

R + G + B =
253 + 100 + 108 = 461 (100%)
R 253 of 461 ~ 54.88%
G 100 of 461 ~ 21.69%
B 108 of 461 ~ 23.43%

%54.88
%21.69
%23.43

CMYK color model

#FD646C color CMYK value is (0,60,57,1).

  • cyan value is 0.00%
  • magenta value is 60.47%
  • yellow value is 57.31%
  • key color value is 0.78%
CMYK:
(0,60,57,1)
C0M60Y57K1 
(0%,60%,57%,1%)
(0.00/0.60/0.57/0.01)	

CMYK percentages

%0
%60.47
%57.31
%0.78

Codes

Color #FD646C in popluar color models

FD646C
RGB253100108
HSL357°97.45%69.22%
HSB/HSV357°60.47%99.22%
CMYK0.00%60.47%57.31%
0.78%

Color #FD646C in popluar number systems.

HEXFD646C
Decimal253100108
Binary1111110111001001101100
Octal375144154

Shades and tints

Shades of #FD646C

#FD646C
(253,100,108)
#E65B63
(230,91,99)
#CF525A
(207,82,90)
#B84951
(184,73,81)
#A14048
(161,64,72)
#8A373F
(138,55,63)
#732E36
(115,46,54)
#5C252D
(92,37,45)
#451C24
(69,28,36)
#2E131B
(46,19,27)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #FD646C

#FD646C
(253,100,108)
#FD7279
(253,114,121)
#FD8086
(253,128,134)
#FD8E93
(253,142,147)
#FD9CA0
(253,156,160)
#FDAAAD
(253,170,173)
#FDB8BA
(253,184,186)
#FDC6C7
(253,198,199)
#FDD4D4
(253,212,212)
#FDE2E1
(253,226,225)
#FDF0EE
(253,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD646C color. Also use rgb(253,100,108) instead hex code.

Text Font Color

.myTextColor { color: #FD646C; }

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

This text font color is #FD646C.


Background Color

.myBgColor { background-color: #FD646C; }

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

This div background color is #FD646C.


Border color

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

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

This div border color is #FD646C.


Opacity

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

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

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

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

This text has shadow with #FD646C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD646C on black background.


Color preview on white background

This text has color #FD646C on white background.



Black color preview on #FD646C background

This text has black color on #FD646C background.


White color preview on #FD646C background

This text has white color on #FD646C background.