COLOR #F6D3ED

HEX: #F6D3ED
RGB: (246,211,237)

Renk bilgisi

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

RGB renk modeli

#F6D3ED color RGB value is (246,211,237).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 211 of 255 = 83%
B 237 of 255 = 93%

246
211
237

R + G + B ~ 91%. #F6D3ED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 211 + 237 = 694 (100%)
R 246 of 694 ~ 35.45%
G 211 of 694 ~ 30.4%
B 237 of 694 ~ 34.15%

%35.45
%30.4
%34.15

CMYK RENK MODELİ

#F6D3ED rengi CMYK tonu (0,14,4,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.23%
  • sarı tonu 3.66%
  • ana renk tonu 3.53%
CMYK:
(0,14,4,4)
C0M14Y4K4 
(0%,14%,4%,4%)
(0.00/0.14/0.04/0.04)	

CMYK yüzdeleri

%0
%14.23
%3.66
%3.53

Codes

Color #F6D3ED in popluar color models

F6D3ED
RGB246211237
HSL315°66.04%89.61%
HSB/HSV315°14.23%96.47%
CMYK0.00%14.23%3.66%
3.53%

Color #F6D3ED in popluar number systems.

HEXF6D3ED
Decimal246211237
Binary111101101101001111101101
Octal366323355

Shades and tints

Shades of #F6D3ED

#F6D3ED
(246,211,237)
#E0C0D8
(224,192,216)
#CAADC3
(202,173,195)
#B49AAE
(180,154,174)
#9E8799
(158,135,153)
#887484
(136,116,132)
#72616F
(114,97,111)
#5C4E5A
(92,78,90)
#463B45
(70,59,69)
#302830
(48,40,48)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #F6D3ED

#F6D3ED
(246,211,237)
#F6D7EE
(246,215,238)
#F6DBEF
(246,219,239)
#F6DFF0
(246,223,240)
#F6E3F1
(246,227,241)
#F6E7F2
(246,231,242)
#F6EBF3
(246,235,243)
#F6EFF4
(246,239,244)
#F6F3F5
(246,243,245)
#F6F7F6
(246,247,246)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D3ED; }

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

This text font color is #F6D3ED.


Background Color

.myBgColor { background-color: #F6D3ED; }

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

This div background color is #F6D3ED.


Border color

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

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

This div border color is #F6D3ED.


Opacity

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

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

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

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

This text has shadow with #F6D3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D3ED on black background.


Color preview on white background

This text has color #F6D3ED on white background.



Black color preview on #F6D3ED background

This text has black color on #F6D3ED background.


White color preview on #F6D3ED background

This text has white color on #F6D3ED background.