COLOR #F6E6DD

HEX: #F6E6DD
RGB: (246,230,221)

Renk bilgisi

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

RGB renk modeli

#F6E6DD color RGB value is (246,230,221).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 230 of 255 = 90%
B 221 of 255 = 87%

246
230
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 230 + 221 = 697 (100%)
R 246 of 697 ~ 35.29%
G 230 of 697 ~ 33%
B 221 of 697 ~ 31.71%

%35.29
%33
%31.71

CMYK RENK MODELİ

#F6E6DD rengi CMYK tonu (0,7,10,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.50%
  • sarı tonu 10.16%
  • ana renk tonu 3.53%
CMYK:
(0,7,10,4)
C0M7Y10K4 
(0%,7%,10%,4%)
(0.00/0.07/0.10/0.04)	

CMYK yüzdeleri

%0
%6.5
%10.16
%3.53

Codes

Color #F6E6DD in popluar color models

F6E6DD
RGB246230221
HSL22°58.14%91.57%
HSB/HSV22°10.16%96.47%
CMYK0.00%6.50%10.16%
3.53%

Color #F6E6DD in popluar number systems.

HEXF6E6DD
Decimal246230221
Binary111101101110011011011101
Octal366346335

Shades and tints

Shades of #F6E6DD

#F6E6DD
(246,230,221)
#E0D2C9
(224,210,201)
#CABEB5
(202,190,181)
#B4AAA1
(180,170,161)
#9E968D
(158,150,141)
#888279
(136,130,121)
#726E65
(114,110,101)
#5C5A51
(92,90,81)
#46463D
(70,70,61)
#303229
(48,50,41)
#1A1E15
(26,30,21)
#000000
(0,0,0)

Tints of #F6E6DD

#F6E6DD
(246,230,221)
#F6E8E0
(246,232,224)
#F6EAE3
(246,234,227)
#F6ECE6
(246,236,230)
#F6EEE9
(246,238,233)
#F6F0EC
(246,240,236)
#F6F2EF
(246,242,239)
#F6F4F2
(246,244,242)
#F6F6F5
(246,246,245)
#F6F8F8
(246,248,248)
#F6FAFB
(246,250,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E6DD; }

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

This text font color is #F6E6DD.


Background Color

.myBgColor { background-color: #F6E6DD; }

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

This div background color is #F6E6DD.


Border color

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

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

This div border color is #F6E6DD.


Opacity

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

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

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

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

This text has shadow with #F6E6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E6DD on black background.


Color preview on white background

This text has color #F6E6DD on white background.



Black color preview on #F6E6DD background

This text has black color on #F6E6DD background.


White color preview on #F6E6DD background

This text has white color on #F6E6DD background.