COLOR #FEBC97

HEX: #FEBC97 RGB: (254,188,151)

Color info

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

RGB color model

#FEBC97 color RGB value is (254,188,151).

RGB: (254,188,151) (100%, 74%, 59%)

RGB channels and saturation

R 254 of 255 = 100%
G 188 of 255 = 74%
B 151 of 255 = 59%

254
188
151

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

Portions of RGB colors in percentages

R + G + B = 254 + 188 + 151 = 593 (100%)
R 254 of 593 ~ 42.83%
G 188 of 593 ~ 31.7%
B 151 of 593 ~ 25.46'%

%42.83
%31.7
%25.46

CMYK color model

#FEBC97 color CMYK value is (0,26,41,0).

  • cyan value is 0.00%
  • magenta value is 25.98%
  • yellow value is 40.55%
  • key color value is 0.39%
CMYK: (0,26,41,0) C0M26Y41K0 (0%,26%,41%,0%) (0.00/0.26/0.41/0.00) 

CMYK percentages

%0
%25.98
%40.55
%0.39

Codes

Color #FEBC97 in popluar color models

FE BC 97
RGB 254 188 151
HSL 22° 98.10% 79.41%
HSB/HSV 22° 40.55% 99.61%
CMYK 0.00% 25.98% 40.55%
0.39%

Color #FEBC97 in popluar number systems.

HEX FE BC 97
Decimal 254 188 151
Binary 11111110 10111100 10010111
Octal 376 274 227

Shades and tints

Shades of #FEBC97

#FEBC97
(254,188,151)
#E7AB8A
(231,171,138)
#D09A7D
(208,154,125)
#B98970
(185,137,112)
#A27863
(162,120,99)
#8B6756
(139,103,86)
#745649
(116,86,73)
#5D453C
(93,69,60)
#46342F
(70,52,47)
#2F2322
(47,35,34)
#181215
(24,18,21)
#000000
(0,0,0)

Tints of #FEBC97

#FEBC97
(254,188,151)
#FEC2A0
(254,194,160)
#FEC8A9
(254,200,169)
#FECEB2
(254,206,178)
#FED4BB
(254,212,187)
#FEDAC4
(254,218,196)
#FEE0CD
(254,224,205)
#FEE6D6
(254,230,214)
#FEECDF
(254,236,223)
#FEF2E8
(254,242,232)
#FEF8F1
(254,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEBC97; }

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

This text font color is #FEBC97.

Background Color

.myBgColor { background-color: #FEBC97; }

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

This div background color is #FEBC97.

Border color

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

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

This div border color is #FEBC97.

Opacity

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

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

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

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

This text has shadow with #FEBC97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FEBC97.

Preview

Color preview on black background

This text has color #FEBC97 on black background.


Color preview on white background

This text has color #FEBC97 on white background.


Black color preview on #FEBC97 background

This text has black color on #FEBC97 background.


White color preview on #FEBC97 background

This text has white color on #FEBC97 background.


Related colors

Complementary color

Complementary color for #hex is #014368.


I love getcolorcode.com

Triadic colors

1 #97FEBC and #BC97FE with #FEBC97 are triadic colors.

2 #97BCFE and #BCFE97 with #FEBC97 are triadic colors.