COLOR #F6BCFA

HEX: #F6BCFA
RGB: (246,188,250)

Renk bilgisi

#F6BCFA contains mainly red and blue colors. #F6BCFA ‘ nin web güvenlik rengi #FFCCFF (ya da #FCF) dir.

RGB renk modeli

#F6BCFA color RGB value is (246,188,250).

  • kırmız ton 246;
  • yeşil ton 188;
  • mavi ton 250.
RGB:
(246,188,250)
(96%,74%,98%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 188 of 255 = 74%
B 250 of 255 = 98%

246
188
250

R + G + B ~ 89%. #F6BCFA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 188 + 250 = 684 (100%)
R 246 of 684 ~ 35.96%
G 188 of 684 ~ 27.49%
B 250 of 684 ~ 36.55%

%35.96
%27.49
%36.55

CMYK RENK MODELİ

#F6BCFA rengi CMYK tonu (2,25,0,2).

  • camgöbeği tonu 1.60%
  • eflatun tonu 24.80%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(2,25,0,2)
C2M25Y0K2 
(2%,25%,0%,2%)
(0.02/0.25/0.00/0.02)	

CMYK yüzdeleri

%1.6
%24.8
%0
%1.96

Codes

Color #F6BCFA in popluar color models

F6BCFA
RGB246188250
HSL296°86.11%85.88%
HSB/HSV296°24.80%98.04%
CMYK1.60%24.80%0.00%
1.96%

Color #F6BCFA in popluar number systems.

HEXF6BCFA
Decimal246188250
Binary111101101011110011111010
Octal366274372

Shades and tints

Shades of #F6BCFA

#F6BCFA
(246,188,250)
#E0ABE4
(224,171,228)
#CA9ACE
(202,154,206)
#B489B8
(180,137,184)
#9E78A2
(158,120,162)
#88678C
(136,103,140)
#725676
(114,86,118)
#5C4560
(92,69,96)
#46344A
(70,52,74)
#302334
(48,35,52)
#1A121E
(26,18,30)
#000000
(0,0,0)

Tints of #F6BCFA

#F6BCFA
(246,188,250)
#F6C2FA
(246,194,250)
#F6C8FA
(246,200,250)
#F6CEFA
(246,206,250)
#F6D4FA
(246,212,250)
#F6DAFA
(246,218,250)
#F6E0FA
(246,224,250)
#F6E6FA
(246,230,250)
#F6ECFA
(246,236,250)
#F6F2FA
(246,242,250)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6BCFA color. Also use rgb(246,188,250) instead hex code.

Text Font Color

.myTextColor { color: #F6BCFA; }

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

This text font color is #F6BCFA.


Background Color

.myBgColor { background-color: #F6BCFA; }

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

This div background color is #F6BCFA.


Border color

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

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

This div border color is #F6BCFA.


Opacity

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

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

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

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

This text has shadow with #F6BCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BCFA on black background.


Color preview on white background

This text has color #F6BCFA on white background.



Black color preview on #F6BCFA background

This text has black color on #F6BCFA background.


White color preview on #F6BCFA background

This text has white color on #F6BCFA background.