COLOR #FE4B65

HEX: #FE4B65
RGB: (254,75,101)

Color info

#FE4B65 contains mainly red color. Web safe color of #FE4B65 is #FF3366 (or #F36).

RGB color model

#FE4B65 color RGB value is (254,75,101).

  • red value is 254;
  • green value is 75;
  • blue value is 101.
RGB:
(254,75,101)
(100%,29%,40%)

RGB channels and saturation

R 254 of 255 = 100%
G 75 of 255 = 29%
B 101 of 255 = 40%

254
75
101

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

Portions of RGB colors in percentages

R + G + B =
254 + 75 + 101 = 430 (100%)
R 254 of 430 ~ 59.07%
G 75 of 430 ~ 17.44%
B 101 of 430 ~ 23.49%

%59.07
%17.44
%23.49

CMYK color model

#FE4B65 color CMYK value is (0,70,60,0).

  • cyan value is 0.00%
  • magenta value is 70.47%
  • yellow value is 60.24%
  • key color value is 0.39%
CMYK:
(0,70,60,0)
C0M70Y60K0 
(0%,70%,60%,0%)
(0.00/0.70/0.60/0.00)	

CMYK percentages

%0
%70.47
%60.24
%0.39

Codes

Color #FE4B65 in popluar color models

FE4B65
RGB25475101
HSL351°98.90%64.51%
HSB/HSV351°70.47%99.61%
CMYK0.00%70.47%60.24%
0.39%

Color #FE4B65 in popluar number systems.

HEXFE4B65
Decimal25475101
Binary1111111010010111100101
Octal376113145

Shades and tints

Shades of #FE4B65

#FE4B65
(254,75,101)
#E7455C
(231,69,92)
#D03F53
(208,63,83)
#B9394A
(185,57,74)
#A23341
(162,51,65)
#8B2D38
(139,45,56)
#74272F
(116,39,47)
#5D2126
(93,33,38)
#461B1D
(70,27,29)
#2F1514
(47,21,20)
#180F0B
(24,15,11)
#000000
(0,0,0)

Tints of #FE4B65

#FE4B65
(254,75,101)
#FE5B73
(254,91,115)
#FE6B81
(254,107,129)
#FE7B8F
(254,123,143)
#FE8B9D
(254,139,157)
#FE9BAB
(254,155,171)
#FEABB9
(254,171,185)
#FEBBC7
(254,187,199)
#FECBD5
(254,203,213)
#FEDBE3
(254,219,227)
#FEEBF1
(254,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE4B65 color. Also use rgb(254,75,101) instead hex code.

Text Font Color

.myTextColor { color: #FE4B65; }

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

This text font color is #FE4B65.


Background Color

.myBgColor { background-color: #FE4B65; }

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

This div background color is #FE4B65.


Border color

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

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

This div border color is #FE4B65.


Opacity

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

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

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

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

This text has shadow with #FE4B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE4B65 on black background.


Color preview on white background

This text has color #FE4B65 on white background.



Black color preview on #FE4B65 background

This text has black color on #FE4B65 background.


White color preview on #FE4B65 background

This text has white color on #FE4B65 background.