COLOR #F6D4EF

HEX: #F6D4EF
RGB: (246,212,239)

Renk bilgisi

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

RGB renk modeli

#F6D4EF color RGB value is (246,212,239).

  • kırmız ton 246;
  • yeşil ton 212;
  • mavi ton 239.
RGB:
(246,212,239)
(96%,83%,94%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 212 of 255 = 83%
B 239 of 255 = 94%

246
212
239

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 212 + 239 = 697 (100%)
R 246 of 697 ~ 35.29%
G 212 of 697 ~ 30.42%
B 239 of 697 ~ 34.29%

%35.29
%30.42
%34.29

CMYK RENK MODELİ

#F6D4EF rengi CMYK tonu (0,14,3,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.82%
  • sarı tonu 2.85%
  • ana renk tonu 3.53%
CMYK:
(0,14,3,4)
C0M14Y3K4 
(0%,14%,3%,4%)
(0.00/0.14/0.03/0.04)	

CMYK yüzdeleri

%0
%13.82
%2.85
%3.53

Codes

Color #F6D4EF in popluar color models

F6D4EF
RGB246212239
HSL312°65.38%89.80%
HSB/HSV312°13.82%96.47%
CMYK0.00%13.82%2.85%
3.53%

Color #F6D4EF in popluar number systems.

HEXF6D4EF
Decimal246212239
Binary111101101101010011101111
Octal366324357

Shades and tints

Shades of #F6D4EF

#F6D4EF
(246,212,239)
#E0C1DA
(224,193,218)
#CAAEC5
(202,174,197)
#B49BB0
(180,155,176)
#9E889B
(158,136,155)
#887586
(136,117,134)
#726271
(114,98,113)
#5C4F5C
(92,79,92)
#463C47
(70,60,71)
#302932
(48,41,50)
#1A161D
(26,22,29)
#000000
(0,0,0)

Tints of #F6D4EF

#F6D4EF
(246,212,239)
#F6D7F0
(246,215,240)
#F6DAF1
(246,218,241)
#F6DDF2
(246,221,242)
#F6E0F3
(246,224,243)
#F6E3F4
(246,227,244)
#F6E6F5
(246,230,245)
#F6E9F6
(246,233,246)
#F6ECF7
(246,236,247)
#F6EFF8
(246,239,248)
#F6F2F9
(246,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D4EF color. Also use rgb(246,212,239) instead hex code.

Text Font Color

.myTextColor { color: #F6D4EF; }

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

This text font color is #F6D4EF.


Background Color

.myBgColor { background-color: #F6D4EF; }

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

This div background color is #F6D4EF.


Border color

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

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

This div border color is #F6D4EF.


Opacity

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

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

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

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

This text has shadow with #F6D4EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D4EF on black background.


Color preview on white background

This text has color #F6D4EF on white background.



Black color preview on #F6D4EF background

This text has black color on #F6D4EF background.


White color preview on #F6D4EF background

This text has white color on #F6D4EF background.