COLOR #F6B9A9

HEX: #F6B9A9
RGB: (246,185,169)

Renk bilgisi

#F6B9A9 contains mainly red color. #F6B9A9 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#F6B9A9 color RGB value is (246,185,169).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 185 of 255 = 73%
B 169 of 255 = 66%

246
185
169

R + G + B ~ 78%. #F6B9A9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 185 + 169 = 600 (100%)
R 246 of 600 ~ 41%
G 185 of 600 ~ 30.83%
B 169 of 600 ~ 28.17%

%41
%30.83
%28.17

CMYK RENK MODELİ

#F6B9A9 rengi CMYK tonu (0,25,31,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.80%
  • sarı tonu 31.30%
  • ana renk tonu 3.53%
CMYK:
(0,25,31,4)
C0M25Y31K4 
(0%,25%,31%,4%)
(0.00/0.25/0.31/0.04)	

CMYK yüzdeleri

%0
%24.8
%31.3
%3.53

Codes

Color #F6B9A9 in popluar color models

F6B9A9
RGB246185169
HSL12°81.05%81.37%
HSB/HSV12°31.30%96.47%
CMYK0.00%24.80%31.30%
3.53%

Color #F6B9A9 in popluar number systems.

HEXF6B9A9
Decimal246185169
Binary111101101011100110101001
Octal366271251

Shades and tints

Shades of #F6B9A9

#F6B9A9
(246,185,169)
#E0A99A
(224,169,154)
#CA998B
(202,153,139)
#B4897C
(180,137,124)
#9E796D
(158,121,109)
#88695E
(136,105,94)
#72594F
(114,89,79)
#5C4940
(92,73,64)
#463931
(70,57,49)
#302922
(48,41,34)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #F6B9A9

#F6B9A9
(246,185,169)
#F6BFB0
(246,191,176)
#F6C5B7
(246,197,183)
#F6CBBE
(246,203,190)
#F6D1C5
(246,209,197)
#F6D7CC
(246,215,204)
#F6DDD3
(246,221,211)
#F6E3DA
(246,227,218)
#F6E9E1
(246,233,225)
#F6EFE8
(246,239,232)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B9A9; }

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

This text font color is #F6B9A9.


Background Color

.myBgColor { background-color: #F6B9A9; }

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

This div background color is #F6B9A9.


Border color

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

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

This div border color is #F6B9A9.


Opacity

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

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

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

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

This text has shadow with #F6B9A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B9A9 on black background.


Color preview on white background

This text has color #F6B9A9 on white background.



Black color preview on #F6B9A9 background

This text has black color on #F6B9A9 background.


White color preview on #F6B9A9 background

This text has white color on #F6B9A9 background.