COLOR #F6E0DD

HEX: #F6E0DD
RGB: (246,224,221)

Renk bilgisi

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

RGB renk modeli

#F6E0DD color RGB value is (246,224,221).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 224 of 255 = 88%
B 221 of 255 = 87%

246
224
221

R + G + B ~ 90%. #F6E0DD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 224 + 221 = 691 (100%)
R 246 of 691 ~ 35.6%
G 224 of 691 ~ 32.42%
B 221 of 691 ~ 31.98%

%35.6
%32.42
%31.98

CMYK RENK MODELİ

#F6E0DD rengi CMYK tonu (0,9,10,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.94%
  • sarı tonu 10.16%
  • ana renk tonu 3.53%
CMYK:
(0,9,10,4)
C0M9Y10K4 
(0%,9%,10%,4%)
(0.00/0.09/0.10/0.04)	

CMYK yüzdeleri

%0
%8.94
%10.16
%3.53

Codes

Color #F6E0DD in popluar color models

F6E0DD
RGB246224221
HSL58.14%91.57%
HSB/HSV10.16%96.47%
CMYK0.00%8.94%10.16%
3.53%

Color #F6E0DD in popluar number systems.

HEXF6E0DD
Decimal246224221
Binary111101101110000011011101
Octal366340335

Shades and tints

Shades of #F6E0DD

#F6E0DD
(246,224,221)
#E0CCC9
(224,204,201)
#CAB8B5
(202,184,181)
#B4A4A1
(180,164,161)
#9E908D
(158,144,141)
#887C79
(136,124,121)
#726865
(114,104,101)
#5C5451
(92,84,81)
#46403D
(70,64,61)
#302C29
(48,44,41)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #F6E0DD

#F6E0DD
(246,224,221)
#F6E2E0
(246,226,224)
#F6E4E3
(246,228,227)
#F6E6E6
(246,230,230)
#F6E8E9
(246,232,233)
#F6EAEC
(246,234,236)
#F6ECEF
(246,236,239)
#F6EEF2
(246,238,242)
#F6F0F5
(246,240,245)
#F6F2F8
(246,242,248)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E0DD; }

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

This text font color is #F6E0DD.


Background Color

.myBgColor { background-color: #F6E0DD; }

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

This div background color is #F6E0DD.


Border color

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

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

This div border color is #F6E0DD.


Opacity

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

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

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

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

This text has shadow with #F6E0DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E0DD on black background.


Color preview on white background

This text has color #F6E0DD on white background.



Black color preview on #F6E0DD background

This text has black color on #F6E0DD background.


White color preview on #F6E0DD background

This text has white color on #F6E0DD background.