COLOR #F6C6A6

HEX: #F6C6A6
RGB: (246,198,166)

Renk bilgisi

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

RGB renk modeli

#F6C6A6 color RGB value is (246,198,166).

  • kırmız ton 246;
  • yeşil ton 198;
  • mavi ton 166.
RGB:
(246,198,166)
(96%,78%,65%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 198 of 255 = 78%
B 166 of 255 = 65%

246
198
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 198 + 166 = 610 (100%)
R 246 of 610 ~ 40.33%
G 198 of 610 ~ 32.46%
B 166 of 610 ~ 27.21%

%40.33
%32.46
%27.21

CMYK RENK MODELİ

#F6C6A6 rengi CMYK tonu (0,20,33,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.51%
  • sarı tonu 32.52%
  • ana renk tonu 3.53%
CMYK:
(0,20,33,4)
C0M20Y33K4 
(0%,20%,33%,4%)
(0.00/0.20/0.33/0.04)	

CMYK yüzdeleri

%0
%19.51
%32.52
%3.53

Codes

Color #F6C6A6 in popluar color models

F6C6A6
RGB246198166
HSL24°81.63%80.78%
HSB/HSV24°32.52%96.47%
CMYK0.00%19.51%32.52%
3.53%

Color #F6C6A6 in popluar number systems.

HEXF6C6A6
Decimal246198166
Binary111101101100011010100110
Octal366306246

Shades and tints

Shades of #F6C6A6

#F6C6A6
(246,198,166)
#E0B497
(224,180,151)
#CAA288
(202,162,136)
#B49079
(180,144,121)
#9E7E6A
(158,126,106)
#886C5B
(136,108,91)
#725A4C
(114,90,76)
#5C483D
(92,72,61)
#46362E
(70,54,46)
#30241F
(48,36,31)
#1A1210
(26,18,16)
#000000
(0,0,0)

Tints of #F6C6A6

#F6C6A6
(246,198,166)
#F6CBAE
(246,203,174)
#F6D0B6
(246,208,182)
#F6D5BE
(246,213,190)
#F6DAC6
(246,218,198)
#F6DFCE
(246,223,206)
#F6E4D6
(246,228,214)
#F6E9DE
(246,233,222)
#F6EEE6
(246,238,230)
#F6F3EE
(246,243,238)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C6A6 color. Also use rgb(246,198,166) instead hex code.

Text Font Color

.myTextColor { color: #F6C6A6; }

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

This text font color is #F6C6A6.


Background Color

.myBgColor { background-color: #F6C6A6; }

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

This div background color is #F6C6A6.


Border color

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

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

This div border color is #F6C6A6.


Opacity

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

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

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

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

This text has shadow with #F6C6A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C6A6 on black background.


Color preview on white background

This text has color #F6C6A6 on white background.



Black color preview on #F6C6A6 background

This text has black color on #F6C6A6 background.


White color preview on #F6C6A6 background

This text has white color on #F6C6A6 background.