COLOR #FE6ABF

HEX: #FE6ABF
RGB: (254,106,191)

Color info

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

RGB color model

#FE6ABF color RGB value is (254,106,191).

  • red value is 254;
  • green value is 106;
  • blue value is 191.
RGB:
(254,106,191)
(100%,42%,75%)

RGB channels and saturation

R 254 of 255 = 100%
G 106 of 255 = 42%
B 191 of 255 = 75%

254
106
191

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

Portions of RGB colors in percentages

R + G + B =
254 + 106 + 191 = 551 (100%)
R 254 of 551 ~ 46.1%
G 106 of 551 ~ 19.24%
B 191 of 551 ~ 34.66%

%46.1
%19.24
%34.66

CMYK color model

#FE6ABF color CMYK value is (0,58,25,0).

  • cyan value is 0.00%
  • magenta value is 58.27%
  • yellow value is 24.80%
  • key color value is 0.39%
CMYK:
(0,58,25,0)
C0M58Y25K0 
(0%,58%,25%,0%)
(0.00/0.58/0.25/0.00)	

CMYK percentages

%0
%58.27
%24.8
%0.39

Codes

Color #FE6ABF in popluar color models

FE6ABF
RGB254106191
HSL326°98.67%70.59%
HSB/HSV326°58.27%99.61%
CMYK0.00%58.27%24.80%
0.39%

Color #FE6ABF in popluar number systems.

HEXFE6ABF
Decimal254106191
Binary11111110110101010111111
Octal376152277

Shades and tints

Shades of #FE6ABF

#FE6ABF
(254,106,191)
#E761AE
(231,97,174)
#D0589D
(208,88,157)
#B94F8C
(185,79,140)
#A2467B
(162,70,123)
#8B3D6A
(139,61,106)
#743459
(116,52,89)
#5D2B48
(93,43,72)
#462237
(70,34,55)
#2F1926
(47,25,38)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #FE6ABF

#FE6ABF
(254,106,191)
#FE77C4
(254,119,196)
#FE84C9
(254,132,201)
#FE91CE
(254,145,206)
#FE9ED3
(254,158,211)
#FEABD8
(254,171,216)
#FEB8DD
(254,184,221)
#FEC5E2
(254,197,226)
#FED2E7
(254,210,231)
#FEDFEC
(254,223,236)
#FEECF1
(254,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE6ABF color. Also use rgb(254,106,191) instead hex code.

Text Font Color

.myTextColor { color: #FE6ABF; }

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

This text font color is #FE6ABF.


Background Color

.myBgColor { background-color: #FE6ABF; }

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

This div background color is #FE6ABF.


Border color

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

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

This div border color is #FE6ABF.


Opacity

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

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

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

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

This text has shadow with #FE6ABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE6ABF on black background.


Color preview on white background

This text has color #FE6ABF on white background.



Black color preview on #FE6ABF background

This text has black color on #FE6ABF background.


White color preview on #FE6ABF background

This text has white color on #FE6ABF background.