COLOR #FE93AA

HEX: #FE93AA RGB: (254,147,170)

Color info

#FE93AA contains mainly red color. Web safe color of #FE93AA is #FF9999 (or #F99).

RGB color model

#FE93AA color RGB value is (254,147,170).

RGB: (254,147,170) (100%, 58%, 67%)

RGB channels and saturation

R 254 of 255 = 100%
G 147 of 255 = 58%
B 170 of 255 = 67%

254
147
170

R + G + B ~ 75%. #FE93AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 147 + 170 = 571 (100%)
R 254 of 571 ~ 44.48%
G 147 of 571 ~ 25.74%
B 170 of 571 ~ 29.77'%

%44.48
%25.74
%29.77

CMYK color model

#FE93AA color CMYK value is (0,42,33,0).

  • cyan value is 0.00%
  • magenta value is 42.13%
  • yellow value is 33.07%
  • key color value is 0.39%

CMYK: (0,42,33,0)
C0M42Y33K0 (0%, 42%, 33%, 0%)
(0.00 / 0.42 / 0.33 / 0.00)

CMYK percentages

%0
%42.13
%33.07
%0.39

Codes

Color #FE93AA in popluar color models

FE 93 AA
RGB 254 147 170
HSL 347° 98.17% 78.63%
HSB/HSV 347° 42.13% 99.61%
CMYK 0.00% 42.13% 33.07%
0.39%

Color #FE93AA in popluar number systems.

HEX FE 93 AA
Decimal 254 147 170
Binary 11111110 10010011 10101010
Octal 376 223 252

Shades and tints

Shades of #FE93AA

#FE93AA
(254,147,170)
#E7869B
(231,134,155)
#D0798C
(208,121,140)
#B96C7D
(185,108,125)
#A25F6E
(162,95,110)
#8B525F
(139,82,95)
#744550
(116,69,80)
#5D3841
(93,56,65)
#462B32
(70,43,50)
#2F1E23
(47,30,35)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #FE93AA

#FE93AA
(254,147,170)
#FE9CB1
(254,156,177)
#FEA5B8
(254,165,184)
#FEAEBF
(254,174,191)
#FEB7C6
(254,183,198)
#FEC0CD
(254,192,205)
#FEC9D4
(254,201,212)
#FED2DB
(254,210,219)
#FEDBE2
(254,219,226)
#FEE4E9
(254,228,233)
#FEEDF0
(254,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FE93AA; }

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

This text font color is #FE93AA.

Background Color

.myBgColor { background-color: #FE93AA; }

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

This div background color is #FE93AA.

Border color

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

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

This div border color is #FE93AA.

Opacity

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

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

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

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

This text has shadow with #FE93AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FE93AA.

Preview

Color preview on black background

This text has color #FE93AA on black background.


Color preview on white background

This text has color #FE93AA on white background.


Black color preview on #FE93AA background

This text has black color on #FE93AA background.


White color preview on #FE93AA background

This text has white color on #FE93AA background.


Related colors

Complementary color

Complementary color for #hex is #016C55.


I love getcolorcode.com

Triadic colors

1 #AAFE93 and #93AAFE with #FE93AA are triadic colors.

2 #AA93FE and #93FEAA with #FE93AA are triadic colors.