COLOR #FD6CA3

HEX: #FD6CA3
RGB: (253,108,163)

Color info

#FD6CA3 contains mainly red color. Web safe color of #FD6CA3 is #FF6699 (or #F69).

RGB color model

#FD6CA3 color RGB value is (253,108,163).

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

RGB channels and saturation

R 253 of 255 = 99%
G 108 of 255 = 42%
B 163 of 255 = 64%

253
108
163

R + G + B ~ 68%. #FD6CA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
253 + 108 + 163 = 524 (100%)
R 253 of 524 ~ 48.28%
G 108 of 524 ~ 20.61%
B 163 of 524 ~ 31.11%

%48.28
%20.61
%31.11

CMYK color model

#FD6CA3 color CMYK value is (0,57,36,1).

  • cyan value is 0.00%
  • magenta value is 57.31%
  • yellow value is 35.57%
  • key color value is 0.78%
CMYK:
(0,57,36,1)
C0M57Y36K1 
(0%,57%,36%,1%)
(0.00/0.57/0.36/0.01)	

CMYK percentages

%0
%57.31
%35.57
%0.78

Codes

Color #FD6CA3 in popluar color models

FD6CA3
RGB253108163
HSL337°97.32%70.78%
HSB/HSV337°57.31%99.22%
CMYK0.00%57.31%35.57%
0.78%

Color #FD6CA3 in popluar number systems.

HEXFD6CA3
Decimal253108163
Binary11111101110110010100011
Octal375154243

Shades and tints

Shades of #FD6CA3

#FD6CA3
(253,108,163)
#E66395
(230,99,149)
#CF5A87
(207,90,135)
#B85179
(184,81,121)
#A1486B
(161,72,107)
#8A3F5D
(138,63,93)
#73364F
(115,54,79)
#5C2D41
(92,45,65)
#452433
(69,36,51)
#2E1B25
(46,27,37)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #FD6CA3

#FD6CA3
(253,108,163)
#FD79AB
(253,121,171)
#FD86B3
(253,134,179)
#FD93BB
(253,147,187)
#FDA0C3
(253,160,195)
#FDADCB
(253,173,203)
#FDBAD3
(253,186,211)
#FDC7DB
(253,199,219)
#FDD4E3
(253,212,227)
#FDE1EB
(253,225,235)
#FDEEF3
(253,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FD6CA3; }

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

This text font color is #FD6CA3.


Background Color

.myBgColor { background-color: #FD6CA3; }

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

This div background color is #FD6CA3.


Border color

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

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

This div border color is #FD6CA3.


Opacity

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

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

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

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

This text has shadow with #FD6CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FD6CA3 on black background.


Color preview on white background

This text has color #FD6CA3 on white background.



Black color preview on #FD6CA3 background

This text has black color on #FD6CA3 background.


White color preview on #FD6CA3 background

This text has white color on #FD6CA3 background.