COLOR #FE828B

HEX: #FE828B
RGB: (254,130,139)

Color info

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

RGB color model

#FE828B color RGB value is (254,130,139).

  • red value is 254;
  • green value is 130;
  • blue value is 139.
RGB:
(254,130,139)
(100%,51%,55%)

RGB channels and saturation

R 254 of 255 = 100%
G 130 of 255 = 51%
B 139 of 255 = 55%

254
130
139

R + G + B ~ 69%. #FE828B is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 130 + 139 = 523 (100%)
R 254 of 523 ~ 48.57%
G 130 of 523 ~ 24.86%
B 139 of 523 ~ 26.58%

%48.57
%24.86
%26.58

CMYK color model

#FE828B color CMYK value is (0,49,45,0).

  • cyan value is 0.00%
  • magenta value is 48.82%
  • yellow value is 45.28%
  • key color value is 0.39%
CMYK:
(0,49,45,0)
C0M49Y45K0 
(0%,49%,45%,0%)
(0.00/0.49/0.45/0.00)	

CMYK percentages

%0
%48.82
%45.28
%0.39

Codes

Color #FE828B in popluar color models

FE828B
RGB254130139
HSL356°98.41%75.29%
HSB/HSV356°48.82%99.61%
CMYK0.00%48.82%45.28%
0.39%

Color #FE828B in popluar number systems.

HEXFE828B
Decimal254130139
Binary111111101000001010001011
Octal376202213

Shades and tints

Shades of #FE828B

#FE828B
(254,130,139)
#E7777F
(231,119,127)
#D06C73
(208,108,115)
#B96167
(185,97,103)
#A2565B
(162,86,91)
#8B4B4F
(139,75,79)
#744043
(116,64,67)
#5D3537
(93,53,55)
#462A2B
(70,42,43)
#2F1F1F
(47,31,31)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #FE828B

#FE828B
(254,130,139)
#FE8D95
(254,141,149)
#FE989F
(254,152,159)
#FEA3A9
(254,163,169)
#FEAEB3
(254,174,179)
#FEB9BD
(254,185,189)
#FEC4C7
(254,196,199)
#FECFD1
(254,207,209)
#FEDADB
(254,218,219)
#FEE5E5
(254,229,229)
#FEF0EF
(254,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE828B color. Also use rgb(254,130,139) instead hex code.

Text Font Color

.myTextColor { color: #FE828B; }

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

This text font color is #FE828B.


Background Color

.myBgColor { background-color: #FE828B; }

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

This div background color is #FE828B.


Border color

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

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

This div border color is #FE828B.


Opacity

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

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

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

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

This text has shadow with #FE828B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FE828B on black background.


Color preview on white background

This text has color #FE828B on white background.



Black color preview on #FE828B background

This text has black color on #FE828B background.


White color preview on #FE828B background

This text has white color on #FE828B background.