COLOR #F6DED6

HEX: #F6DED6
RGB: (246,222,214)

Renk bilgisi

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

RGB renk modeli

#F6DED6 color RGB value is (246,222,214).

  • kırmız ton 246;
  • yeşil ton 222;
  • mavi ton 214.
RGB:
(246,222,214)
(96%,87%,84%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 222 of 255 = 87%
B 214 of 255 = 84%

246
222
214

R + G + B ~ 89%. #F6DED6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 222 + 214 = 682 (100%)
R 246 of 682 ~ 36.07%
G 222 of 682 ~ 32.55%
B 214 of 682 ~ 31.38%

%36.07
%32.55
%31.38

CMYK RENK MODELİ

#F6DED6 rengi CMYK tonu (0,10,13,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.76%
  • sarı tonu 13.01%
  • ana renk tonu 3.53%
CMYK:
(0,10,13,4)
C0M10Y13K4 
(0%,10%,13%,4%)
(0.00/0.10/0.13/0.04)	

CMYK yüzdeleri

%0
%9.76
%13.01
%3.53

Codes

Color #F6DED6 in popluar color models

F6DED6
RGB246222214
HSL15°64.00%90.20%
HSB/HSV15°13.01%96.47%
CMYK0.00%9.76%13.01%
3.53%

Color #F6DED6 in popluar number systems.

HEXF6DED6
Decimal246222214
Binary111101101101111011010110
Octal366336326

Shades and tints

Shades of #F6DED6

#F6DED6
(246,222,214)
#E0CAC3
(224,202,195)
#CAB6B0
(202,182,176)
#B4A29D
(180,162,157)
#9E8E8A
(158,142,138)
#887A77
(136,122,119)
#726664
(114,102,100)
#5C5251
(92,82,81)
#463E3E
(70,62,62)
#302A2B
(48,42,43)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #F6DED6

#F6DED6
(246,222,214)
#F6E1D9
(246,225,217)
#F6E4DC
(246,228,220)
#F6E7DF
(246,231,223)
#F6EAE2
(246,234,226)
#F6EDE5
(246,237,229)
#F6F0E8
(246,240,232)
#F6F3EB
(246,243,235)
#F6F6EE
(246,246,238)
#F6F9F1
(246,249,241)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DED6 color. Also use rgb(246,222,214) instead hex code.

Text Font Color

.myTextColor { color: #F6DED6; }

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

This text font color is #F6DED6.


Background Color

.myBgColor { background-color: #F6DED6; }

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

This div background color is #F6DED6.


Border color

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

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

This div border color is #F6DED6.


Opacity

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

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

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

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

This text has shadow with #F6DED6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DED6 on black background.


Color preview on white background

This text has color #F6DED6 on white background.



Black color preview on #F6DED6 background

This text has black color on #F6DED6 background.


White color preview on #F6DED6 background

This text has white color on #F6DED6 background.