COLOR #F6B296

HEX: #F6B296
RGB: (246,178,150)

Renk bilgisi

#F6B296 contains mainly red color. #F6B296 ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#F6B296 color RGB value is (246,178,150).

  • kırmız ton 246;
  • yeşil ton 178;
  • mavi ton 150.
RGB:
(246,178,150)
(96%,70%,59%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 178 of 255 = 70%
B 150 of 255 = 59%

246
178
150

R + G + B ~ 75%. #F6B296 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 178 + 150 = 574 (100%)
R 246 of 574 ~ 42.86%
G 178 of 574 ~ 31.01%
B 150 of 574 ~ 26.13%

%42.86
%31.01
%26.13

CMYK RENK MODELİ

#F6B296 rengi CMYK tonu (0,28,39,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.64%
  • sarı tonu 39.02%
  • ana renk tonu 3.53%
CMYK:
(0,28,39,4)
C0M28Y39K4 
(0%,28%,39%,4%)
(0.00/0.28/0.39/0.04)	

CMYK yüzdeleri

%0
%27.64
%39.02
%3.53

Codes

Color #F6B296 in popluar color models

F6B296
RGB246178150
HSL18°84.21%77.65%
HSB/HSV18°39.02%96.47%
CMYK0.00%27.64%39.02%
3.53%

Color #F6B296 in popluar number systems.

HEXF6B296
Decimal246178150
Binary111101101011001010010110
Octal366262226

Shades and tints

Shades of #F6B296

#F6B296
(246,178,150)
#E0A289
(224,162,137)
#CA927C
(202,146,124)
#B4826F
(180,130,111)
#9E7262
(158,114,98)
#886255
(136,98,85)
#725248
(114,82,72)
#5C423B
(92,66,59)
#46322E
(70,50,46)
#302221
(48,34,33)
#1A1214
(26,18,20)
#000000
(0,0,0)

Tints of #F6B296

#F6B296
(246,178,150)
#F6B99F
(246,185,159)
#F6C0A8
(246,192,168)
#F6C7B1
(246,199,177)
#F6CEBA
(246,206,186)
#F6D5C3
(246,213,195)
#F6DCCC
(246,220,204)
#F6E3D5
(246,227,213)
#F6EADE
(246,234,222)
#F6F1E7
(246,241,231)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B296 color. Also use rgb(246,178,150) instead hex code.

Text Font Color

.myTextColor { color: #F6B296; }

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

This text font color is #F6B296.


Background Color

.myBgColor { background-color: #F6B296; }

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

This div background color is #F6B296.


Border color

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

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

This div border color is #F6B296.


Opacity

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

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

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

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

This text has shadow with #F6B296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B296 on black background.


Color preview on white background

This text has color #F6B296 on white background.



Black color preview on #F6B296 background

This text has black color on #F6B296 background.


White color preview on #F6B296 background

This text has white color on #F6B296 background.