COLOR #F6ACC9

HEX: #F6ACC9
RGB: (246,172,201)

Renk bilgisi

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

RGB renk modeli

#F6ACC9 color RGB value is (246,172,201).

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

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 172 of 255 = 67%
B 201 of 255 = 79%

246
172
201

R + G + B ~ 81%. #F6ACC9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 172 + 201 = 619 (100%)
R 246 of 619 ~ 39.74%
G 172 of 619 ~ 27.79%
B 201 of 619 ~ 32.47%

%39.74
%27.79
%32.47

CMYK RENK MODELİ

#F6ACC9 rengi CMYK tonu (0,30,18,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.08%
  • sarı tonu 18.29%
  • ana renk tonu 3.53%
CMYK:
(0,30,18,4)
C0M30Y18K4 
(0%,30%,18%,4%)
(0.00/0.30/0.18/0.04)	

CMYK yüzdeleri

%0
%30.08
%18.29
%3.53

Codes

Color #F6ACC9 in popluar color models

F6ACC9
RGB246172201
HSL336°80.43%81.96%
HSB/HSV336°30.08%96.47%
CMYK0.00%30.08%18.29%
3.53%

Color #F6ACC9 in popluar number systems.

HEXF6ACC9
Decimal246172201
Binary111101101010110011001001
Octal366254311

Shades and tints

Shades of #F6ACC9

#F6ACC9
(246,172,201)
#E09DB7
(224,157,183)
#CA8EA5
(202,142,165)
#B47F93
(180,127,147)
#9E7081
(158,112,129)
#88616F
(136,97,111)
#72525D
(114,82,93)
#5C434B
(92,67,75)
#463439
(70,52,57)
#302527
(48,37,39)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #F6ACC9

#F6ACC9
(246,172,201)
#F6B3CD
(246,179,205)
#F6BAD1
(246,186,209)
#F6C1D5
(246,193,213)
#F6C8D9
(246,200,217)
#F6CFDD
(246,207,221)
#F6D6E1
(246,214,225)
#F6DDE5
(246,221,229)
#F6E4E9
(246,228,233)
#F6EBED
(246,235,237)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6ACC9; }

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

This text font color is #F6ACC9.


Background Color

.myBgColor { background-color: #F6ACC9; }

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

This div background color is #F6ACC9.


Border color

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

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

This div border color is #F6ACC9.


Opacity

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

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

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

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

This text has shadow with #F6ACC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6ACC9 on black background.


Color preview on white background

This text has color #F6ACC9 on white background.



Black color preview on #F6ACC9 background

This text has black color on #F6ACC9 background.


White color preview on #F6ACC9 background

This text has white color on #F6ACC9 background.