COLOR #F6D9EE

HEX: #F6D9EE
RGB: (246,217,238)

Renk bilgisi

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

RGB renk modeli

#F6D9EE color RGB value is (246,217,238).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 217 of 255 = 85%
B 238 of 255 = 93%

246
217
238

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 217 + 238 = 701 (100%)
R 246 of 701 ~ 35.09%
G 217 of 701 ~ 30.96%
B 238 of 701 ~ 33.95%

%35.09
%30.96
%33.95

CMYK RENK MODELİ

#F6D9EE rengi CMYK tonu (0,12,3,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.79%
  • sarı tonu 3.25%
  • ana renk tonu 3.53%
CMYK:
(0,12,3,4)
C0M12Y3K4 
(0%,12%,3%,4%)
(0.00/0.12/0.03/0.04)	

CMYK yüzdeleri

%0
%11.79
%3.25
%3.53

Codes

Color #F6D9EE in popluar color models

F6D9EE
RGB246217238
HSL317°61.70%90.78%
HSB/HSV317°11.79%96.47%
CMYK0.00%11.79%3.25%
3.53%

Color #F6D9EE in popluar number systems.

HEXF6D9EE
Decimal246217238
Binary111101101101100111101110
Octal366331356

Shades and tints

Shades of #F6D9EE

#F6D9EE
(246,217,238)
#E0C6D9
(224,198,217)
#CAB3C4
(202,179,196)
#B4A0AF
(180,160,175)
#9E8D9A
(158,141,154)
#887A85
(136,122,133)
#726770
(114,103,112)
#5C545B
(92,84,91)
#464146
(70,65,70)
#302E31
(48,46,49)
#1A1B1C
(26,27,28)
#000000
(0,0,0)

Tints of #F6D9EE

#F6D9EE
(246,217,238)
#F6DCEF
(246,220,239)
#F6DFF0
(246,223,240)
#F6E2F1
(246,226,241)
#F6E5F2
(246,229,242)
#F6E8F3
(246,232,243)
#F6EBF4
(246,235,244)
#F6EEF5
(246,238,245)
#F6F1F6
(246,241,246)
#F6F4F7
(246,244,247)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D9EE color. Also use rgb(246,217,238) instead hex code.

Text Font Color

.myTextColor { color: #F6D9EE; }

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

This text font color is #F6D9EE.


Background Color

.myBgColor { background-color: #F6D9EE; }

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

This div background color is #F6D9EE.


Border color

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

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

This div border color is #F6D9EE.


Opacity

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

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

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

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

This text has shadow with #F6D9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D9EE on black background.


Color preview on white background

This text has color #F6D9EE on white background.



Black color preview on #F6D9EE background

This text has black color on #F6D9EE background.


White color preview on #F6D9EE background

This text has white color on #F6D9EE background.