COLOR #F6D4BE

HEX: #F6D4BE
RGB: (246,212,190)

Renk bilgisi

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

RGB renk modeli

#F6D4BE color RGB value is (246,212,190).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 212 of 255 = 83%
B 190 of 255 = 75%

246
212
190

R + G + B ~ 85%. #F6D4BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 212 + 190 = 648 (100%)
R 246 of 648 ~ 37.96%
G 212 of 648 ~ 32.72%
B 190 of 648 ~ 29.32%

%37.96
%32.72
%29.32

CMYK RENK MODELİ

#F6D4BE rengi CMYK tonu (0,14,23,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.82%
  • sarı tonu 22.76%
  • ana renk tonu 3.53%
CMYK:
(0,14,23,4)
C0M14Y23K4 
(0%,14%,23%,4%)
(0.00/0.14/0.23/0.04)	

CMYK yüzdeleri

%0
%13.82
%22.76
%3.53

Codes

Color #F6D4BE in popluar color models

F6D4BE
RGB246212190
HSL24°75.68%85.49%
HSB/HSV24°22.76%96.47%
CMYK0.00%13.82%22.76%
3.53%

Color #F6D4BE in popluar number systems.

HEXF6D4BE
Decimal246212190
Binary111101101101010010111110
Octal366324276

Shades and tints

Shades of #F6D4BE

#F6D4BE
(246,212,190)
#E0C1AD
(224,193,173)
#CAAE9C
(202,174,156)
#B49B8B
(180,155,139)
#9E887A
(158,136,122)
#887569
(136,117,105)
#726258
(114,98,88)
#5C4F47
(92,79,71)
#463C36
(70,60,54)
#302925
(48,41,37)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #F6D4BE

#F6D4BE
(246,212,190)
#F6D7C3
(246,215,195)
#F6DAC8
(246,218,200)
#F6DDCD
(246,221,205)
#F6E0D2
(246,224,210)
#F6E3D7
(246,227,215)
#F6E6DC
(246,230,220)
#F6E9E1
(246,233,225)
#F6ECE6
(246,236,230)
#F6EFEB
(246,239,235)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D4BE; }

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

This text font color is #F6D4BE.


Background Color

.myBgColor { background-color: #F6D4BE; }

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

This div background color is #F6D4BE.


Border color

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

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

This div border color is #F6D4BE.


Opacity

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

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

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

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

This text has shadow with #F6D4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D4BE on black background.


Color preview on white background

This text has color #F6D4BE on white background.



Black color preview on #F6D4BE background

This text has black color on #F6D4BE background.


White color preview on #F6D4BE background

This text has white color on #F6D4BE background.