COLOR #F6B4B9

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

246
180
185

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

Yüzdelerle RGB renk parçaları

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

%40.26
%29.46
%30.28

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%26.83
%24.8
%3.53

Codes

Color #F6B4B9 in popluar color models

F6B4B9
RGB246180185
HSL355°78.57%83.53%
HSB/HSV355°26.83%96.47%
CMYK0.00%26.83%24.80%
3.53%

Color #F6B4B9 in popluar number systems.

HEXF6B4B9
Decimal246180185
Binary111101101011010010111001
Octal366264271

Shades and tints

Shades of #F6B4B9

#F6B4B9
(246,180,185)
#E0A4A9
(224,164,169)
#CA9499
(202,148,153)
#B48489
(180,132,137)
#9E7479
(158,116,121)
#886469
(136,100,105)
#725459
(114,84,89)
#5C4449
(92,68,73)
#463439
(70,52,57)
#302429
(48,36,41)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #F6B4B9

#F6B4B9
(246,180,185)
#F6BABF
(246,186,191)
#F6C0C5
(246,192,197)
#F6C6CB
(246,198,203)
#F6CCD1
(246,204,209)
#F6D2D7
(246,210,215)
#F6D8DD
(246,216,221)
#F6DEE3
(246,222,227)
#F6E4E9
(246,228,233)
#F6EAEF
(246,234,239)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B4B9; }

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

This text font color is #F6B4B9.


Background Color

.myBgColor { background-color: #F6B4B9; }

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

This div background color is #F6B4B9.


Border color

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

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

This div border color is #F6B4B9.


Opacity

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

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

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

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

This text has shadow with #F6B4B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B4B9 on black background.


Color preview on white background

This text has color #F6B4B9 on white background.



Black color preview on #F6B4B9 background

This text has black color on #F6B4B9 background.


White color preview on #F6B4B9 background

This text has white color on #F6B4B9 background.