COLOR #F6B5BB

HEX: #F6B5BB
RGB: (246,181,187)

Renk bilgisi

#F6B5BB contains mainly red and blue colors. #F6B5BB ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F6B5BB color RGB value is (246,181,187).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 181 of 255 = 71%
B 187 of 255 = 73%

246
181
187

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 181 + 187 = 614 (100%)
R 246 of 614 ~ 40.07%
G 181 of 614 ~ 29.48%
B 187 of 614 ~ 30.46%

%40.07
%29.48
%30.46

CMYK RENK MODELİ

#F6B5BB rengi CMYK tonu (0,26,24,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.42%
  • sarı tonu 23.98%
  • ana renk tonu 3.53%
CMYK:
(0,26,24,4)
C0M26Y24K4 
(0%,26%,24%,4%)
(0.00/0.26/0.24/0.04)	

CMYK yüzdeleri

%0
%26.42
%23.98
%3.53

Codes

Color #F6B5BB in popluar color models

F6B5BB
RGB246181187
HSL354°78.31%83.73%
HSB/HSV354°26.42%96.47%
CMYK0.00%26.42%23.98%
3.53%

Color #F6B5BB in popluar number systems.

HEXF6B5BB
Decimal246181187
Binary111101101011010110111011
Octal366265273

Shades and tints

Shades of #F6B5BB

#F6B5BB
(246,181,187)
#E0A5AA
(224,165,170)
#CA9599
(202,149,153)
#B48588
(180,133,136)
#9E7577
(158,117,119)
#886566
(136,101,102)
#725555
(114,85,85)
#5C4544
(92,69,68)
#463533
(70,53,51)
#302522
(48,37,34)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #F6B5BB

#F6B5BB
(246,181,187)
#F6BBC1
(246,187,193)
#F6C1C7
(246,193,199)
#F6C7CD
(246,199,205)
#F6CDD3
(246,205,211)
#F6D3D9
(246,211,217)
#F6D9DF
(246,217,223)
#F6DFE5
(246,223,229)
#F6E5EB
(246,229,235)
#F6EBF1
(246,235,241)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6B5BB color. Also use rgb(246,181,187) instead hex code.

Text Font Color

.myTextColor { color: #F6B5BB; }

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

This text font color is #F6B5BB.


Background Color

.myBgColor { background-color: #F6B5BB; }

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

This div background color is #F6B5BB.


Border color

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

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

This div border color is #F6B5BB.


Opacity

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

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

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

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

This text has shadow with #F6B5BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B5BB on black background.


Color preview on white background

This text has color #F6B5BB on white background.



Black color preview on #F6B5BB background

This text has black color on #F6B5BB background.


White color preview on #F6B5BB background

This text has white color on #F6B5BB background.