COLOR #FEA1B6

HEX: #FEA1B6
RGB: (254,161,182)

Color info

#FEA1B6 contains mainly red color. Web safe color of #FEA1B6 is #FF99CC (or #F9C).

RGB color model

#FEA1B6 color RGB value is (254,161,182).

  • red value is 254;
  • green value is 161;
  • blue value is 182.
RGB:
(254,161,182)
(100%,63%,71%)

RGB channels and saturation

R 254 of 255 = 100%
G 161 of 255 = 63%
B 182 of 255 = 71%

254
161
182

R + G + B ~ 78%. #FEA1B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 161 + 182 = 597 (100%)
R 254 of 597 ~ 42.55%
G 161 of 597 ~ 26.97%
B 182 of 597 ~ 30.49%

%42.55
%26.97
%30.49

CMYK color model

#FEA1B6 color CMYK value is (0,37,28,0).

  • cyan value is 0.00%
  • magenta value is 36.61%
  • yellow value is 28.35%
  • key color value is 0.39%
CMYK:
(0,37,28,0)
C0M37Y28K0 
(0%,37%,28%,0%)
(0.00/0.37/0.28/0.00)	

CMYK percentages

%0
%36.61
%28.35
%0.39

Codes

Color #FEA1B6 in popluar color models

FEA1B6
RGB254161182
HSL346°97.89%81.37%
HSB/HSV346°36.61%99.61%
CMYK0.00%36.61%28.35%
0.39%

Color #FEA1B6 in popluar number systems.

HEXFEA1B6
Decimal254161182
Binary111111101010000110110110
Octal376241266

Shades and tints

Shades of #FEA1B6

#FEA1B6
(254,161,182)
#E793A6
(231,147,166)
#D08596
(208,133,150)
#B97786
(185,119,134)
#A26976
(162,105,118)
#8B5B66
(139,91,102)
#744D56
(116,77,86)
#5D3F46
(93,63,70)
#463136
(70,49,54)
#2F2326
(47,35,38)
#181516
(24,21,22)
#000000
(0,0,0)

Tints of #FEA1B6

#FEA1B6
(254,161,182)
#FEA9BC
(254,169,188)
#FEB1C2
(254,177,194)
#FEB9C8
(254,185,200)
#FEC1CE
(254,193,206)
#FEC9D4
(254,201,212)
#FED1DA
(254,209,218)
#FED9E0
(254,217,224)
#FEE1E6
(254,225,230)
#FEE9EC
(254,233,236)
#FEF1F2
(254,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA1B6 color. Also use rgb(254,161,182) instead hex code.

Text Font Color

.myTextColor { color: #FEA1B6; }

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

This text font color is #FEA1B6.


Background Color

.myBgColor { background-color: #FEA1B6; }

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

This div background color is #FEA1B6.


Border color

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

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

This div border color is #FEA1B6.


Opacity

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

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

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

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

This text has shadow with #FEA1B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA1B6 on black background.


Color preview on white background

This text has color #FEA1B6 on white background.



Black color preview on #FEA1B6 background

This text has black color on #FEA1B6 background.


White color preview on #FEA1B6 background

This text has white color on #FEA1B6 background.