COLOR #FEC9A6

HEX: #FEC9A6
RGB: (254,201,166)

Renk bilgisi

#FEC9A6 contains mainly red and green colors. #FEC9A6 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FEC9A6 color RGB value is (254,201,166).

  • kırmız ton 254;
  • yeşil ton 201;
  • mavi ton 166.
RGB:
(254,201,166)
(100%,79%,65%)

RGB bağlantıları ve doygunluk

R 254 of 255 = 100%
G 201 of 255 = 79%
B 166 of 255 = 65%

254
201
166

R + G + B ~ 81%. #FEC9A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
254 + 201 + 166 = 621 (100%)
R 254 of 621 ~ 40.9%
G 201 of 621 ~ 32.37%
B 166 of 621 ~ 26.73%

%40.9
%32.37
%26.73

CMYK RENK MODELİ

#FEC9A6 rengi CMYK tonu (0,21,35,0).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.87%
  • sarı tonu 34.65%
  • ana renk tonu 0.39%
CMYK:
(0,21,35,0)
C0M21Y35K0 
(0%,21%,35%,0%)
(0.00/0.21/0.35/0.00)	

CMYK yüzdeleri

%0
%20.87
%34.65
%0.39

Codes

Color #FEC9A6 in popluar color models

FEC9A6
RGB254201166
HSL24°97.78%82.35%
HSB/HSV24°34.65%99.61%
CMYK0.00%20.87%34.65%
0.39%

Color #FEC9A6 in popluar number systems.

HEXFEC9A6
Decimal254201166
Binary111111101100100110100110
Octal376311246

Shades and tints

Shades of #FEC9A6

#FEC9A6
(254,201,166)
#E7B797
(231,183,151)
#D0A588
(208,165,136)
#B99379
(185,147,121)
#A2816A
(162,129,106)
#8B6F5B
(139,111,91)
#745D4C
(116,93,76)
#5D4B3D
(93,75,61)
#46392E
(70,57,46)
#2F271F
(47,39,31)
#181510
(24,21,16)
#000000
(0,0,0)

Tints of #FEC9A6

#FEC9A6
(254,201,166)
#FECDAE
(254,205,174)
#FED1B6
(254,209,182)
#FED5BE
(254,213,190)
#FED9C6
(254,217,198)
#FEDDCE
(254,221,206)
#FEE1D6
(254,225,214)
#FEE5DE
(254,229,222)
#FEE9E6
(254,233,230)
#FEEDEE
(254,237,238)
#FEF1F6
(254,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FEC9A6; }

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

This text font color is #FEC9A6.


Background Color

.myBgColor { background-color: #FEC9A6; }

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

This div background color is #FEC9A6.


Border color

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

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

This div border color is #FEC9A6.


Opacity

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

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

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

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

This text has shadow with #FEC9A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FEC9A6 on black background.


Color preview on white background

This text has color #FEC9A6 on white background.



Black color preview on #FEC9A6 background

This text has black color on #FEC9A6 background.


White color preview on #FEC9A6 background

This text has white color on #FEC9A6 background.