COLOR #F6E4FA

HEX: #F6E4FA
RGB: (246,228,250)

Renk bilgisi

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

RGB renk modeli

#F6E4FA color RGB value is (246,228,250).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 228 of 255 = 89%
B 250 of 255 = 98%

246
228
250

R + G + B ~ 94%. #F6E4FA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 228 + 250 = 724 (100%)
R 246 of 724 ~ 33.98%
G 228 of 724 ~ 31.49%
B 250 of 724 ~ 34.53%

%33.98
%31.49
%34.53

CMYK RENK MODELİ

#F6E4FA rengi CMYK tonu (2,9,0,2).

  • camgöbeği tonu 1.60%
  • eflatun tonu 8.80%
  • sarı tonu 0.00%
  • ana renk tonu 1.96%
CMYK:
(2,9,0,2)
C2M9Y0K2 
(2%,9%,0%,2%)
(0.02/0.09/0.00/0.02)	

CMYK yüzdeleri

%1.6
%8.8
%0
%1.96

Codes

Color #F6E4FA in popluar color models

F6E4FA
RGB246228250
HSL289°68.75%93.73%
HSB/HSV289°8.80%98.04%
CMYK1.60%8.80%0.00%
1.96%

Color #F6E4FA in popluar number systems.

HEXF6E4FA
Decimal246228250
Binary111101101110010011111010
Octal366344372

Shades and tints

Shades of #F6E4FA

#F6E4FA
(246,228,250)
#E0D0E4
(224,208,228)
#CABCCE
(202,188,206)
#B4A8B8
(180,168,184)
#9E94A2
(158,148,162)
#88808C
(136,128,140)
#726C76
(114,108,118)
#5C5860
(92,88,96)
#46444A
(70,68,74)
#303034
(48,48,52)
#1A1C1E
(26,28,30)
#000000
(0,0,0)

Tints of #F6E4FA

#F6E4FA
(246,228,250)
#F6E6FA
(246,230,250)
#F6E8FA
(246,232,250)
#F6EAFA
(246,234,250)
#F6ECFA
(246,236,250)
#F6EEFA
(246,238,250)
#F6F0FA
(246,240,250)
#F6F2FA
(246,242,250)
#F6F4FA
(246,244,250)
#F6F6FA
(246,246,250)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E4FA; }

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

This text font color is #F6E4FA.


Background Color

.myBgColor { background-color: #F6E4FA; }

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

This div background color is #F6E4FA.


Border color

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

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

This div border color is #F6E4FA.


Opacity

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

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

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

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

This text has shadow with #F6E4FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E4FA on black background.


Color preview on white background

This text has color #F6E4FA on white background.



Black color preview on #F6E4FA background

This text has black color on #F6E4FA background.


White color preview on #F6E4FA background

This text has white color on #F6E4FA background.