COLOR #FE6864

HEX: #FE6864 RGB: (254,104,100)

Color info

#FE6864 contains mainly red color. Web safe color of #FE6864 is #FF6666 (or #F66).

RGB color model

#FE6864 color RGB value is (254,104,100).

RGB: (254,104,100) (100%, 41%, 39%)

RGB channels and saturation

R 254 of 255 = 100%
G 104 of 255 = 41%
B 100 of 255 = 39%

254
104
100

R + G + B ~ 60%. #FE6864 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 254 + 104 + 100 = 458 (100%)
R 254 of 458 ~ 55.46%
G 104 of 458 ~ 22.71%
B 100 of 458 ~ 21.83'%

%55.46
%22.71
%21.83

CMYK color model

#FE6864 color CMYK value is (0,59,61,0).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 60.63%
  • key color value is 0.39%

CMYK: (0,59,61,0)
C0M59Y61K0 (0%, 59%, 61%, 0%)
(0.00 / 0.59 / 0.61 / 0.00)

CMYK percentages

%0
%59.06
%60.63
%0.39

Codes

Color #FE6864 in popluar color models

FE 68 64
RGB 254 104 100
HSL 98.72% 69.41%
HSB/HSV 60.63% 99.61%
CMYK 0.00% 59.06% 60.63%
0.39%

Color #FE6864 in popluar number systems.

HEX FE 68 64
Decimal 254 104 100
Binary 11111110 1101000 1100100
Octal 376 150 144

Shades and tints

Shades of #FE6864

#FE6864
(254,104,100)
#E75F5B
(231,95,91)
#D05652
(208,86,82)
#B94D49
(185,77,73)
#A24440
(162,68,64)
#8B3B37
(139,59,55)
#74322E
(116,50,46)
#5D2925
(93,41,37)
#46201C
(70,32,28)
#2F1713
(47,23,19)
#180E0A
(24,14,10)
#000000
(0,0,0)

Tints of #FE6864

#FE6864
(254,104,100)
#FE7572
(254,117,114)
#FE8280
(254,130,128)
#FE8F8E
(254,143,142)
#FE9C9C
(254,156,156)
#FEA9AA
(254,169,170)
#FEB6B8
(254,182,184)
#FEC3C6
(254,195,198)
#FED0D4
(254,208,212)
#FEDDE2
(254,221,226)
#FEEAF0
(254,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE6864 color. Also use rgb(254,104,100) instead hex code.

Text Font Color

.myTextColor { color: #FE6864; }

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

This text font color is #FE6864.

Background Color

.myBgColor { background-color: #FE6864; }

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

This div background color is #FE6864.

Border color

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

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

This div border color is #FE6864.

Opacity

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

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

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

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

This text has shadow with #FE6864 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE6864.

Preview

Color preview on black background

This text has color #FE6864 on black background.


Color preview on white background

This text has color #FE6864 on white background.


Black color preview on #FE6864 background

This text has black color on #FE6864 background.


White color preview on #FE6864 background

This text has white color on #FE6864 background.


Related colors

Complementary color

Complementary color for #hex is #01979B.


I love getcolorcode.com

Triadic colors

1 #64FE68 and #6864FE with #FE6864 are triadic colors.

2 #6468FE and #68FE64 with #FE6864 are triadic colors.