COLOR #F6B9B4

HEX: #F6B9B4
RGB: (246,185,180)

Renk bilgisi

#F6B9B4 contains mainly red color. #F6B9B4 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F6B9B4 color RGB value is (246,185,180).

  • kırmız ton 246;
  • yeşil ton 185;
  • mavi ton 180.
RGB:
(246,185,180)
(96%,73%,71%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 185 of 255 = 73%
B 180 of 255 = 71%

246
185
180

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 185 + 180 = 611 (100%)
R 246 of 611 ~ 40.26%
G 185 of 611 ~ 30.28%
B 180 of 611 ~ 29.46%

%40.26
%30.28
%29.46

CMYK RENK MODELİ

#F6B9B4 rengi CMYK tonu (0,25,27,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.80%
  • sarı tonu 26.83%
  • ana renk tonu 3.53%
CMYK:
(0,25,27,4)
C0M25Y27K4 
(0%,25%,27%,4%)
(0.00/0.25/0.27/0.04)	

CMYK yüzdeleri

%0
%24.8
%26.83
%3.53

Codes

Color #F6B9B4 in popluar color models

F6B9B4
RGB246185180
HSL78.57%83.53%
HSB/HSV26.83%96.47%
CMYK0.00%24.80%26.83%
3.53%

Color #F6B9B4 in popluar number systems.

HEXF6B9B4
Decimal246185180
Binary111101101011100110110100
Octal366271264

Shades and tints

Shades of #F6B9B4

#F6B9B4
(246,185,180)
#E0A9A4
(224,169,164)
#CA9994
(202,153,148)
#B48984
(180,137,132)
#9E7974
(158,121,116)
#886964
(136,105,100)
#725954
(114,89,84)
#5C4944
(92,73,68)
#463934
(70,57,52)
#302924
(48,41,36)
#1A1914
(26,25,20)
#000000
(0,0,0)

Tints of #F6B9B4

#F6B9B4
(246,185,180)
#F6BFBA
(246,191,186)
#F6C5C0
(246,197,192)
#F6CBC6
(246,203,198)
#F6D1CC
(246,209,204)
#F6D7D2
(246,215,210)
#F6DDD8
(246,221,216)
#F6E3DE
(246,227,222)
#F6E9E4
(246,233,228)
#F6EFEA
(246,239,234)
#F6F5F0
(246,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B9B4 color. Also use rgb(246,185,180) instead hex code.

Text Font Color

.myTextColor { color: #F6B9B4; }

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

This text font color is #F6B9B4.


Background Color

.myBgColor { background-color: #F6B9B4; }

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

This div background color is #F6B9B4.


Border color

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

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

This div border color is #F6B9B4.


Opacity

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

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

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

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

This text has shadow with #F6B9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B9B4 on black background.


Color preview on white background

This text has color #F6B9B4 on white background.



Black color preview on #F6B9B4 background

This text has black color on #F6B9B4 background.


White color preview on #F6B9B4 background

This text has white color on #F6B9B4 background.