COLOR #FECCA6

HEX: #FECCA6
RGB: (254,204,166)

Color info

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

RGB color model

#FECCA6 color RGB value is (254,204,166).

  • red value is 254;
  • green value is 204;
  • blue value is 166.
RGB:
(254,204,166)
(100%,80%,65%)

RGB channels and saturation

R 254 of 255 = 100%
G 204 of 255 = 80%
B 166 of 255 = 65%

254
204
166

R + G + B ~ 82%. #FECCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
254 + 204 + 166 = 624 (100%)
R 254 of 624 ~ 40.71%
G 204 of 624 ~ 32.69%
B 166 of 624 ~ 26.6%

%40.71
%32.69
%26.6

CMYK color model

#FECCA6 color CMYK value is (0,20,35,0).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 34.65%
  • key color value is 0.39%
CMYK:
(0,20,35,0)
C0M20Y35K0 
(0%,20%,35%,0%)
(0.00/0.20/0.35/0.00)	

CMYK percentages

%0
%19.69
%34.65
%0.39

Codes

Color #FECCA6 in popluar color models

FECCA6
RGB254204166
HSL26°97.78%82.35%
HSB/HSV26°34.65%99.61%
CMYK0.00%19.69%34.65%
0.39%

Color #FECCA6 in popluar number systems.

HEXFECCA6
Decimal254204166
Binary111111101100110010100110
Octal376314246

Shades and tints

Shades of #FECCA6

#FECCA6
(254,204,166)
#E7BA97
(231,186,151)
#D0A888
(208,168,136)
#B99679
(185,150,121)
#A2846A
(162,132,106)
#8B725B
(139,114,91)
#74604C
(116,96,76)
#5D4E3D
(93,78,61)
#463C2E
(70,60,46)
#2F2A1F
(47,42,31)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #FECCA6

#FECCA6
(254,204,166)
#FED0AE
(254,208,174)
#FED4B6
(254,212,182)
#FED8BE
(254,216,190)
#FEDCC6
(254,220,198)
#FEE0CE
(254,224,206)
#FEE4D6
(254,228,214)
#FEE8DE
(254,232,222)
#FEECE6
(254,236,230)
#FEF0EE
(254,240,238)
#FEF4F6
(254,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FECCA6 color. Also use rgb(254,204,166) instead hex code.

Text Font Color

.myTextColor { color: #FECCA6; }

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

This text font color is #FECCA6.


Background Color

.myBgColor { background-color: #FECCA6; }

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

This div background color is #FECCA6.


Border color

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

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

This div border color is #FECCA6.


Opacity

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

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

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

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

This text has shadow with #FECCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FECCA6 on black background.


Color preview on white background

This text has color #FECCA6 on white background.



Black color preview on #FECCA6 background

This text has black color on #FECCA6 background.


White color preview on #FECCA6 background

This text has white color on #FECCA6 background.