COLOR #F6EDFF

HEX: #F6EDFF
RGB: (246,237,255)

Renk bilgisi

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

RGB renk modeli

#F6EDFF color RGB value is (246,237,255).

  • kırmız ton 246;
  • yeşil ton 237;
  • mavi ton 255.
RGB:
(246,237,255)
(96%,93%,100%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 237 of 255 = 93%
B 255 of 255 = 100%

246
237
255

R + G + B ~ 96%. #F6EDFF is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 237 + 255 = 738 (100%)
R 246 of 738 ~ 33.33%
G 237 of 738 ~ 32.11%
B 255 of 738 ~ 34.55%

%33.33
%32.11
%34.55

CMYK RENK MODELİ

#F6EDFF rengi CMYK tonu (4,7,0,0).

  • camgöbeği tonu 3.53%
  • eflatun tonu 7.06%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(4,7,0,0)
C4M7Y0K0 
(4%,7%,0%,0%)
(0.04/0.07/0.00/0.00)	

CMYK yüzdeleri

%3.53
%7.06
%0
%0

Codes

Color #F6EDFF in popluar color models

F6EDFF
RGB246237255
HSL270°100.00%96.47%
HSB/HSV270°7.06%100.00%
CMYK3.53%7.06%0.00%
0.00%

Color #F6EDFF in popluar number systems.

HEXF6EDFF
Decimal246237255
Binary111101101110110111111111
Octal366355377

Shades and tints

Shades of #F6EDFF

#F6EDFF
(246,237,255)
#E0D8E8
(224,216,232)
#CAC3D1
(202,195,209)
#B4AEBA
(180,174,186)
#9E99A3
(158,153,163)
#88848C
(136,132,140)
#726F75
(114,111,117)
#5C5A5E
(92,90,94)
#464547
(70,69,71)
#303030
(48,48,48)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #F6EDFF

#F6EDFF
(246,237,255)
#F6EEFF
(246,238,255)
#F6EFFF
(246,239,255)
#F6F0FF
(246,240,255)
#F6F1FF
(246,241,255)
#F6F2FF
(246,242,255)
#F6F3FF
(246,243,255)
#F6F4FF
(246,244,255)
#F6F5FF
(246,245,255)
#F6F6FF
(246,246,255)
#F6F7FF
(246,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EDFF color. Also use rgb(246,237,255) instead hex code.

Text Font Color

.myTextColor { color: #F6EDFF; }

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

This text font color is #F6EDFF.


Background Color

.myBgColor { background-color: #F6EDFF; }

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

This div background color is #F6EDFF.


Border color

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

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

This div border color is #F6EDFF.


Opacity

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

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

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

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

This text has shadow with #F6EDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDFF on black background.


Color preview on white background

This text has color #F6EDFF on white background.



Black color preview on #F6EDFF background

This text has black color on #F6EDFF background.


White color preview on #F6EDFF background

This text has white color on #F6EDFF background.