COLOR #F6D8E7

HEX: #F6D8E7
RGB: (246,216,231)

Renk bilgisi

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

RGB renk modeli

#F6D8E7 color RGB value is (246,216,231).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 216 of 255 = 85%
B 231 of 255 = 91%

246
216
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 216 + 231 = 693 (100%)
R 246 of 693 ~ 35.5%
G 216 of 693 ~ 31.17%
B 231 of 693 ~ 33.33%

%35.5
%31.17
%33.33

CMYK RENK MODELİ

#F6D8E7 rengi CMYK tonu (0,12,6,4).

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

CMYK yüzdeleri

%0
%12.2
%6.1
%3.53

Codes

Color #F6D8E7 in popluar color models

F6D8E7
RGB246216231
HSL330°62.50%90.59%
HSB/HSV330°12.20%96.47%
CMYK0.00%12.20%6.10%
3.53%

Color #F6D8E7 in popluar number systems.

HEXF6D8E7
Decimal246216231
Binary111101101101100011100111
Octal366330347

Shades and tints

Shades of #F6D8E7

#F6D8E7
(246,216,231)
#E0C5D2
(224,197,210)
#CAB2BD
(202,178,189)
#B49FA8
(180,159,168)
#9E8C93
(158,140,147)
#88797E
(136,121,126)
#726669
(114,102,105)
#5C5354
(92,83,84)
#46403F
(70,64,63)
#302D2A
(48,45,42)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #F6D8E7

#F6D8E7
(246,216,231)
#F6DBE9
(246,219,233)
#F6DEEB
(246,222,235)
#F6E1ED
(246,225,237)
#F6E4EF
(246,228,239)
#F6E7F1
(246,231,241)
#F6EAF3
(246,234,243)
#F6EDF5
(246,237,245)
#F6F0F7
(246,240,247)
#F6F3F9
(246,243,249)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D8E7; }

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

This text font color is #F6D8E7.


Background Color

.myBgColor { background-color: #F6D8E7; }

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

This div background color is #F6D8E7.


Border color

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

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

This div border color is #F6D8E7.


Opacity

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

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

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

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

This text has shadow with #F6D8E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D8E7 on black background.


Color preview on white background

This text has color #F6D8E7 on white background.



Black color preview on #F6D8E7 background

This text has black color on #F6D8E7 background.


White color preview on #F6D8E7 background

This text has white color on #F6D8E7 background.