COLOR #FEA4B2

HEX: #FEA4B2 RGB: (254,164,178)

Color info

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

RGB color model

#FEA4B2 color RGB value is (254,164,178).

RGB: (254,164,178) (100%, 64%, 70%)

RGB channels and saturation

R 254 of 255 = 100%
G 164 of 255 = 64%
B 178 of 255 = 70%

254
164
178

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

Portions of RGB colors in percentages

R + G + B = 254 + 164 + 178 = 596 (100%)
R 254 of 596 ~ 42.62%
G 164 of 596 ~ 27.52%
B 178 of 596 ~ 29.87'%

%42.62
%27.52
%29.87

CMYK color model

#FEA4B2 color CMYK value is (0,35,30,0).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 29.92%
  • key color value is 0.39%

CMYK: (0,35,30,0)
C0M35Y30K0 (0%, 35%, 30%, 0%)
(0.00 / 0.35 / 0.30 / 0.00)

CMYK percentages

%0
%35.43
%29.92
%0.39

Codes

Color #FEA4B2 in popluar color models

FE A4 B2
RGB 254 164 178
HSL 351° 97.83% 81.96%
HSB/HSV 351° 35.43% 99.61%
CMYK 0.00% 35.43% 29.92%
0.39%

Color #FEA4B2 in popluar number systems.

HEX FE A4 B2
Decimal 254 164 178
Binary 11111110 10100100 10110010
Octal 376 244 262

Shades and tints

Shades of #FEA4B2

#FEA4B2
(254,164,178)
#E796A2
(231,150,162)
#D08892
(208,136,146)
#B97A82
(185,122,130)
#A26C72
(162,108,114)
#8B5E62
(139,94,98)
#745052
(116,80,82)
#5D4242
(93,66,66)
#463432
(70,52,50)
#2F2622
(47,38,34)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #FEA4B2

#FEA4B2
(254,164,178)
#FEACB9
(254,172,185)
#FEB4C0
(254,180,192)
#FEBCC7
(254,188,199)
#FEC4CE
(254,196,206)
#FECCD5
(254,204,213)
#FED4DC
(254,212,220)
#FEDCE3
(254,220,227)
#FEE4EA
(254,228,234)
#FEECF1
(254,236,241)
#FEF4F8
(254,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA4B2 color. Also use rgb(254,164,178) instead hex code.

Text Font Color

.myTextColor { color: #FEA4B2; }

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

This text font color is #FEA4B2.

Background Color

.myBgColor { background-color: #FEA4B2; }

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

This div background color is #FEA4B2.

Border color

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

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

This div border color is #FEA4B2.

Opacity

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

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

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

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

This text has shadow with #FEA4B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEA4B2.

Preview

Color preview on black background

This text has color #FEA4B2 on black background.


Color preview on white background

This text has color #FEA4B2 on white background.


Black color preview on #FEA4B2 background

This text has black color on #FEA4B2 background.


White color preview on #FEA4B2 background

This text has white color on #FEA4B2 background.


Related colors

Complementary color

Complementary color for #hex is #015B4D.


I love getcolorcode.com

Triadic colors

1 #B2FEA4 and #A4B2FE with #FEA4B2 are triadic colors.

2 #B2A4FE and #A4FEB2 with #FEA4B2 are triadic colors.