COLOR #F6D8ED

HEX: #F6D8ED
RGB: (246,216,237)

Renk bilgisi

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

RGB renk modeli

#F6D8ED color RGB value is (246,216,237).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 216 of 255 = 85%
B 237 of 255 = 93%

246
216
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 216 + 237 = 699 (100%)
R 246 of 699 ~ 35.19%
G 216 of 699 ~ 30.9%
B 237 of 699 ~ 33.91%

%35.19
%30.9
%33.91

CMYK RENK MODELİ

#F6D8ED rengi CMYK tonu (0,12,4,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.20%
  • sarı tonu 3.66%
  • ana renk tonu 3.53%
CMYK:
(0,12,4,4)
C0M12Y4K4 
(0%,12%,4%,4%)
(0.00/0.12/0.04/0.04)	

CMYK yüzdeleri

%0
%12.2
%3.66
%3.53

Codes

Color #F6D8ED in popluar color models

F6D8ED
RGB246216237
HSL318°62.50%90.59%
HSB/HSV318°12.20%96.47%
CMYK0.00%12.20%3.66%
3.53%

Color #F6D8ED in popluar number systems.

HEXF6D8ED
Decimal246216237
Binary111101101101100011101101
Octal366330355

Shades and tints

Shades of #F6D8ED

#F6D8ED
(246,216,237)
#E0C5D8
(224,197,216)
#CAB2C3
(202,178,195)
#B49FAE
(180,159,174)
#9E8C99
(158,140,153)
#887984
(136,121,132)
#72666F
(114,102,111)
#5C535A
(92,83,90)
#464045
(70,64,69)
#302D30
(48,45,48)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #F6D8ED

#F6D8ED
(246,216,237)
#F6DBEE
(246,219,238)
#F6DEEF
(246,222,239)
#F6E1F0
(246,225,240)
#F6E4F1
(246,228,241)
#F6E7F2
(246,231,242)
#F6EAF3
(246,234,243)
#F6EDF4
(246,237,244)
#F6F0F5
(246,240,245)
#F6F3F6
(246,243,246)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D8ED; }

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

This text font color is #F6D8ED.


Background Color

.myBgColor { background-color: #F6D8ED; }

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

This div background color is #F6D8ED.


Border color

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

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

This div border color is #F6D8ED.


Opacity

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

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

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

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

This text has shadow with #F6D8ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D8ED on black background.


Color preview on white background

This text has color #F6D8ED on white background.



Black color preview on #F6D8ED background

This text has black color on #F6D8ED background.


White color preview on #F6D8ED background

This text has white color on #F6D8ED background.