COLOR #FECB93

HEX: #FECB93 RGB: (254,203,147)

Color info

#FECB93 contains mainly red and green colors. Web safe color of #FECB93 is #FFCC99 (or #FC9).

RGB color model

#FECB93 color RGB value is (254,203,147).

RGB: (254,203,147) (100%, 80%, 58%)

RGB channels and saturation

R 254 of 255 = 100%
G 203 of 255 = 80%
B 147 of 255 = 58%

254
203
147

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

Portions of RGB colors in percentages

R + G + B = 254 + 203 + 147 = 604 (100%)
R 254 of 604 ~ 42.05%
G 203 of 604 ~ 33.61%
B 147 of 604 ~ 24.34'%

%42.05
%33.61
%24.34

CMYK color model

#FECB93 color CMYK value is (0,20,42,0).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 42.13%
  • key color value is 0.39%

CMYK: (0,20,42,0)
C0M20Y42K0 (0%, 20%, 42%, 0%)
(0.00 / 0.20 / 0.42 / 0.00)

CMYK percentages

%0
%20.08
%42.13
%0.39

Codes

Color #FECB93 in popluar color models

FE CB 93
RGB 254 203 147
HSL 31° 98.17% 78.63%
HSB/HSV 31° 42.13% 99.61%
CMYK 0.00% 20.08% 42.13%
0.39%

Color #FECB93 in popluar number systems.

HEX FE CB 93
Decimal 254 203 147
Binary 11111110 11001011 10010011
Octal 376 313 223

Shades and tints

Shades of #FECB93

#FECB93
(254,203,147)
#E7B986
(231,185,134)
#D0A779
(208,167,121)
#B9956C
(185,149,108)
#A2835F
(162,131,95)
#8B7152
(139,113,82)
#745F45
(116,95,69)
#5D4D38
(93,77,56)
#463B2B
(70,59,43)
#2F291E
(47,41,30)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #FECB93

#FECB93
(254,203,147)
#FECF9C
(254,207,156)
#FED3A5
(254,211,165)
#FED7AE
(254,215,174)
#FEDBB7
(254,219,183)
#FEDFC0
(254,223,192)
#FEE3C9
(254,227,201)
#FEE7D2
(254,231,210)
#FEEBDB
(254,235,219)
#FEEFE4
(254,239,228)
#FEF3ED
(254,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECB93 color. Also use rgb(254,203,147) instead hex code.

Text Font Color

.myTextColor { color: #FECB93; }

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

This text font color is #FECB93.

Background Color

.myBgColor { background-color: #FECB93; }

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

This div background color is #FECB93.

Border color

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

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

This div border color is #FECB93.

Opacity

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

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

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

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

This text has shadow with #FECB93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FECB93.

Preview

Color preview on black background

This text has color #FECB93 on black background.


Color preview on white background

This text has color #FECB93 on white background.


Black color preview on #FECB93 background

This text has black color on #FECB93 background.


White color preview on #FECB93 background

This text has white color on #FECB93 background.


Related colors

Complementary color

Complementary color for #hex is #01346C.


I love getcolorcode.com

Triadic colors

1 #93FECB and #CB93FE with #FECB93 are triadic colors.

2 #93CBFE and #CBFE93 with #FECB93 are triadic colors.