COLOR #FEA7BE

HEX: #FEA7BE
RGB: (254,167,190)

Color info

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

RGB color model

#FEA7BE color RGB value is (254,167,190).

  • red value is 254;
  • green value is 167;
  • blue value is 190.
RGB:
(254,167,190)
(100%,65%,75%)

RGB channels and saturation

R 254 of 255 = 100%
G 167 of 255 = 65%
B 190 of 255 = 75%

254
167
190

R + G + B ~ 80%. #FEA7BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 167 + 190 = 611 (100%)
R 254 of 611 ~ 41.57%
G 167 of 611 ~ 27.33%
B 190 of 611 ~ 31.1%

%41.57
%27.33
%31.1

CMYK color model

#FEA7BE color CMYK value is (0,34,25,0).

  • cyan value is 0.00%
  • magenta value is 34.25%
  • yellow value is 25.20%
  • key color value is 0.39%
CMYK:
(0,34,25,0)
C0M34Y25K0 
(0%,34%,25%,0%)
(0.00/0.34/0.25/0.00)	

CMYK percentages

%0
%34.25
%25.2
%0.39

Codes

Color #FEA7BE in popluar color models

FEA7BE
RGB254167190
HSL344°97.75%82.55%
HSB/HSV344°34.25%99.61%
CMYK0.00%34.25%25.20%
0.39%

Color #FEA7BE in popluar number systems.

HEXFEA7BE
Decimal254167190
Binary111111101010011110111110
Octal376247276

Shades and tints

Shades of #FEA7BE

#FEA7BE
(254,167,190)
#E798AD
(231,152,173)
#D0899C
(208,137,156)
#B97A8B
(185,122,139)
#A26B7A
(162,107,122)
#8B5C69
(139,92,105)
#744D58
(116,77,88)
#5D3E47
(93,62,71)
#462F36
(70,47,54)
#2F2025
(47,32,37)
#181114
(24,17,20)
#000000
(0,0,0)

Tints of #FEA7BE

#FEA7BE
(254,167,190)
#FEAFC3
(254,175,195)
#FEB7C8
(254,183,200)
#FEBFCD
(254,191,205)
#FEC7D2
(254,199,210)
#FECFD7
(254,207,215)
#FED7DC
(254,215,220)
#FEDFE1
(254,223,225)
#FEE7E6
(254,231,230)
#FEEFEB
(254,239,235)
#FEF7F0
(254,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEA7BE color. Also use rgb(254,167,190) instead hex code.

Text Font Color

.myTextColor { color: #FEA7BE; }

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

This text font color is #FEA7BE.


Background Color

.myBgColor { background-color: #FEA7BE; }

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

This div background color is #FEA7BE.


Border color

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

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

This div border color is #FEA7BE.


Opacity

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

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

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

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

This text has shadow with #FEA7BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEA7BE on black background.


Color preview on white background

This text has color #FEA7BE on white background.



Black color preview on #FEA7BE background

This text has black color on #FEA7BE background.


White color preview on #FEA7BE background

This text has white color on #FEA7BE background.