COLOR #FEB894

HEX: #FEB894
RGB: (254,184,148)

Color info

#FEB894 contains mainly red color. Web safe color of #FEB894 is #FFCC99 (or #FC9).

RGB color model

#FEB894 color RGB value is (254,184,148).

  • red value is 254;
  • green value is 184;
  • blue value is 148.
RGB:
(254,184,148)
(100%,72%,58%)

RGB channels and saturation

R 254 of 255 = 100%
G 184 of 255 = 72%
B 148 of 255 = 58%

254
184
148

R + G + B ~ 77%. #FEB894 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 184 + 148 = 586 (100%)
R 254 of 586 ~ 43.34%
G 184 of 586 ~ 31.4%
B 148 of 586 ~ 25.26%

%43.34
%31.4
%25.26

CMYK color model

#FEB894 color CMYK value is (0,28,42,0).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 41.73%
  • key color value is 0.39%
CMYK:
(0,28,42,0)
C0M28Y42K0 
(0%,28%,42%,0%)
(0.00/0.28/0.42/0.00)	

CMYK percentages

%0
%27.56
%41.73
%0.39

Codes

Color #FEB894 in popluar color models

FEB894
RGB254184148
HSL20°98.15%78.82%
HSB/HSV20°41.73%99.61%
CMYK0.00%27.56%41.73%
0.39%

Color #FEB894 in popluar number systems.

HEXFEB894
Decimal254184148
Binary111111101011100010010100
Octal376270224

Shades and tints

Shades of #FEB894

#FEB894
(254,184,148)
#E7A887
(231,168,135)
#D0987A
(208,152,122)
#B9886D
(185,136,109)
#A27860
(162,120,96)
#8B6853
(139,104,83)
#745846
(116,88,70)
#5D4839
(93,72,57)
#46382C
(70,56,44)
#2F281F
(47,40,31)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #FEB894

#FEB894
(254,184,148)
#FEBE9D
(254,190,157)
#FEC4A6
(254,196,166)
#FECAAF
(254,202,175)
#FED0B8
(254,208,184)
#FED6C1
(254,214,193)
#FEDCCA
(254,220,202)
#FEE2D3
(254,226,211)
#FEE8DC
(254,232,220)
#FEEEE5
(254,238,229)
#FEF4EE
(254,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FEB894 color. Also use rgb(254,184,148) instead hex code.

Text Font Color

.myTextColor { color: #FEB894; }

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

This text font color is #FEB894.


Background Color

.myBgColor { background-color: #FEB894; }

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

This div background color is #FEB894.


Border color

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

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

This div border color is #FEB894.


Opacity

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

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

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

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

This text has shadow with #FEB894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEB894 on black background.


Color preview on white background

This text has color #FEB894 on white background.



Black color preview on #FEB894 background

This text has black color on #FEB894 background.


White color preview on #FEB894 background

This text has white color on #FEB894 background.