COLOR #F6B2B5

HEX: #F6B2B5
RGB: (246,178,181)

Renk bilgisi

#F6B2B5 contains mainly red color. #F6B2B5 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F6B2B5 color RGB value is (246,178,181).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 178 of 255 = 70%
B 181 of 255 = 71%

246
178
181

R + G + B ~ 79%. #F6B2B5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 178 + 181 = 605 (100%)
R 246 of 605 ~ 40.66%
G 178 of 605 ~ 29.42%
B 181 of 605 ~ 29.92%

%40.66
%29.42
%29.92

CMYK RENK MODELİ

#F6B2B5 rengi CMYK tonu (0,28,26,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.64%
  • sarı tonu 26.42%
  • ana renk tonu 3.53%
CMYK:
(0,28,26,4)
C0M28Y26K4 
(0%,28%,26%,4%)
(0.00/0.28/0.26/0.04)	

CMYK yüzdeleri

%0
%27.64
%26.42
%3.53

Codes

Color #F6B2B5 in popluar color models

F6B2B5
RGB246178181
HSL357°79.07%83.14%
HSB/HSV357°27.64%96.47%
CMYK0.00%27.64%26.42%
3.53%

Color #F6B2B5 in popluar number systems.

HEXF6B2B5
Decimal246178181
Binary111101101011001010110101
Octal366262265

Shades and tints

Shades of #F6B2B5

#F6B2B5
(246,178,181)
#E0A2A5
(224,162,165)
#CA9295
(202,146,149)
#B48285
(180,130,133)
#9E7275
(158,114,117)
#886265
(136,98,101)
#725255
(114,82,85)
#5C4245
(92,66,69)
#463235
(70,50,53)
#302225
(48,34,37)
#1A1215
(26,18,21)
#000000
(0,0,0)

Tints of #F6B2B5

#F6B2B5
(246,178,181)
#F6B9BB
(246,185,187)
#F6C0C1
(246,192,193)
#F6C7C7
(246,199,199)
#F6CECD
(246,206,205)
#F6D5D3
(246,213,211)
#F6DCD9
(246,220,217)
#F6E3DF
(246,227,223)
#F6EAE5
(246,234,229)
#F6F1EB
(246,241,235)
#F6F8F1
(246,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B2B5; }

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

This text font color is #F6B2B5.


Background Color

.myBgColor { background-color: #F6B2B5; }

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

This div background color is #F6B2B5.


Border color

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

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

This div border color is #F6B2B5.


Opacity

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

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

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

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

This text has shadow with #F6B2B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B2B5 on black background.


Color preview on white background

This text has color #F6B2B5 on white background.



Black color preview on #F6B2B5 background

This text has black color on #F6B2B5 background.


White color preview on #F6B2B5 background

This text has white color on #F6B2B5 background.