COLOR #FEBE92

HEX: #FEBE92
RGB: (254,190,146)

Color info

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

RGB color model

#FEBE92 color RGB value is (254,190,146).

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

RGB channels and saturation

R 254 of 255 = 100%
G 190 of 255 = 75%
B 146 of 255 = 57%

254
190
146

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

Portions of RGB colors in percentages

R + G + B =
254 + 190 + 146 = 590 (100%)
R 254 of 590 ~ 43.05%
G 190 of 590 ~ 32.2%
B 146 of 590 ~ 24.75%

%43.05
%32.2
%24.75

CMYK color model

#FEBE92 color CMYK value is (0,25,43,0).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 42.52%
  • key color value is 0.39%
CMYK:
(0,25,43,0)
C0M25Y43K0 
(0%,25%,43%,0%)
(0.00/0.25/0.43/0.00)	

CMYK percentages

%0
%25.2
%42.52
%0.39

Codes

Color #FEBE92 in popluar color models

FEBE92
RGB254190146
HSL24°98.18%78.43%
HSB/HSV24°42.52%99.61%
CMYK0.00%25.20%42.52%
0.39%

Color #FEBE92 in popluar number systems.

HEXFEBE92
Decimal254190146
Binary111111101011111010010010
Octal376276222

Shades and tints

Shades of #FEBE92

#FEBE92
(254,190,146)
#E7AD85
(231,173,133)
#D09C78
(208,156,120)
#B98B6B
(185,139,107)
#A27A5E
(162,122,94)
#8B6951
(139,105,81)
#745844
(116,88,68)
#5D4737
(93,71,55)
#46362A
(70,54,42)
#2F251D
(47,37,29)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #FEBE92

#FEBE92
(254,190,146)
#FEC39B
(254,195,155)
#FEC8A4
(254,200,164)
#FECDAD
(254,205,173)
#FED2B6
(254,210,182)
#FED7BF
(254,215,191)
#FEDCC8
(254,220,200)
#FEE1D1
(254,225,209)
#FEE6DA
(254,230,218)
#FEEBE3
(254,235,227)
#FEF0EC
(254,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBE92; }

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

This text font color is #FEBE92.


Background Color

.myBgColor { background-color: #FEBE92; }

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

This div background color is #FEBE92.


Border color

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

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

This div border color is #FEBE92.


Opacity

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

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

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

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

This text has shadow with #FEBE92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEBE92 on black background.


Color preview on white background

This text has color #FEBE92 on white background.



Black color preview on #FEBE92 background

This text has black color on #FEBE92 background.


White color preview on #FEBE92 background

This text has white color on #FEBE92 background.