COLOR #FE4CAA

HEX: #FE4CAA
RGB: (254,76,170)

Color info

#FE4CAA contains mainly red color. Web safe color of #FE4CAA is #FF3399 (or #F39).

RGB color model

#FE4CAA color RGB value is (254,76,170).

  • red value is 254;
  • green value is 76;
  • blue value is 170.
RGB:
(254,76,170)
(100%,30%,67%)

RGB channels and saturation

R 254 of 255 = 100%
G 76 of 255 = 30%
B 170 of 255 = 67%

254
76
170

R + G + B ~ 66%. #FE4CAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 76 + 170 = 500 (100%)
R 254 of 500 ~ 50.8%
G 76 of 500 ~ 15.2%
B 170 of 500 ~ 34%

%50.8
%15.2
%34

CMYK color model

#FE4CAA color CMYK value is (0,70,33,0).

  • cyan value is 0.00%
  • magenta value is 70.08%
  • yellow value is 33.07%
  • key color value is 0.39%
CMYK:
(0,70,33,0)
C0M70Y33K0 
(0%,70%,33%,0%)
(0.00/0.70/0.33/0.00)	

CMYK percentages

%0
%70.08
%33.07
%0.39

Codes

Color #FE4CAA in popluar color models

FE4CAA
RGB25476170
HSL328°98.89%64.71%
HSB/HSV328°70.08%99.61%
CMYK0.00%70.08%33.07%
0.39%

Color #FE4CAA in popluar number systems.

HEXFE4CAA
Decimal25476170
Binary11111110100110010101010
Octal376114252

Shades and tints

Shades of #FE4CAA

#FE4CAA
(254,76,170)
#E7469B
(231,70,155)
#D0408C
(208,64,140)
#B93A7D
(185,58,125)
#A2346E
(162,52,110)
#8B2E5F
(139,46,95)
#742850
(116,40,80)
#5D2241
(93,34,65)
#461C32
(70,28,50)
#2F1623
(47,22,35)
#181014
(24,16,20)
#000000
(0,0,0)

Tints of #FE4CAA

#FE4CAA
(254,76,170)
#FE5CB1
(254,92,177)
#FE6CB8
(254,108,184)
#FE7CBF
(254,124,191)
#FE8CC6
(254,140,198)
#FE9CCD
(254,156,205)
#FEACD4
(254,172,212)
#FEBCDB
(254,188,219)
#FECCE2
(254,204,226)
#FEDCE9
(254,220,233)
#FEECF0
(254,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE4CAA color. Also use rgb(254,76,170) instead hex code.

Text Font Color

.myTextColor { color: #FE4CAA; }

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

This text font color is #FE4CAA.


Background Color

.myBgColor { background-color: #FE4CAA; }

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

This div background color is #FE4CAA.


Border color

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

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

This div border color is #FE4CAA.


Opacity

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

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

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

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

This text has shadow with #FE4CAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE4CAA on black background.


Color preview on white background

This text has color #FE4CAA on white background.



Black color preview on #FE4CAA background

This text has black color on #FE4CAA background.


White color preview on #FE4CAA background

This text has white color on #FE4CAA background.