COLOR #F6E4E1

HEX: #F6E4E1
RGB: (246,228,225)

Renk bilgisi

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

RGB renk modeli

#F6E4E1 color RGB value is (246,228,225).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 228 of 255 = 89%
B 225 of 255 = 88%

246
228
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 228 + 225 = 699 (100%)
R 246 of 699 ~ 35.19%
G 228 of 699 ~ 32.62%
B 225 of 699 ~ 32.19%

%35.19
%32.62
%32.19

CMYK RENK MODELİ

#F6E4E1 rengi CMYK tonu (0,7,9,4).

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

CMYK yüzdeleri

%0
%7.32
%8.54
%3.53

Codes

Color #F6E4E1 in popluar color models

F6E4E1
RGB246228225
HSL53.85%92.35%
HSB/HSV8.54%96.47%
CMYK0.00%7.32%8.54%
3.53%

Color #F6E4E1 in popluar number systems.

HEXF6E4E1
Decimal246228225
Binary111101101110010011100001
Octal366344341

Shades and tints

Shades of #F6E4E1

#F6E4E1
(246,228,225)
#E0D0CD
(224,208,205)
#CABCB9
(202,188,185)
#B4A8A5
(180,168,165)
#9E9491
(158,148,145)
#88807D
(136,128,125)
#726C69
(114,108,105)
#5C5855
(92,88,85)
#464441
(70,68,65)
#30302D
(48,48,45)
#1A1C19
(26,28,25)
#000000
(0,0,0)

Tints of #F6E4E1

#F6E4E1
(246,228,225)
#F6E6E3
(246,230,227)
#F6E8E5
(246,232,229)
#F6EAE7
(246,234,231)
#F6ECE9
(246,236,233)
#F6EEEB
(246,238,235)
#F6F0ED
(246,240,237)
#F6F2EF
(246,242,239)
#F6F4F1
(246,244,241)
#F6F6F3
(246,246,243)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E4E1; }

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

This text font color is #F6E4E1.


Background Color

.myBgColor { background-color: #F6E4E1; }

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

This div background color is #F6E4E1.


Border color

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

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

This div border color is #F6E4E1.


Opacity

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

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

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

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

This text has shadow with #F6E4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E4E1 on black background.


Color preview on white background

This text has color #F6E4E1 on white background.



Black color preview on #F6E4E1 background

This text has black color on #F6E4E1 background.


White color preview on #F6E4E1 background

This text has white color on #F6E4E1 background.