COLOR #FEBB9E

HEX: #FEBB9E
RGB: (254,187,158)

Color info

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

RGB color model

#FEBB9E color RGB value is (254,187,158).

  • red value is 254;
  • green value is 187;
  • blue value is 158.
RGB:
(254,187,158)
(100%,73%,62%)

RGB channels and saturation

R 254 of 255 = 100%
G 187 of 255 = 73%
B 158 of 255 = 62%

254
187
158

R + G + B ~ 78%. #FEBB9E is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 187 + 158 = 599 (100%)
R 254 of 599 ~ 42.4%
G 187 of 599 ~ 31.22%
B 158 of 599 ~ 26.38%

%42.4
%31.22
%26.38

CMYK color model

#FEBB9E color CMYK value is (0,26,38,0).

  • cyan value is 0.00%
  • magenta value is 26.38%
  • yellow value is 37.80%
  • key color value is 0.39%
CMYK:
(0,26,38,0)
C0M26Y38K0 
(0%,26%,38%,0%)
(0.00/0.26/0.38/0.00)	

CMYK percentages

%0
%26.38
%37.8
%0.39

Codes

Color #FEBB9E in popluar color models

FEBB9E
RGB254187158
HSL18°97.96%80.78%
HSB/HSV18°37.80%99.61%
CMYK0.00%26.38%37.80%
0.39%

Color #FEBB9E in popluar number systems.

HEXFEBB9E
Decimal254187158
Binary111111101011101110011110
Octal376273236

Shades and tints

Shades of #FEBB9E

#FEBB9E
(254,187,158)
#E7AA90
(231,170,144)
#D09982
(208,153,130)
#B98874
(185,136,116)
#A27766
(162,119,102)
#8B6658
(139,102,88)
#74554A
(116,85,74)
#5D443C
(93,68,60)
#46332E
(70,51,46)
#2F2220
(47,34,32)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #FEBB9E

#FEBB9E
(254,187,158)
#FEC1A6
(254,193,166)
#FEC7AE
(254,199,174)
#FECDB6
(254,205,182)
#FED3BE
(254,211,190)
#FED9C6
(254,217,198)
#FEDFCE
(254,223,206)
#FEE5D6
(254,229,214)
#FEEBDE
(254,235,222)
#FEF1E6
(254,241,230)
#FEF7EE
(254,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBB9E; }

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

This text font color is #FEBB9E.


Background Color

.myBgColor { background-color: #FEBB9E; }

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

This div background color is #FEBB9E.


Border color

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

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

This div border color is #FEBB9E.


Opacity

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

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

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

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

This text has shadow with #FEBB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEBB9E on black background.


Color preview on white background

This text has color #FEBB9E on white background.



Black color preview on #FEBB9E background

This text has black color on #FEBB9E background.


White color preview on #FEBB9E background

This text has white color on #FEBB9E background.