COLOR #F6EDEB

HEX: #F6EDEB
RGB: (246,237,235)

Renk bilgisi

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

RGB renk modeli

#F6EDEB color RGB value is (246,237,235).

  • kırmız ton 246;
  • yeşil ton 237;
  • mavi ton 235.
RGB:
(246,237,235)
(96%,93%,92%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 237 of 255 = 93%
B 235 of 255 = 92%

246
237
235

R + G + B ~ 94%. #F6EDEB is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 237 + 235 = 718 (100%)
R 246 of 718 ~ 34.26%
G 237 of 718 ~ 33.01%
B 235 of 718 ~ 32.73%

%34.26
%33.01
%32.73

CMYK RENK MODELİ

#F6EDEB rengi CMYK tonu (0,4,4,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.66%
  • sarı tonu 4.47%
  • ana renk tonu 3.53%
CMYK:
(0,4,4,4)
C0M4Y4K4 
(0%,4%,4%,4%)
(0.00/0.04/0.04/0.04)	

CMYK yüzdeleri

%0
%3.66
%4.47
%3.53

Codes

Color #F6EDEB in popluar color models

F6EDEB
RGB246237235
HSL11°37.93%94.31%
HSB/HSV11°4.47%96.47%
CMYK0.00%3.66%4.47%
3.53%

Color #F6EDEB in popluar number systems.

HEXF6EDEB
Decimal246237235
Binary111101101110110111101011
Octal366355353

Shades and tints

Shades of #F6EDEB

#F6EDEB
(246,237,235)
#E0D8D6
(224,216,214)
#CAC3C1
(202,195,193)
#B4AEAC
(180,174,172)
#9E9997
(158,153,151)
#888482
(136,132,130)
#726F6D
(114,111,109)
#5C5A58
(92,90,88)
#464543
(70,69,67)
#30302E
(48,48,46)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #F6EDEB

#F6EDEB
(246,237,235)
#F6EEEC
(246,238,236)
#F6EFED
(246,239,237)
#F6F0EE
(246,240,238)
#F6F1EF
(246,241,239)
#F6F2F0
(246,242,240)
#F6F3F1
(246,243,241)
#F6F4F2
(246,244,242)
#F6F5F3
(246,245,243)
#F6F6F4
(246,246,244)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6EDEB color. Also use rgb(246,237,235) instead hex code.

Text Font Color

.myTextColor { color: #F6EDEB; }

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

This text font color is #F6EDEB.


Background Color

.myBgColor { background-color: #F6EDEB; }

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

This div background color is #F6EDEB.


Border color

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

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

This div border color is #F6EDEB.


Opacity

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

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

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

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

This text has shadow with #F6EDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDEB on black background.


Color preview on white background

This text has color #F6EDEB on white background.



Black color preview on #F6EDEB background

This text has black color on #F6EDEB background.


White color preview on #F6EDEB background

This text has white color on #F6EDEB background.