COLOR #F6C7D5

HEX: #F6C7D5
RGB: (246,199,213)

Renk bilgisi

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

RGB renk modeli

#F6C7D5 color RGB value is (246,199,213).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 199 of 255 = 78%
B 213 of 255 = 84%

246
199
213

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

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 199 + 213 = 658 (100%)
R 246 of 658 ~ 37.39%
G 199 of 658 ~ 30.24%
B 213 of 658 ~ 32.37%

%37.39
%30.24
%32.37

CMYK RENK MODELİ

#F6C7D5 rengi CMYK tonu (0,19,13,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.11%
  • sarı tonu 13.41%
  • ana renk tonu 3.53%
CMYK:
(0,19,13,4)
C0M19Y13K4 
(0%,19%,13%,4%)
(0.00/0.19/0.13/0.04)	

CMYK yüzdeleri

%0
%19.11
%13.41
%3.53

Codes

Color #F6C7D5 in popluar color models

F6C7D5
RGB246199213
HSL342°72.31%87.25%
HSB/HSV342°19.11%96.47%
CMYK0.00%19.11%13.41%
3.53%

Color #F6C7D5 in popluar number systems.

HEXF6C7D5
Decimal246199213
Binary111101101100011111010101
Octal366307325

Shades and tints

Shades of #F6C7D5

#F6C7D5
(246,199,213)
#E0B5C2
(224,181,194)
#CAA3AF
(202,163,175)
#B4919C
(180,145,156)
#9E7F89
(158,127,137)
#886D76
(136,109,118)
#725B63
(114,91,99)
#5C4950
(92,73,80)
#46373D
(70,55,61)
#30252A
(48,37,42)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #F6C7D5

#F6C7D5
(246,199,213)
#F6CCD8
(246,204,216)
#F6D1DB
(246,209,219)
#F6D6DE
(246,214,222)
#F6DBE1
(246,219,225)
#F6E0E4
(246,224,228)
#F6E5E7
(246,229,231)
#F6EAEA
(246,234,234)
#F6EFED
(246,239,237)
#F6F4F0
(246,244,240)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6C7D5; }

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

This text font color is #F6C7D5.


Background Color

.myBgColor { background-color: #F6C7D5; }

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

This div background color is #F6C7D5.


Border color

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

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

This div border color is #F6C7D5.


Opacity

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

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

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

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

This text has shadow with #F6C7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6C7D5 on black background.


Color preview on white background

This text has color #F6C7D5 on white background.



Black color preview on #F6C7D5 background

This text has black color on #F6C7D5 background.


White color preview on #F6C7D5 background

This text has white color on #F6C7D5 background.