COLOR #FE6DBA

HEX: #FE6DBA
RGB: (254,109,186)

Color info

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

RGB color model

#FE6DBA color RGB value is (254,109,186).

  • red value is 254;
  • green value is 109;
  • blue value is 186.
RGB:
(254,109,186)
(100%,43%,73%)

RGB channels and saturation

R 254 of 255 = 100%
G 109 of 255 = 43%
B 186 of 255 = 73%

254
109
186

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

Portions of RGB colors in percentages

R + G + B =
254 + 109 + 186 = 549 (100%)
R 254 of 549 ~ 46.27%
G 109 of 549 ~ 19.85%
B 186 of 549 ~ 33.88%

%46.27
%19.85
%33.88

CMYK color model

#FE6DBA color CMYK value is (0,57,27,0).

  • cyan value is 0.00%
  • magenta value is 57.09%
  • yellow value is 26.77%
  • key color value is 0.39%
CMYK:
(0,57,27,0)
C0M57Y27K0 
(0%,57%,27%,0%)
(0.00/0.57/0.27/0.00)	

CMYK percentages

%0
%57.09
%26.77
%0.39

Codes

Color #FE6DBA in popluar color models

FE6DBA
RGB254109186
HSL328°98.64%71.18%
HSB/HSV328°57.09%99.61%
CMYK0.00%57.09%26.77%
0.39%

Color #FE6DBA in popluar number systems.

HEXFE6DBA
Decimal254109186
Binary11111110110110110111010
Octal376155272

Shades and tints

Shades of #FE6DBA

#FE6DBA
(254,109,186)
#E764AA
(231,100,170)
#D05B9A
(208,91,154)
#B9528A
(185,82,138)
#A2497A
(162,73,122)
#8B406A
(139,64,106)
#74375A
(116,55,90)
#5D2E4A
(93,46,74)
#46253A
(70,37,58)
#2F1C2A
(47,28,42)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #FE6DBA

#FE6DBA
(254,109,186)
#FE7AC0
(254,122,192)
#FE87C6
(254,135,198)
#FE94CC
(254,148,204)
#FEA1D2
(254,161,210)
#FEAED8
(254,174,216)
#FEBBDE
(254,187,222)
#FEC8E4
(254,200,228)
#FED5EA
(254,213,234)
#FEE2F0
(254,226,240)
#FEEFF6
(254,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE6DBA color. Also use rgb(254,109,186) instead hex code.

Text Font Color

.myTextColor { color: #FE6DBA; }

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

This text font color is #FE6DBA.


Background Color

.myBgColor { background-color: #FE6DBA; }

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

This div background color is #FE6DBA.


Border color

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

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

This div border color is #FE6DBA.


Opacity

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

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

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

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

This text has shadow with #FE6DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE6DBA on black background.


Color preview on white background

This text has color #FE6DBA on white background.



Black color preview on #FE6DBA background

This text has black color on #FE6DBA background.


White color preview on #FE6DBA background

This text has white color on #FE6DBA background.