COLOR #F9C1A6

HEX: #F9C1A6
RGB: (249,193,166)

Renk bilgisi

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

RGB renk modeli

#F9C1A6 color RGB value is (249,193,166).

  • kırmız ton 249;
  • yeşil ton 193;
  • mavi ton 166.
RGB:
(249,193,166)
(98%,76%,65%)

RGB bağlantıları ve doygunluk

R 249 of 255 = 98%
G 193 of 255 = 76%
B 166 of 255 = 65%

249
193
166

R + G + B ~ 80%. #F9C1A6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
249 + 193 + 166 = 608 (100%)
R 249 of 608 ~ 40.95%
G 193 of 608 ~ 31.74%
B 166 of 608 ~ 27.3%

%40.95
%31.74
%27.3

CMYK RENK MODELİ

#F9C1A6 rengi CMYK tonu (0,22,33,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.49%
  • sarı tonu 33.33%
  • ana renk tonu 2.35%
CMYK:
(0,22,33,2)
C0M22Y33K2 
(0%,22%,33%,2%)
(0.00/0.22/0.33/0.02)	

CMYK yüzdeleri

%0
%22.49
%33.33
%2.35

Codes

Color #F9C1A6 in popluar color models

F9C1A6
RGB249193166
HSL20°87.37%81.37%
HSB/HSV20°33.33%97.65%
CMYK0.00%22.49%33.33%
2.35%

Color #F9C1A6 in popluar number systems.

HEXF9C1A6
Decimal249193166
Binary111110011100000110100110
Octal371301246

Shades and tints

Shades of #F9C1A6

#F9C1A6
(249,193,166)
#E3B097
(227,176,151)
#CD9F88
(205,159,136)
#B78E79
(183,142,121)
#A17D6A
(161,125,106)
#8B6C5B
(139,108,91)
#755B4C
(117,91,76)
#5F4A3D
(95,74,61)
#49392E
(73,57,46)
#33281F
(51,40,31)
#1D1710
(29,23,16)
#000000
(0,0,0)

Tints of #F9C1A6

#F9C1A6
(249,193,166)
#F9C6AE
(249,198,174)
#F9CBB6
(249,203,182)
#F9D0BE
(249,208,190)
#F9D5C6
(249,213,198)
#F9DACE
(249,218,206)
#F9DFD6
(249,223,214)
#F9E4DE
(249,228,222)
#F9E9E6
(249,233,230)
#F9EEEE
(249,238,238)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C1A6 color. Also use rgb(249,193,166) instead hex code.

Text Font Color

.myTextColor { color: #F9C1A6; }

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

This text font color is #F9C1A6.


Background Color

.myBgColor { background-color: #F9C1A6; }

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

This div background color is #F9C1A6.


Border color

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

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

This div border color is #F9C1A6.


Opacity

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

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

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

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

This text has shadow with #F9C1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9C1A6 on black background.


Color preview on white background

This text has color #F9C1A6 on white background.



Black color preview on #F9C1A6 background

This text has black color on #F9C1A6 background.


White color preview on #F9C1A6 background

This text has white color on #F9C1A6 background.