COLOR #F6AB9D

HEX: #F6AB9D
RGB: (246,171,157)

Renk bilgisi

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

RGB renk modeli

#F6AB9D color RGB value is (246,171,157).

  • kırmız ton 246;
  • yeşil ton 171;
  • mavi ton 157.
RGB:
(246,171,157)
(96%,67%,62%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 171 of 255 = 67%
B 157 of 255 = 62%

246
171
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 171 + 157 = 574 (100%)
R 246 of 574 ~ 42.86%
G 171 of 574 ~ 29.79%
B 157 of 574 ~ 27.35%

%42.86
%29.79
%27.35

CMYK RENK MODELİ

#F6AB9D rengi CMYK tonu (0,30,36,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.49%
  • sarı tonu 36.18%
  • ana renk tonu 3.53%
CMYK:
(0,30,36,4)
C0M30Y36K4 
(0%,30%,36%,4%)
(0.00/0.30/0.36/0.04)	

CMYK yüzdeleri

%0
%30.49
%36.18
%3.53

Codes

Color #F6AB9D in popluar color models

F6AB9D
RGB246171157
HSL83.18%79.02%
HSB/HSV36.18%96.47%
CMYK0.00%30.49%36.18%
3.53%

Color #F6AB9D in popluar number systems.

HEXF6AB9D
Decimal246171157
Binary111101101010101110011101
Octal366253235

Shades and tints

Shades of #F6AB9D

#F6AB9D
(246,171,157)
#E09C8F
(224,156,143)
#CA8D81
(202,141,129)
#B47E73
(180,126,115)
#9E6F65
(158,111,101)
#886057
(136,96,87)
#725149
(114,81,73)
#5C423B
(92,66,59)
#46332D
(70,51,45)
#30241F
(48,36,31)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #F6AB9D

#F6AB9D
(246,171,157)
#F6B2A5
(246,178,165)
#F6B9AD
(246,185,173)
#F6C0B5
(246,192,181)
#F6C7BD
(246,199,189)
#F6CEC5
(246,206,197)
#F6D5CD
(246,213,205)
#F6DCD5
(246,220,213)
#F6E3DD
(246,227,221)
#F6EAE5
(246,234,229)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6AB9D color. Also use rgb(246,171,157) instead hex code.

Text Font Color

.myTextColor { color: #F6AB9D; }

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

This text font color is #F6AB9D.


Background Color

.myBgColor { background-color: #F6AB9D; }

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

This div background color is #F6AB9D.


Border color

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

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

This div border color is #F6AB9D.


Opacity

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

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

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

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

This text has shadow with #F6AB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AB9D on black background.


Color preview on white background

This text has color #F6AB9D on white background.



Black color preview on #F6AB9D background

This text has black color on #F6AB9D background.


White color preview on #F6AB9D background

This text has white color on #F6AB9D background.