COLOR #F6E1DE

HEX: #F6E1DE
RGB: (246,225,222)

Renk bilgisi

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

RGB renk modeli

#F6E1DE color RGB value is (246,225,222).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 225 of 255 = 88%
B 222 of 255 = 87%

246
225
222

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 225 + 222 = 693 (100%)
R 246 of 693 ~ 35.5%
G 225 of 693 ~ 32.47%
B 222 of 693 ~ 32.03%

%35.5
%32.47
%32.03

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.54%
  • sarı tonu 9.76%
  • 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.54
%9.76
%3.53

Codes

Color #F6E1DE in popluar color models

F6E1DE
RGB246225222
HSL57.14%91.76%
HSB/HSV9.76%96.47%
CMYK0.00%8.54%9.76%
3.53%

Color #F6E1DE in popluar number systems.

HEXF6E1DE
Decimal246225222
Binary111101101110000111011110
Octal366341336

Shades and tints

Shades of #F6E1DE

#F6E1DE
(246,225,222)
#E0CDCA
(224,205,202)
#CAB9B6
(202,185,182)
#B4A5A2
(180,165,162)
#9E918E
(158,145,142)
#887D7A
(136,125,122)
#726966
(114,105,102)
#5C5552
(92,85,82)
#46413E
(70,65,62)
#302D2A
(48,45,42)
#1A1916
(26,25,22)
#000000
(0,0,0)

Tints of #F6E1DE

#F6E1DE
(246,225,222)
#F6E3E1
(246,227,225)
#F6E5E4
(246,229,228)
#F6E7E7
(246,231,231)
#F6E9EA
(246,233,234)
#F6EBED
(246,235,237)
#F6EDF0
(246,237,240)
#F6EFF3
(246,239,243)
#F6F1F6
(246,241,246)
#F6F3F9
(246,243,249)
#F6F5FC
(246,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E1DE; }

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

This text font color is #F6E1DE.


Background Color

.myBgColor { background-color: #F6E1DE; }

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

This div background color is #F6E1DE.


Border color

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

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

This div border color is #F6E1DE.


Opacity

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

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

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

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

This text has shadow with #F6E1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E1DE on black background.


Color preview on white background

This text has color #F6E1DE on white background.



Black color preview on #F6E1DE background

This text has black color on #F6E1DE background.


White color preview on #F6E1DE background

This text has white color on #F6E1DE background.