COLOR #FEBE9E

HEX: #FEBE9E RGB: (254,190,158)

Color info

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

RGB color model

#FEBE9E color RGB value is (254,190,158).

RGB: (254,190,158) (100%, 75%, 62%)

RGB channels and saturation

R 254 of 255 = 100%
G 190 of 255 = 75%
B 158 of 255 = 62%

254
190
158

R + G + B ~ 79%. #FEBE9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 254 + 190 + 158 = 602 (100%)
R 254 of 602 ~ 42.19%
G 190 of 602 ~ 31.56%
B 158 of 602 ~ 26.25'%

%42.19
%31.56
%26.25

CMYK color model

#FEBE9E color CMYK value is (0,25,38,0).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 37.80%
  • key color value is 0.39%

CMYK: (0,25,38,0)
C0M25Y38K0 (0%, 25%, 38%, 0%)
(0.00 / 0.25 / 0.38 / 0.00)

CMYK percentages

%0
%25.2
%37.8
%0.39

Codes

Color #FEBE9E in popluar color models

FE BE 9E
RGB 254 190 158
HSL 20° 97.96% 80.78%
HSB/HSV 20° 37.80% 99.61%
CMYK 0.00% 25.20% 37.80%
0.39%

Color #FEBE9E in popluar number systems.

HEX FE BE 9E
Decimal 254 190 158
Binary 11111110 10111110 10011110
Octal 376 276 236

Shades and tints

Shades of #FEBE9E

#FEBE9E
(254,190,158)
#E7AD90
(231,173,144)
#D09C82
(208,156,130)
#B98B74
(185,139,116)
#A27A66
(162,122,102)
#8B6958
(139,105,88)
#74584A
(116,88,74)
#5D473C
(93,71,60)
#46362E
(70,54,46)
#2F2520
(47,37,32)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #FEBE9E

#FEBE9E
(254,190,158)
#FEC3A6
(254,195,166)
#FEC8AE
(254,200,174)
#FECDB6
(254,205,182)
#FED2BE
(254,210,190)
#FED7C6
(254,215,198)
#FEDCCE
(254,220,206)
#FEE1D6
(254,225,214)
#FEE6DE
(254,230,222)
#FEEBE6
(254,235,230)
#FEF0EE
(254,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBE9E; }

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

This text font color is #FEBE9E.

Background Color

.myBgColor { background-color: #FEBE9E; }

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

This div background color is #FEBE9E.

Border color

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

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

This div border color is #FEBE9E.

Opacity

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

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

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

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

This text has shadow with #FEBE9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBE9E.

Preview

Color preview on black background

This text has color #FEBE9E on black background.


Color preview on white background

This text has color #FEBE9E on white background.


Black color preview on #FEBE9E background

This text has black color on #FEBE9E background.


White color preview on #FEBE9E background

This text has white color on #FEBE9E background.


Related colors

Complementary color

Complementary color for #hex is #014161.


I love getcolorcode.com

Triadic colors

1 #9EFEBE and #BE9EFE with #FEBE9E are triadic colors.

2 #9EBEFE and #BEFE9E with #FEBE9E are triadic colors.