COLOR #F6EDE1

HEX: #F6EDE1
RGB: (246,237,225)

Renk bilgisi

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

RGB renk modeli

#F6EDE1 color RGB value is (246,237,225).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 237 of 255 = 93%
B 225 of 255 = 88%

246
237
225

R + G + B ~ 92%. #F6EDE1 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 237 + 225 = 708 (100%)
R 246 of 708 ~ 34.75%
G 237 of 708 ~ 33.47%
B 225 of 708 ~ 31.78%

%34.75
%33.47
%31.78

CMYK RENK MODELİ

#F6EDE1 rengi CMYK tonu (0,4,9,4).

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

CMYK yüzdeleri

%0
%3.66
%8.54
%3.53

Codes

Color #F6EDE1 in popluar color models

F6EDE1
RGB246237225
HSL34°53.85%92.35%
HSB/HSV34°8.54%96.47%
CMYK0.00%3.66%8.54%
3.53%

Color #F6EDE1 in popluar number systems.

HEXF6EDE1
Decimal246237225
Binary111101101110110111100001
Octal366355341

Shades and tints

Shades of #F6EDE1

#F6EDE1
(246,237,225)
#E0D8CD
(224,216,205)
#CAC3B9
(202,195,185)
#B4AEA5
(180,174,165)
#9E9991
(158,153,145)
#88847D
(136,132,125)
#726F69
(114,111,105)
#5C5A55
(92,90,85)
#464541
(70,69,65)
#30302D
(48,48,45)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #F6EDE1

#F6EDE1
(246,237,225)
#F6EEE3
(246,238,227)
#F6EFE5
(246,239,229)
#F6F0E7
(246,240,231)
#F6F1E9
(246,241,233)
#F6F2EB
(246,242,235)
#F6F3ED
(246,243,237)
#F6F4EF
(246,244,239)
#F6F5F1
(246,245,241)
#F6F6F3
(246,246,243)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EDE1; }

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

This text font color is #F6EDE1.


Background Color

.myBgColor { background-color: #F6EDE1; }

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

This div background color is #F6EDE1.


Border color

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

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

This div border color is #F6EDE1.


Opacity

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

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

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

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

This text has shadow with #F6EDE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6EDE1 on black background.


Color preview on white background

This text has color #F6EDE1 on white background.



Black color preview on #F6EDE1 background

This text has black color on #F6EDE1 background.


White color preview on #F6EDE1 background

This text has white color on #F6EDE1 background.