COLOR #F6DCFA

HEX: #F6DCFA
RGB: (246,220,250)

Renk bilgisi

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

RGB renk modeli

#F6DCFA color RGB value is (246,220,250).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 220 of 255 = 86%
B 250 of 255 = 98%

246
220
250

R + G + B ~ 93%. #F6DCFA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 220 + 250 = 716 (100%)
R 246 of 716 ~ 34.36%
G 220 of 716 ~ 30.73%
B 250 of 716 ~ 34.92%

%34.36
%30.73
%34.92

CMYK RENK MODELİ

#F6DCFA rengi CMYK tonu (2,12,0,2).

  • camgöbeği tonu 1.60%
  • eflatun tonu 12.00%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(2,12,0,2)
C2M12Y0K2 
(2%,12%,0%,2%)
(0.02/0.12/0.00/0.02)	

CMYK yüzdeleri

%1.6
%12
%0
%1.96

Codes

Color #F6DCFA in popluar color models

F6DCFA
RGB246220250
HSL292°75.00%92.16%
HSB/HSV292°12.00%98.04%
CMYK1.60%12.00%0.00%
1.96%

Color #F6DCFA in popluar number systems.

HEXF6DCFA
Decimal246220250
Binary111101101101110011111010
Octal366334372

Shades and tints

Shades of #F6DCFA

#F6DCFA
(246,220,250)
#E0C8E4
(224,200,228)
#CAB4CE
(202,180,206)
#B4A0B8
(180,160,184)
#9E8CA2
(158,140,162)
#88788C
(136,120,140)
#726476
(114,100,118)
#5C5060
(92,80,96)
#463C4A
(70,60,74)
#302834
(48,40,52)
#1A141E
(26,20,30)
#000000
(0,0,0)

Tints of #F6DCFA

#F6DCFA
(246,220,250)
#F6DFFA
(246,223,250)
#F6E2FA
(246,226,250)
#F6E5FA
(246,229,250)
#F6E8FA
(246,232,250)
#F6EBFA
(246,235,250)
#F6EEFA
(246,238,250)
#F6F1FA
(246,241,250)
#F6F4FA
(246,244,250)
#F6F7FA
(246,247,250)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DCFA; }

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

This text font color is #F6DCFA.


Background Color

.myBgColor { background-color: #F6DCFA; }

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

This div background color is #F6DCFA.


Border color

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

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

This div border color is #F6DCFA.


Opacity

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

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

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

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

This text has shadow with #F6DCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DCFA on black background.


Color preview on white background

This text has color #F6DCFA on white background.



Black color preview on #F6DCFA background

This text has black color on #F6DCFA background.


White color preview on #F6DCFA background

This text has white color on #F6DCFA background.