COLOR #F6ACD6

HEX: #F6ACD6
RGB: (246,172,214)

Renk bilgisi

#F6ACD6 contains mainly red and blue colors. #F6ACD6 ‘ nin web güvenlik rengi #FF99CC (ya da #F9C) dir.

RGB renk modeli

#F6ACD6 color RGB value is (246,172,214).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 172 of 255 = 67%
B 214 of 255 = 84%

246
172
214

R + G + B ~ 82%. #F6ACD6 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 172 + 214 = 632 (100%)
R 246 of 632 ~ 38.92%
G 172 of 632 ~ 27.22%
B 214 of 632 ~ 33.86%

%38.92
%27.22
%33.86

CMYK RENK MODELİ

#F6ACD6 rengi CMYK tonu (0,30,13,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.08%
  • sarı tonu 13.01%
  • ana renk tonu 3.53%
CMYK:
(0,30,13,4)
C0M30Y13K4 
(0%,30%,13%,4%)
(0.00/0.30/0.13/0.04)	

CMYK yüzdeleri

%0
%30.08
%13.01
%3.53

Codes

Color #F6ACD6 in popluar color models

F6ACD6
RGB246172214
HSL326°80.43%81.96%
HSB/HSV326°30.08%96.47%
CMYK0.00%30.08%13.01%
3.53%

Color #F6ACD6 in popluar number systems.

HEXF6ACD6
Decimal246172214
Binary111101101010110011010110
Octal366254326

Shades and tints

Shades of #F6ACD6

#F6ACD6
(246,172,214)
#E09DC3
(224,157,195)
#CA8EB0
(202,142,176)
#B47F9D
(180,127,157)
#9E708A
(158,112,138)
#886177
(136,97,119)
#725264
(114,82,100)
#5C4351
(92,67,81)
#46343E
(70,52,62)
#30252B
(48,37,43)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #F6ACD6

#F6ACD6
(246,172,214)
#F6B3D9
(246,179,217)
#F6BADC
(246,186,220)
#F6C1DF
(246,193,223)
#F6C8E2
(246,200,226)
#F6CFE5
(246,207,229)
#F6D6E8
(246,214,232)
#F6DDEB
(246,221,235)
#F6E4EE
(246,228,238)
#F6EBF1
(246,235,241)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6ACD6; }

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

This text font color is #F6ACD6.


Background Color

.myBgColor { background-color: #F6ACD6; }

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

This div background color is #F6ACD6.


Border color

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

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

This div border color is #F6ACD6.


Opacity

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

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

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

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

This text has shadow with #F6ACD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6ACD6 on black background.


Color preview on white background

This text has color #F6ACD6 on white background.



Black color preview on #F6ACD6 background

This text has black color on #F6ACD6 background.


White color preview on #F6ACD6 background

This text has white color on #F6ACD6 background.