COLOR #FECB8A

HEX: #FECB8A
RGB: (254,203,138)

Color info

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

RGB color model

#FECB8A color RGB value is (254,203,138).

  • red value is 254;
  • green value is 203;
  • blue value is 138.
RGB:
(254,203,138)
(100%,80%,54%)

RGB channels and saturation

R 254 of 255 = 100%
G 203 of 255 = 80%
B 138 of 255 = 54%

254
203
138

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

Portions of RGB colors in percentages

R + G + B =
254 + 203 + 138 = 595 (100%)
R 254 of 595 ~ 42.69%
G 203 of 595 ~ 34.12%
B 138 of 595 ~ 23.19%

%42.69
%34.12
%23.19

CMYK color model

#FECB8A color CMYK value is (0,20,46,0).

  • cyan value is 0.00%
  • magenta value is 20.08%
  • yellow value is 45.67%
  • key color value is 0.39%
CMYK:
(0,20,46,0)
C0M20Y46K0 
(0%,20%,46%,0%)
(0.00/0.20/0.46/0.00)	

CMYK percentages

%0
%20.08
%45.67
%0.39

Codes

Color #FECB8A in popluar color models

FECB8A
RGB254203138
HSL34°98.31%76.86%
HSB/HSV34°45.67%99.61%
CMYK0.00%20.08%45.67%
0.39%

Color #FECB8A in popluar number systems.

HEXFECB8A
Decimal254203138
Binary111111101100101110001010
Octal376313212

Shades and tints

Shades of #FECB8A

#FECB8A
(254,203,138)
#E7B97E
(231,185,126)
#D0A772
(208,167,114)
#B99566
(185,149,102)
#A2835A
(162,131,90)
#8B714E
(139,113,78)
#745F42
(116,95,66)
#5D4D36
(93,77,54)
#463B2A
(70,59,42)
#2F291E
(47,41,30)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #FECB8A

#FECB8A
(254,203,138)
#FECF94
(254,207,148)
#FED39E
(254,211,158)
#FED7A8
(254,215,168)
#FEDBB2
(254,219,178)
#FEDFBC
(254,223,188)
#FEE3C6
(254,227,198)
#FEE7D0
(254,231,208)
#FEEBDA
(254,235,218)
#FEEFE4
(254,239,228)
#FEF3EE
(254,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FECB8A; }

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

This text font color is #FECB8A.


Background Color

.myBgColor { background-color: #FECB8A; }

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

This div background color is #FECB8A.


Border color

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

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

This div border color is #FECB8A.


Opacity

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

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

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

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

This text has shadow with #FECB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FECB8A on black background.


Color preview on white background

This text has color #FECB8A on white background.



Black color preview on #FECB8A background

This text has black color on #FECB8A background.


White color preview on #FECB8A background

This text has white color on #FECB8A background.