COLOR #F6E4BE

HEX: #F6E4BE
RGB: (246,228,190)

Renk bilgisi

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

RGB renk modeli

#F6E4BE color RGB value is (246,228,190).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 228 of 255 = 89%
B 190 of 255 = 75%

246
228
190

R + G + B ~ 87%. #F6E4BE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 228 + 190 = 664 (100%)
R 246 of 664 ~ 37.05%
G 228 of 664 ~ 34.34%
B 190 of 664 ~ 28.61%

%37.05
%34.34
%28.61

CMYK RENK MODELİ

#F6E4BE rengi CMYK tonu (0,7,23,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.32%
  • sarı tonu 22.76%
  • ana renk tonu 3.53%
CMYK:
(0,7,23,4)
C0M7Y23K4 
(0%,7%,23%,4%)
(0.00/0.07/0.23/0.04)	

CMYK yüzdeleri

%0
%7.32
%22.76
%3.53

Codes

Color #F6E4BE in popluar color models

F6E4BE
RGB246228190
HSL41°75.68%85.49%
HSB/HSV41°22.76%96.47%
CMYK0.00%7.32%22.76%
3.53%

Color #F6E4BE in popluar number systems.

HEXF6E4BE
Decimal246228190
Binary111101101110010010111110
Octal366344276

Shades and tints

Shades of #F6E4BE

#F6E4BE
(246,228,190)
#E0D0AD
(224,208,173)
#CABC9C
(202,188,156)
#B4A88B
(180,168,139)
#9E947A
(158,148,122)
#888069
(136,128,105)
#726C58
(114,108,88)
#5C5847
(92,88,71)
#464436
(70,68,54)
#303025
(48,48,37)
#1A1C14
(26,28,20)
#000000
(0,0,0)

Tints of #F6E4BE

#F6E4BE
(246,228,190)
#F6E6C3
(246,230,195)
#F6E8C8
(246,232,200)
#F6EACD
(246,234,205)
#F6ECD2
(246,236,210)
#F6EED7
(246,238,215)
#F6F0DC
(246,240,220)
#F6F2E1
(246,242,225)
#F6F4E6
(246,244,230)
#F6F6EB
(246,246,235)
#F6F8F0
(246,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E4BE; }

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

This text font color is #F6E4BE.


Background Color

.myBgColor { background-color: #F6E4BE; }

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

This div background color is #F6E4BE.


Border color

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

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

This div border color is #F6E4BE.


Opacity

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

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

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

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

This text has shadow with #F6E4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E4BE on black background.


Color preview on white background

This text has color #F6E4BE on white background.



Black color preview on #F6E4BE background

This text has black color on #F6E4BE background.


White color preview on #F6E4BE background

This text has white color on #F6E4BE background.