COLOR #F6E2C6

HEX: #F6E2C6
RGB: (246,226,198)

Renk bilgisi

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

RGB renk modeli

#F6E2C6 color RGB value is (246,226,198).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 226 of 255 = 89%
B 198 of 255 = 78%

246
226
198

R + G + B ~ 88%. #F6E2C6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 226 + 198 = 670 (100%)
R 246 of 670 ~ 36.72%
G 226 of 670 ~ 33.73%
B 198 of 670 ~ 29.55%

%36.72
%33.73
%29.55

CMYK RENK MODELİ

#F6E2C6 rengi CMYK tonu (0,8,20,4).

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

CMYK yüzdeleri

%0
%8.13
%19.51
%3.53

Codes

Color #F6E2C6 in popluar color models

F6E2C6
RGB246226198
HSL35°72.73%87.06%
HSB/HSV35°19.51%96.47%
CMYK0.00%8.13%19.51%
3.53%

Color #F6E2C6 in popluar number systems.

HEXF6E2C6
Decimal246226198
Binary111101101110001011000110
Octal366342306

Shades and tints

Shades of #F6E2C6

#F6E2C6
(246,226,198)
#E0CEB4
(224,206,180)
#CABAA2
(202,186,162)
#B4A690
(180,166,144)
#9E927E
(158,146,126)
#887E6C
(136,126,108)
#726A5A
(114,106,90)
#5C5648
(92,86,72)
#464236
(70,66,54)
#302E24
(48,46,36)
#1A1A12
(26,26,18)
#000000
(0,0,0)

Tints of #F6E2C6

#F6E2C6
(246,226,198)
#F6E4CB
(246,228,203)
#F6E6D0
(246,230,208)
#F6E8D5
(246,232,213)
#F6EADA
(246,234,218)
#F6ECDF
(246,236,223)
#F6EEE4
(246,238,228)
#F6F0E9
(246,240,233)
#F6F2EE
(246,242,238)
#F6F4F3
(246,244,243)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E2C6; }

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

This text font color is #F6E2C6.


Background Color

.myBgColor { background-color: #F6E2C6; }

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

This div background color is #F6E2C6.


Border color

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

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

This div border color is #F6E2C6.


Opacity

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

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

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

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

This text has shadow with #F6E2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E2C6 on black background.


Color preview on white background

This text has color #F6E2C6 on white background.



Black color preview on #F6E2C6 background

This text has black color on #F6E2C6 background.


White color preview on #F6E2C6 background

This text has white color on #F6E2C6 background.