COLOR #FE6E81

HEX: #FE6E81
RGB: (254,110,129)

Color info

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

RGB color model

#FE6E81 color RGB value is (254,110,129).

  • red value is 254;
  • green value is 110;
  • blue value is 129.
RGB:
(254,110,129)
(100%,43%,51%)

RGB channels and saturation

R 254 of 255 = 100%
G 110 of 255 = 43%
B 129 of 255 = 51%

254
110
129

R + G + B ~ 65%. #FE6E81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 110 + 129 = 493 (100%)
R 254 of 493 ~ 51.52%
G 110 of 493 ~ 22.31%
B 129 of 493 ~ 26.17%

%51.52
%22.31
%26.17

CMYK color model

#FE6E81 color CMYK value is (0,57,49,0).

  • cyan value is 0.00%
  • magenta value is 56.69%
  • yellow value is 49.21%
  • key color value is 0.39%
CMYK:
(0,57,49,0)
C0M57Y49K0 
(0%,57%,49%,0%)
(0.00/0.57/0.49/0.00)	

CMYK percentages

%0
%56.69
%49.21
%0.39

Codes

Color #FE6E81 in popluar color models

FE6E81
RGB254110129
HSL352°98.63%71.37%
HSB/HSV352°56.69%99.61%
CMYK0.00%56.69%49.21%
0.39%

Color #FE6E81 in popluar number systems.

HEXFE6E81
Decimal254110129
Binary11111110110111010000001
Octal376156201

Shades and tints

Shades of #FE6E81

#FE6E81
(254,110,129)
#E76476
(231,100,118)
#D05A6B
(208,90,107)
#B95060
(185,80,96)
#A24655
(162,70,85)
#8B3C4A
(139,60,74)
#74323F
(116,50,63)
#5D2834
(93,40,52)
#461E29
(70,30,41)
#2F141E
(47,20,30)
#180A13
(24,10,19)
#000000
(0,0,0)

Tints of #FE6E81

#FE6E81
(254,110,129)
#FE7B8C
(254,123,140)
#FE8897
(254,136,151)
#FE95A2
(254,149,162)
#FEA2AD
(254,162,173)
#FEAFB8
(254,175,184)
#FEBCC3
(254,188,195)
#FEC9CE
(254,201,206)
#FED6D9
(254,214,217)
#FEE3E4
(254,227,228)
#FEF0EF
(254,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE6E81 color. Also use rgb(254,110,129) instead hex code.

Text Font Color

.myTextColor { color: #FE6E81; }

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

This text font color is #FE6E81.


Background Color

.myBgColor { background-color: #FE6E81; }

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

This div background color is #FE6E81.


Border color

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

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

This div border color is #FE6E81.


Opacity

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

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

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

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

This text has shadow with #FE6E81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE6E81 on black background.


Color preview on white background

This text has color #FE6E81 on white background.



Black color preview on #FE6E81 background

This text has black color on #FE6E81 background.


White color preview on #FE6E81 background

This text has white color on #FE6E81 background.