COLOR #F6C0FC

HEX: #F6C0FC
RGB: (246,192,252)

Renk bilgisi

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

RGB renk modeli

#F6C0FC color RGB value is (246,192,252).

  • kırmız ton 246;
  • yeşil ton 192;
  • mavi ton 252.
RGB:
(246,192,252)
(96%,75%,99%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 192 of 255 = 75%
B 252 of 255 = 99%

246
192
252

R + G + B ~ 90%. #F6C0FC is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 192 + 252 = 690 (100%)
R 246 of 690 ~ 35.65%
G 192 of 690 ~ 27.83%
B 252 of 690 ~ 36.52%

%35.65
%27.83
%36.52

CMYK RENK MODELİ

#F6C0FC rengi CMYK tonu (2,24,0,1).

  • camgöbeği tonu 2.38%
  • eflatun tonu 23.81%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(2,24,0,1)
C2M24Y0K1 
(2%,24%,0%,1%)
(0.02/0.24/0.00/0.01)	

CMYK yüzdeleri

%2.38
%23.81
%0
%1.18

Codes

Color #F6C0FC in popluar color models

F6C0FC
RGB246192252
HSL294°90.91%87.06%
HSB/HSV294°23.81%98.82%
CMYK2.38%23.81%0.00%
1.18%

Color #F6C0FC in popluar number systems.

HEXF6C0FC
Decimal246192252
Binary111101101100000011111100
Octal366300374

Shades and tints

Shades of #F6C0FC

#F6C0FC
(246,192,252)
#E0AFE6
(224,175,230)
#CA9ED0
(202,158,208)
#B48DBA
(180,141,186)
#9E7CA4
(158,124,164)
#886B8E
(136,107,142)
#725A78
(114,90,120)
#5C4962
(92,73,98)
#46384C
(70,56,76)
#302736
(48,39,54)
#1A1620
(26,22,32)
#000000
(0,0,0)

Tints of #F6C0FC

#F6C0FC
(246,192,252)
#F6C5FC
(246,197,252)
#F6CAFC
(246,202,252)
#F6CFFC
(246,207,252)
#F6D4FC
(246,212,252)
#F6D9FC
(246,217,252)
#F6DEFC
(246,222,252)
#F6E3FC
(246,227,252)
#F6E8FC
(246,232,252)
#F6EDFC
(246,237,252)
#F6F2FC
(246,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6C0FC color. Also use rgb(246,192,252) instead hex code.

Text Font Color

.myTextColor { color: #F6C0FC; }

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

This text font color is #F6C0FC.


Background Color

.myBgColor { background-color: #F6C0FC; }

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

This div background color is #F6C0FC.


Border color

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

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

This div border color is #F6C0FC.


Opacity

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

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

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

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

This text has shadow with #F6C0FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C0FC on black background.


Color preview on white background

This text has color #F6C0FC on white background.



Black color preview on #F6C0FC background

This text has black color on #F6C0FC background.


White color preview on #F6C0FC background

This text has white color on #F6C0FC background.