COLOR #F6D6FA

HEX: #F6D6FA
RGB: (246,214,250)

Renk bilgisi

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

RGB renk modeli

#F6D6FA color RGB value is (246,214,250).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 214 of 255 = 84%
B 250 of 255 = 98%

246
214
250

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 214 + 250 = 710 (100%)
R 246 of 710 ~ 34.65%
G 214 of 710 ~ 30.14%
B 250 of 710 ~ 35.21%

%34.65
%30.14
%35.21

CMYK RENK MODELİ

#F6D6FA rengi CMYK tonu (2,14,0,2).

  • camgöbeği tonu 1.60%
  • eflatun tonu 14.40%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(2,14,0,2)
C2M14Y0K2 
(2%,14%,0%,2%)
(0.02/0.14/0.00/0.02)	

CMYK yüzdeleri

%1.6
%14.4
%0
%1.96

Codes

Color #F6D6FA in popluar color models

F6D6FA
RGB246214250
HSL293°78.26%90.98%
HSB/HSV293°14.40%98.04%
CMYK1.60%14.40%0.00%
1.96%

Color #F6D6FA in popluar number systems.

HEXF6D6FA
Decimal246214250
Binary111101101101011011111010
Octal366326372

Shades and tints

Shades of #F6D6FA

#F6D6FA
(246,214,250)
#E0C3E4
(224,195,228)
#CAB0CE
(202,176,206)
#B49DB8
(180,157,184)
#9E8AA2
(158,138,162)
#88778C
(136,119,140)
#726476
(114,100,118)
#5C5160
(92,81,96)
#463E4A
(70,62,74)
#302B34
(48,43,52)
#1A181E
(26,24,30)
#000000
(0,0,0)

Tints of #F6D6FA

#F6D6FA
(246,214,250)
#F6D9FA
(246,217,250)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D6FA; }

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

This text font color is #F6D6FA.


Background Color

.myBgColor { background-color: #F6D6FA; }

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

This div background color is #F6D6FA.


Border color

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

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

This div border color is #F6D6FA.


Opacity

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

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

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

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

This text has shadow with #F6D6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D6FA on black background.


Color preview on white background

This text has color #F6D6FA on white background.



Black color preview on #F6D6FA background

This text has black color on #F6D6FA background.


White color preview on #F6D6FA background

This text has white color on #F6D6FA background.