COLOR #FD6EBC

HEX: #FD6EBC RGB: (253,110,188)

Color info

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

RGB color model

#FD6EBC color RGB value is (253,110,188).

RGB: (253,110,188) (99%, 43%, 74%)

RGB channels and saturation

R 253 of 255 = 99%
G 110 of 255 = 43%
B 188 of 255 = 74%

253
110
188

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

Portions of RGB colors in percentages

R + G + B = 253 + 110 + 188 = 551 (100%)
R 253 of 551 ~ 45.92%
G 110 of 551 ~ 19.96%
B 188 of 551 ~ 34.12'%

%45.92
%19.96
%34.12

CMYK color model

#FD6EBC color CMYK value is (0,57,26,1).

  • cyan value is 0.00%
  • magenta value is 56.52%
  • yellow value is 25.69%
  • key color value is 0.78%

CMYK: (0,57,26,1)
C0M57Y26K1 (0%, 57%, 26%, 1%)
(0.00 / 0.57 / 0.26 / 0.01)

CMYK percentages

%0
%56.52
%25.69
%0.78

Codes

Color #FD6EBC in popluar color models

FD 6E BC
RGB 253 110 188
HSL 327° 97.28% 71.18%
HSB/HSV 327° 56.52% 99.22%
CMYK 0.00% 56.52% 25.69%
0.78%

Color #FD6EBC in popluar number systems.

HEX FD 6E BC
Decimal 253 110 188
Binary 11111101 1101110 10111100
Octal 375 156 274

Shades and tints

Shades of #FD6EBC

#FD6EBC
(253,110,188)
#E664AB
(230,100,171)
#CF5A9A
(207,90,154)
#B85089
(184,80,137)
#A14678
(161,70,120)
#8A3C67
(138,60,103)
#733256
(115,50,86)
#5C2845
(92,40,69)
#451E34
(69,30,52)
#2E1423
(46,20,35)
#170A12
(23,10,18)
#000000
(0,0,0)

Tints of #FD6EBC

#FD6EBC
(253,110,188)
#FD7BC2
(253,123,194)
#FD88C8
(253,136,200)
#FD95CE
(253,149,206)
#FDA2D4
(253,162,212)
#FDAFDA
(253,175,218)
#FDBCE0
(253,188,224)
#FDC9E6
(253,201,230)
#FDD6EC
(253,214,236)
#FDE3F2
(253,227,242)
#FDF0F8
(253,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FD6EBC color. Also use rgb(253,110,188) instead hex code.

Text Font Color

.myTextColor { color: #FD6EBC; }

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

This text font color is #FD6EBC.

Background Color

.myBgColor { background-color: #FD6EBC; }

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

This div background color is #FD6EBC.

Border color

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

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

This div border color is #FD6EBC.

Opacity

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

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

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

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

This text has shadow with #FD6EBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FD6EBC.

Preview

Color preview on black background

This text has color #FD6EBC on black background.


Color preview on white background

This text has color #FD6EBC on white background.


Black color preview on #FD6EBC background

This text has black color on #FD6EBC background.


White color preview on #FD6EBC background

This text has white color on #FD6EBC background.


Related colors

Complementary color

Complementary color for #hex is #029143.


I love getcolorcode.com

Triadic colors

1 #BCFD6E and #6EBCFD with #FD6EBC are triadic colors.

2 #BC6EFD and #6EFDBC with #FD6EBC are triadic colors.