COLOR #F6C6C5

HEX: #F6C6C5
RGB: (246,198,197)

Renk bilgisi

#F6C6C5 contains red, green and blue colors in about the same proportion. #F6C6C5 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F6C6C5 color RGB value is (246,198,197).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 198 of 255 = 78%
B 197 of 255 = 77%

246
198
197

R + G + B ~ 84%. #F6C6C5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 198 + 197 = 641 (100%)
R 246 of 641 ~ 38.38%
G 198 of 641 ~ 30.89%
B 197 of 641 ~ 30.73%

%38.38
%30.89
%30.73

CMYK RENK MODELİ

#F6C6C5 rengi CMYK tonu (0,20,20,4).

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

CMYK yüzdeleri

%0
%19.51
%19.92
%3.53

Codes

Color #F6C6C5 in popluar color models

F6C6C5
RGB246198197
HSL73.13%86.86%
HSB/HSV19.92%96.47%
CMYK0.00%19.51%19.92%
3.53%

Color #F6C6C5 in popluar number systems.

HEXF6C6C5
Decimal246198197
Binary111101101100011011000101
Octal366306305

Shades and tints

Shades of #F6C6C5

#F6C6C5
(246,198,197)
#E0B4B4
(224,180,180)
#CAA2A3
(202,162,163)
#B49092
(180,144,146)
#9E7E81
(158,126,129)
#886C70
(136,108,112)
#725A5F
(114,90,95)
#5C484E
(92,72,78)
#46363D
(70,54,61)
#30242C
(48,36,44)
#1A121B
(26,18,27)
#000000
(0,0,0)

Tints of #F6C6C5

#F6C6C5
(246,198,197)
#F6CBCA
(246,203,202)
#F6D0CF
(246,208,207)
#F6D5D4
(246,213,212)
#F6DAD9
(246,218,217)
#F6DFDE
(246,223,222)
#F6E4E3
(246,228,227)
#F6E9E8
(246,233,232)
#F6EEED
(246,238,237)
#F6F3F2
(246,243,242)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C6C5; }

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

This text font color is #F6C6C5.


Background Color

.myBgColor { background-color: #F6C6C5; }

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

This div background color is #F6C6C5.


Border color

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

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

This div border color is #F6C6C5.


Opacity

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

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

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

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

This text has shadow with #F6C6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C6C5 on black background.


Color preview on white background

This text has color #F6C6C5 on white background.



Black color preview on #F6C6C5 background

This text has black color on #F6C6C5 background.


White color preview on #F6C6C5 background

This text has white color on #F6C6C5 background.