COLOR #FD6AC1

HEX: #FD6AC1 RGB: (253,106,193)

Color info

#FD6AC1 contains mainly red color. Web safe color of #FD6AC1 is #FF66CC (or #F6C).

RGB color model

#FD6AC1 color RGB value is (253,106,193).

RGB: (253,106,193) (99%, 42%, 76%)

RGB channels and saturation

R 253 of 255 = 99%
G 106 of 255 = 42%
B 193 of 255 = 76%

253
106
193

R + G + B ~ 72%. #FD6AC1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 253 + 106 + 193 = 552 (100%)
R 253 of 552 ~ 45.83%
G 106 of 552 ~ 19.2%
B 193 of 552 ~ 34.96'%

%45.83
%19.2
%34.96

CMYK color model

#FD6AC1 color CMYK value is (0,58,24,1).

  • cyan value is 0.00%
  • magenta value is 58.10%
  • yellow value is 23.72%
  • key color value is 0.78%

CMYK: (0,58,24,1)
C0M58Y24K1 (0%, 58%, 24%, 1%)
(0.00 / 0.58 / 0.24 / 0.01)

CMYK percentages

%0
%58.1
%23.72
%0.78

Codes

Color #FD6AC1 in popluar color models

FD 6A C1
RGB 253 106 193
HSL 324° 97.35% 70.39%
HSB/HSV 324° 58.10% 99.22%
CMYK 0.00% 58.10% 23.72%
0.78%

Color #FD6AC1 in popluar number systems.

HEX FD 6A C1
Decimal 253 106 193
Binary 11111101 1101010 11000001
Octal 375 152 301

Shades and tints

Shades of #FD6AC1

#FD6AC1
(253,106,193)
#E661B0
(230,97,176)
#CF589F
(207,88,159)
#B84F8E
(184,79,142)
#A1467D
(161,70,125)
#8A3D6C
(138,61,108)
#73345B
(115,52,91)
#5C2B4A
(92,43,74)
#452239
(69,34,57)
#2E1928
(46,25,40)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #FD6AC1

#FD6AC1
(253,106,193)
#FD77C6
(253,119,198)
#FD84CB
(253,132,203)
#FD91D0
(253,145,208)
#FD9ED5
(253,158,213)
#FDABDA
(253,171,218)
#FDB8DF
(253,184,223)
#FDC5E4
(253,197,228)
#FDD2E9
(253,210,233)
#FDDFEE
(253,223,238)
#FDECF3
(253,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD6AC1 color. Also use rgb(253,106,193) instead hex code.

Text Font Color

.myTextColor { color: #FD6AC1; }

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

This text font color is #FD6AC1.

Background Color

.myBgColor { background-color: #FD6AC1; }

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

This div background color is #FD6AC1.

Border color

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

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

This div border color is #FD6AC1.

Opacity

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

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

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

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

This text has shadow with #FD6AC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD6AC1.

Preview

Color preview on black background

This text has color #FD6AC1 on black background.


Color preview on white background

This text has color #FD6AC1 on white background.


Black color preview on #FD6AC1 background

This text has black color on #FD6AC1 background.


White color preview on #FD6AC1 background

This text has white color on #FD6AC1 background.


Related colors

Complementary color

Complementary color for #hex is #02953E.


I love getcolorcode.com

Triadic colors

1 #C1FD6A and #6AC1FD with #FD6AC1 are triadic colors.

2 #C16AFD and #6AFDC1 with #FD6AC1 are triadic colors.