COLOR #F6E0D6

HEX: #F6E0D6
RGB: (246,224,214)

Renk bilgisi

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

RGB renk modeli

#F6E0D6 color RGB value is (246,224,214).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 224 of 255 = 88%
B 214 of 255 = 84%

246
224
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 224 + 214 = 684 (100%)
R 246 of 684 ~ 35.96%
G 224 of 684 ~ 32.75%
B 214 of 684 ~ 31.29%

%35.96
%32.75
%31.29

CMYK RENK MODELİ

#F6E0D6 rengi CMYK tonu (0,9,13,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.94%
  • sarı tonu 13.01%
  • ana renk tonu 3.53%
CMYK:
(0,9,13,4)
C0M9Y13K4 
(0%,9%,13%,4%)
(0.00/0.09/0.13/0.04)	

CMYK yüzdeleri

%0
%8.94
%13.01
%3.53

Codes

Color #F6E0D6 in popluar color models

F6E0D6
RGB246224214
HSL19°64.00%90.20%
HSB/HSV19°13.01%96.47%
CMYK0.00%8.94%13.01%
3.53%

Color #F6E0D6 in popluar number systems.

HEXF6E0D6
Decimal246224214
Binary111101101110000011010110
Octal366340326

Shades and tints

Shades of #F6E0D6

#F6E0D6
(246,224,214)
#E0CCC3
(224,204,195)
#CAB8B0
(202,184,176)
#B4A49D
(180,164,157)
#9E908A
(158,144,138)
#887C77
(136,124,119)
#726864
(114,104,100)
#5C5451
(92,84,81)
#46403E
(70,64,62)
#302C2B
(48,44,43)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #F6E0D6

#F6E0D6
(246,224,214)
#F6E2D9
(246,226,217)
#F6E4DC
(246,228,220)
#F6E6DF
(246,230,223)
#F6E8E2
(246,232,226)
#F6EAE5
(246,234,229)
#F6ECE8
(246,236,232)
#F6EEEB
(246,238,235)
#F6F0EE
(246,240,238)
#F6F2F1
(246,242,241)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E0D6; }

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

This text font color is #F6E0D6.


Background Color

.myBgColor { background-color: #F6E0D6; }

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

This div background color is #F6E0D6.


Border color

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

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

This div border color is #F6E0D6.


Opacity

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

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

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

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

This text has shadow with #F6E0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E0D6 on black background.


Color preview on white background

This text has color #F6E0D6 on white background.



Black color preview on #F6E0D6 background

This text has black color on #F6E0D6 background.


White color preview on #F6E0D6 background

This text has white color on #F6E0D6 background.