COLOR #F6C6BB

HEX: #F6C6BB
RGB: (246,198,187)

Renk bilgisi

#F6C6BB contains red, green and blue colors in about the same proportion. #F6C6BB ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#F6C6BB color RGB value is (246,198,187).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 198 of 255 = 78%
B 187 of 255 = 73%

246
198
187

R + G + B ~ 82%. #F6C6BB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 198 + 187 = 631 (100%)
R 246 of 631 ~ 38.99%
G 198 of 631 ~ 31.38%
B 187 of 631 ~ 29.64%

%38.99
%31.38
%29.64

CMYK RENK MODELİ

#F6C6BB rengi CMYK tonu (0,20,24,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.51%
  • sarı tonu 23.98%
  • ana renk tonu 3.53%
CMYK:
(0,20,24,4)
C0M20Y24K4 
(0%,20%,24%,4%)
(0.00/0.20/0.24/0.04)	

CMYK yüzdeleri

%0
%19.51
%23.98
%3.53

Codes

Color #F6C6BB in popluar color models

F6C6BB
RGB246198187
HSL11°76.62%84.90%
HSB/HSV11°23.98%96.47%
CMYK0.00%19.51%23.98%
3.53%

Color #F6C6BB in popluar number systems.

HEXF6C6BB
Decimal246198187
Binary111101101100011010111011
Octal366306273

Shades and tints

Shades of #F6C6BB

#F6C6BB
(246,198,187)
#E0B4AA
(224,180,170)
#CAA299
(202,162,153)
#B49088
(180,144,136)
#9E7E77
(158,126,119)
#886C66
(136,108,102)
#725A55
(114,90,85)
#5C4844
(92,72,68)
#463633
(70,54,51)
#302422
(48,36,34)
#1A1211
(26,18,17)
#000000
(0,0,0)

Tints of #F6C6BB

#F6C6BB
(246,198,187)
#F6CBC1
(246,203,193)
#F6D0C7
(246,208,199)
#F6D5CD
(246,213,205)
#F6DAD3
(246,218,211)
#F6DFD9
(246,223,217)
#F6E4DF
(246,228,223)
#F6E9E5
(246,233,229)
#F6EEEB
(246,238,235)
#F6F3F1
(246,243,241)
#F6F8F7
(246,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C6BB; }

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

This text font color is #F6C6BB.


Background Color

.myBgColor { background-color: #F6C6BB; }

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

This div background color is #F6C6BB.


Border color

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

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

This div border color is #F6C6BB.


Opacity

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

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

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

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

This text has shadow with #F6C6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C6BB on black background.


Color preview on white background

This text has color #F6C6BB on white background.



Black color preview on #F6C6BB background

This text has black color on #F6C6BB background.


White color preview on #F6C6BB background

This text has white color on #F6C6BB background.