COLOR #FEBE97

HEX: #FEBE97
RGB: (254,190,151)

Color info

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

RGB color model

#FEBE97 color RGB value is (254,190,151).

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

RGB channels and saturation

R 254 of 255 = 100%
G 190 of 255 = 75%
B 151 of 255 = 59%

254
190
151

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

Portions of RGB colors in percentages

R + G + B =
254 + 190 + 151 = 595 (100%)
R 254 of 595 ~ 42.69%
G 190 of 595 ~ 31.93%
B 151 of 595 ~ 25.38%

%42.69
%31.93
%25.38

CMYK color model

#FEBE97 color CMYK value is (0,25,41,0).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 40.55%
  • key color value is 0.39%
CMYK:
(0,25,41,0)
C0M25Y41K0 
(0%,25%,41%,0%)
(0.00/0.25/0.41/0.00)	

CMYK percentages

%0
%25.2
%40.55
%0.39

Codes

Color #FEBE97 in popluar color models

FEBE97
RGB254190151
HSL23°98.10%79.41%
HSB/HSV23°40.55%99.61%
CMYK0.00%25.20%40.55%
0.39%

Color #FEBE97 in popluar number systems.

HEXFEBE97
Decimal254190151
Binary111111101011111010010111
Octal376276227

Shades and tints

Shades of #FEBE97

#FEBE97
(254,190,151)
#E7AD8A
(231,173,138)
#D09C7D
(208,156,125)
#B98B70
(185,139,112)
#A27A63
(162,122,99)
#8B6956
(139,105,86)
#745849
(116,88,73)
#5D473C
(93,71,60)
#46362F
(70,54,47)
#2F2522
(47,37,34)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #FEBE97

#FEBE97
(254,190,151)
#FEC3A0
(254,195,160)
#FEC8A9
(254,200,169)
#FECDB2
(254,205,178)
#FED2BB
(254,210,187)
#FED7C4
(254,215,196)
#FEDCCD
(254,220,205)
#FEE1D6
(254,225,214)
#FEE6DF
(254,230,223)
#FEEBE8
(254,235,232)
#FEF0F1
(254,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBE97; }

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

This text font color is #FEBE97.


Background Color

.myBgColor { background-color: #FEBE97; }

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

This div background color is #FEBE97.


Border color

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

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

This div border color is #FEBE97.


Opacity

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

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

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

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

This text has shadow with #FEBE97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEBE97 on black background.


Color preview on white background

This text has color #FEBE97 on white background.



Black color preview on #FEBE97 background

This text has black color on #FEBE97 background.


White color preview on #FEBE97 background

This text has white color on #FEBE97 background.