COLOR #F6D6CB

HEX: #F6D6CB
RGB: (246,214,203)

Renk bilgisi

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

RGB renk modeli

#F6D6CB color RGB value is (246,214,203).

  • kırmız ton 246;
  • yeşil ton 214;
  • mavi ton 203.
RGB:
(246,214,203)
(96%,84%,80%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 214 of 255 = 84%
B 203 of 255 = 80%

246
214
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 214 + 203 = 663 (100%)
R 246 of 663 ~ 37.1%
G 214 of 663 ~ 32.28%
B 203 of 663 ~ 30.62%

%37.1
%32.28
%30.62

CMYK RENK MODELİ

#F6D6CB rengi CMYK tonu (0,13,17,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.01%
  • sarı tonu 17.48%
  • ana renk tonu 3.53%
CMYK:
(0,13,17,4)
C0M13Y17K4 
(0%,13%,17%,4%)
(0.00/0.13/0.17/0.04)	

CMYK yüzdeleri

%0
%13.01
%17.48
%3.53

Codes

Color #F6D6CB in popluar color models

F6D6CB
RGB246214203
HSL15°70.49%88.04%
HSB/HSV15°17.48%96.47%
CMYK0.00%13.01%17.48%
3.53%

Color #F6D6CB in popluar number systems.

HEXF6D6CB
Decimal246214203
Binary111101101101011011001011
Octal366326313

Shades and tints

Shades of #F6D6CB

#F6D6CB
(246,214,203)
#E0C3B9
(224,195,185)
#CAB0A7
(202,176,167)
#B49D95
(180,157,149)
#9E8A83
(158,138,131)
#887771
(136,119,113)
#72645F
(114,100,95)
#5C514D
(92,81,77)
#463E3B
(70,62,59)
#302B29
(48,43,41)
#1A1817
(26,24,23)
#000000
(0,0,0)

Tints of #F6D6CB

#F6D6CB
(246,214,203)
#F6D9CF
(246,217,207)
#F6DCD3
(246,220,211)
#F6DFD7
(246,223,215)
#F6E2DB
(246,226,219)
#F6E5DF
(246,229,223)
#F6E8E3
(246,232,227)
#F6EBE7
(246,235,231)
#F6EEEB
(246,238,235)
#F6F1EF
(246,241,239)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D6CB color. Also use rgb(246,214,203) instead hex code.

Text Font Color

.myTextColor { color: #F6D6CB; }

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

This text font color is #F6D6CB.


Background Color

.myBgColor { background-color: #F6D6CB; }

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

This div background color is #F6D6CB.


Border color

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

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

This div border color is #F6D6CB.


Opacity

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

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

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

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

This text has shadow with #F6D6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D6CB on black background.


Color preview on white background

This text has color #F6D6CB on white background.



Black color preview on #F6D6CB background

This text has black color on #F6D6CB background.


White color preview on #F6D6CB background

This text has white color on #F6D6CB background.