COLOR #F6EDFC

HEX: #F6EDFC
RGB: (246,237,252)

Renk bilgisi

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

RGB renk modeli

#F6EDFC color RGB value is (246,237,252).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 237 of 255 = 93%
B 252 of 255 = 99%

246
237
252

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 237 + 252 = 735 (100%)
R 246 of 735 ~ 33.47%
G 237 of 735 ~ 32.24%
B 252 of 735 ~ 34.29%

%33.47
%32.24
%34.29

CMYK RENK MODELİ

#F6EDFC rengi CMYK tonu (2,6,0,1).

  • camgöbeği tonu 2.38%
  • eflatun tonu 5.95%
  • sarı tonu 0.00%
  • ana renk tonu 1.18%
CMYK:
(2,6,0,1)
C2M6Y0K1 
(2%,6%,0%,1%)
(0.02/0.06/0.00/0.01)	

CMYK yüzdeleri

%2.38
%5.95
%0
%1.18

Codes

Color #F6EDFC in popluar color models

F6EDFC
RGB246237252
HSL276°71.43%95.88%
HSB/HSV276°5.95%98.82%
CMYK2.38%5.95%0.00%
1.18%

Color #F6EDFC in popluar number systems.

HEXF6EDFC
Decimal246237252
Binary111101101110110111111100
Octal366355374

Shades and tints

Shades of #F6EDFC

#F6EDFC
(246,237,252)
#E0D8E6
(224,216,230)
#CAC3D0
(202,195,208)
#B4AEBA
(180,174,186)
#9E99A4
(158,153,164)
#88848E
(136,132,142)
#726F78
(114,111,120)
#5C5A62
(92,90,98)
#46454C
(70,69,76)
#303036
(48,48,54)
#1A1B20
(26,27,32)
#000000
(0,0,0)

Tints of #F6EDFC

#F6EDFC
(246,237,252)
#F6EEFC
(246,238,252)
#F6EFFC
(246,239,252)
#F6F0FC
(246,240,252)
#F6F1FC
(246,241,252)
#F6F2FC
(246,242,252)
#F6F3FC
(246,243,252)
#F6F4FC
(246,244,252)
#F6F5FC
(246,245,252)
#F6F6FC
(246,246,252)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EDFC; }

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

This text font color is #F6EDFC.


Background Color

.myBgColor { background-color: #F6EDFC; }

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

This div background color is #F6EDFC.


Border color

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

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

This div border color is #F6EDFC.


Opacity

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

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

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

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

This text has shadow with #F6EDFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDFC on black background.


Color preview on white background

This text has color #F6EDFC on white background.



Black color preview on #F6EDFC background

This text has black color on #F6EDFC background.


White color preview on #F6EDFC background

This text has white color on #F6EDFC background.