COLOR #F6D3EC

HEX: #F6D3EC
RGB: (246,211,236)

Renk bilgisi

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

RGB renk modeli

#F6D3EC color RGB value is (246,211,236).

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

RGB bağlantıları ve doygunluk

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

246
211
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 211 + 236 = 693 (100%)
R 246 of 693 ~ 35.5%
G 211 of 693 ~ 30.45%
B 236 of 693 ~ 34.05%

%35.5
%30.45
%34.05

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.23%
  • sarı tonu 4.07%
  • 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
%4.07
%3.53

Codes

Color #F6D3EC in popluar color models

F6D3EC
RGB246211236
HSL317°66.04%89.61%
HSB/HSV317°14.23%96.47%
CMYK0.00%14.23%4.07%
3.53%

Color #F6D3EC in popluar number systems.

HEXF6D3EC
Decimal246211236
Binary111101101101001111101100
Octal366323354

Shades and tints

Shades of #F6D3EC

#F6D3EC
(246,211,236)
#E0C0D7
(224,192,215)
#CAADC2
(202,173,194)
#B49AAD
(180,154,173)
#9E8798
(158,135,152)
#887483
(136,116,131)
#72616E
(114,97,110)
#5C4E59
(92,78,89)
#463B44
(70,59,68)
#30282F
(48,40,47)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #F6D3EC

#F6D3EC
(246,211,236)
#F6D7ED
(246,215,237)
#F6DBEE
(246,219,238)
#F6DFEF
(246,223,239)
#F6E3F0
(246,227,240)
#F6E7F1
(246,231,241)
#F6EBF2
(246,235,242)
#F6EFF3
(246,239,243)
#F6F3F4
(246,243,244)
#F6F7F5
(246,247,245)
#F6FBF6
(246,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D3EC; }

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

This text font color is #F6D3EC.


Background Color

.myBgColor { background-color: #F6D3EC; }

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

This div background color is #F6D3EC.


Border color

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

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

This div border color is #F6D3EC.


Opacity

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

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

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

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

This text has shadow with #F6D3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D3EC on black background.


Color preview on white background

This text has color #F6D3EC on white background.



Black color preview on #F6D3EC background

This text has black color on #F6D3EC background.


White color preview on #F6D3EC background

This text has white color on #F6D3EC background.