COLOR #F6D5CB

HEX: #F6D5CB
RGB: (246,213,203)

Renk bilgisi

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

RGB renk modeli

#F6D5CB color RGB value is (246,213,203).

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

RGB bağlantıları ve doygunluk

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

246
213
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 213 + 203 = 662 (100%)
R 246 of 662 ~ 37.16%
G 213 of 662 ~ 32.18%
B 203 of 662 ~ 30.66%

%37.16
%32.18
%30.66

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.41%
  • 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.41
%17.48
%3.53

Codes

Color #F6D5CB in popluar color models

F6D5CB
RGB246213203
HSL14°70.49%88.04%
HSB/HSV14°17.48%96.47%
CMYK0.00%13.41%17.48%
3.53%

Color #F6D5CB in popluar number systems.

HEXF6D5CB
Decimal246213203
Binary111101101101010111001011
Octal366325313

Shades and tints

Shades of #F6D5CB

#F6D5CB
(246,213,203)
#E0C2B9
(224,194,185)
#CAAFA7
(202,175,167)
#B49C95
(180,156,149)
#9E8983
(158,137,131)
#887671
(136,118,113)
#72635F
(114,99,95)
#5C504D
(92,80,77)
#463D3B
(70,61,59)
#302A29
(48,42,41)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #F6D5CB

#F6D5CB
(246,213,203)
#F6D8CF
(246,216,207)
#F6DBD3
(246,219,211)
#F6DED7
(246,222,215)
#F6E1DB
(246,225,219)
#F6E4DF
(246,228,223)
#F6E7E3
(246,231,227)
#F6EAE7
(246,234,231)
#F6EDEB
(246,237,235)
#F6F0EF
(246,240,239)
#F6F3F3
(246,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D5CB; }

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

This text font color is #F6D5CB.


Background Color

.myBgColor { background-color: #F6D5CB; }

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

This div background color is #F6D5CB.


Border color

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

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

This div border color is #F6D5CB.


Opacity

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

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

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

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

This text has shadow with #F6D5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D5CB on black background.


Color preview on white background

This text has color #F6D5CB on white background.



Black color preview on #F6D5CB background

This text has black color on #F6D5CB background.


White color preview on #F6D5CB background

This text has white color on #F6D5CB background.