COLOR #F6D3C8

HEX: #F6D3C8
RGB: (246,211,200)

Renk bilgisi

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

RGB renk modeli

#F6D3C8 color RGB value is (246,211,200).

  • kırmız ton 246;
  • yeşil ton 211;
  • mavi ton 200.
RGB:
(246,211,200)
(96%,83%,78%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 211 of 255 = 83%
B 200 of 255 = 78%

246
211
200

R + G + B ~ 86%. #F6D3C8 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 211 + 200 = 657 (100%)
R 246 of 657 ~ 37.44%
G 211 of 657 ~ 32.12%
B 200 of 657 ~ 30.44%

%37.44
%32.12
%30.44

CMYK RENK MODELİ

#F6D3C8 rengi CMYK tonu (0,14,19,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 14.23%
  • sarı tonu 18.70%
  • ana renk tonu 3.53%
CMYK:
(0,14,19,4)
C0M14Y19K4 
(0%,14%,19%,4%)
(0.00/0.14/0.19/0.04)	

CMYK yüzdeleri

%0
%14.23
%18.7
%3.53

Codes

Color #F6D3C8 in popluar color models

F6D3C8
RGB246211200
HSL14°71.88%87.45%
HSB/HSV14°18.70%96.47%
CMYK0.00%14.23%18.70%
3.53%

Color #F6D3C8 in popluar number systems.

HEXF6D3C8
Decimal246211200
Binary111101101101001111001000
Octal366323310

Shades and tints

Shades of #F6D3C8

#F6D3C8
(246,211,200)
#E0C0B6
(224,192,182)
#CAADA4
(202,173,164)
#B49A92
(180,154,146)
#9E8780
(158,135,128)
#88746E
(136,116,110)
#72615C
(114,97,92)
#5C4E4A
(92,78,74)
#463B38
(70,59,56)
#302826
(48,40,38)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #F6D3C8

#F6D3C8
(246,211,200)
#F6D7CD
(246,215,205)
#F6DBD2
(246,219,210)
#F6DFD7
(246,223,215)
#F6E3DC
(246,227,220)
#F6E7E1
(246,231,225)
#F6EBE6
(246,235,230)
#F6EFEB
(246,239,235)
#F6F3F0
(246,243,240)
#F6F7F5
(246,247,245)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D3C8 color. Also use rgb(246,211,200) instead hex code.

Text Font Color

.myTextColor { color: #F6D3C8; }

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

This text font color is #F6D3C8.


Background Color

.myBgColor { background-color: #F6D3C8; }

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

This div background color is #F6D3C8.


Border color

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

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

This div border color is #F6D3C8.


Opacity

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

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

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

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

This text has shadow with #F6D3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D3C8 on black background.


Color preview on white background

This text has color #F6D3C8 on white background.



Black color preview on #F6D3C8 background

This text has black color on #F6D3C8 background.


White color preview on #F6D3C8 background

This text has white color on #F6D3C8 background.