COLOR #F6D9C9

HEX: #F6D9C9
RGB: (246,217,201)

Renk bilgisi

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

RGB renk modeli

#F6D9C9 color RGB value is (246,217,201).

  • kırmız ton 246;
  • yeşil ton 217;
  • mavi ton 201.
RGB:
(246,217,201)
(96%,85%,79%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 217 of 255 = 85%
B 201 of 255 = 79%

246
217
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 217 + 201 = 664 (100%)
R 246 of 664 ~ 37.05%
G 217 of 664 ~ 32.68%
B 201 of 664 ~ 30.27%

%37.05
%32.68
%30.27

CMYK RENK MODELİ

#F6D9C9 rengi CMYK tonu (0,12,18,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.79%
  • sarı tonu 18.29%
  • ana renk tonu 3.53%
CMYK:
(0,12,18,4)
C0M12Y18K4 
(0%,12%,18%,4%)
(0.00/0.12/0.18/0.04)	

CMYK yüzdeleri

%0
%11.79
%18.29
%3.53

Codes

Color #F6D9C9 in popluar color models

F6D9C9
RGB246217201
HSL21°71.43%87.65%
HSB/HSV21°18.29%96.47%
CMYK0.00%11.79%18.29%
3.53%

Color #F6D9C9 in popluar number systems.

HEXF6D9C9
Decimal246217201
Binary111101101101100111001001
Octal366331311

Shades and tints

Shades of #F6D9C9

#F6D9C9
(246,217,201)
#E0C6B7
(224,198,183)
#CAB3A5
(202,179,165)
#B4A093
(180,160,147)
#9E8D81
(158,141,129)
#887A6F
(136,122,111)
#72675D
(114,103,93)
#5C544B
(92,84,75)
#464139
(70,65,57)
#302E27
(48,46,39)
#1A1B15
(26,27,21)
#000000
(0,0,0)

Tints of #F6D9C9

#F6D9C9
(246,217,201)
#F6DCCD
(246,220,205)
#F6DFD1
(246,223,209)
#F6E2D5
(246,226,213)
#F6E5D9
(246,229,217)
#F6E8DD
(246,232,221)
#F6EBE1
(246,235,225)
#F6EEE5
(246,238,229)
#F6F1E9
(246,241,233)
#F6F4ED
(246,244,237)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D9C9 color. Also use rgb(246,217,201) instead hex code.

Text Font Color

.myTextColor { color: #F6D9C9; }

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

This text font color is #F6D9C9.


Background Color

.myBgColor { background-color: #F6D9C9; }

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

This div background color is #F6D9C9.


Border color

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

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

This div border color is #F6D9C9.


Opacity

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

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

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

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

This text has shadow with #F6D9C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D9C9 on black background.


Color preview on white background

This text has color #F6D9C9 on white background.



Black color preview on #F6D9C9 background

This text has black color on #F6D9C9 background.


White color preview on #F6D9C9 background

This text has white color on #F6D9C9 background.