COLOR #F6A3C4

HEX: #F6A3C4
RGB: (246,163,196)

Renk bilgisi

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

RGB renk modeli

#F6A3C4 color RGB value is (246,163,196).

  • kırmız ton 246;
  • yeşil ton 163;
  • mavi ton 196.
RGB:
(246,163,196)
(96%,64%,77%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 163 of 255 = 64%
B 196 of 255 = 77%

246
163
196

R + G + B ~ 79%. #F6A3C4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 163 + 196 = 605 (100%)
R 246 of 605 ~ 40.66%
G 163 of 605 ~ 26.94%
B 196 of 605 ~ 32.4%

%40.66
%26.94
%32.4

CMYK RENK MODELİ

#F6A3C4 rengi CMYK tonu (0,34,20,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.74%
  • sarı tonu 20.33%
  • ana renk tonu 3.53%
CMYK:
(0,34,20,4)
C0M34Y20K4 
(0%,34%,20%,4%)
(0.00/0.34/0.20/0.04)	

CMYK yüzdeleri

%0
%33.74
%20.33
%3.53

Codes

Color #F6A3C4 in popluar color models

F6A3C4
RGB246163196
HSL336°82.18%80.20%
HSB/HSV336°33.74%96.47%
CMYK0.00%33.74%20.33%
3.53%

Color #F6A3C4 in popluar number systems.

HEXF6A3C4
Decimal246163196
Binary111101101010001111000100
Octal366243304

Shades and tints

Shades of #F6A3C4

#F6A3C4
(246,163,196)
#E095B3
(224,149,179)
#CA87A2
(202,135,162)
#B47991
(180,121,145)
#9E6B80
(158,107,128)
#885D6F
(136,93,111)
#724F5E
(114,79,94)
#5C414D
(92,65,77)
#46333C
(70,51,60)
#30252B
(48,37,43)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #F6A3C4

#F6A3C4
(246,163,196)
#F6ABC9
(246,171,201)
#F6B3CE
(246,179,206)
#F6BBD3
(246,187,211)
#F6C3D8
(246,195,216)
#F6CBDD
(246,203,221)
#F6D3E2
(246,211,226)
#F6DBE7
(246,219,231)
#F6E3EC
(246,227,236)
#F6EBF1
(246,235,241)
#F6F3F6
(246,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A3C4 color. Also use rgb(246,163,196) instead hex code.

Text Font Color

.myTextColor { color: #F6A3C4; }

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

This text font color is #F6A3C4.


Background Color

.myBgColor { background-color: #F6A3C4; }

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

This div background color is #F6A3C4.


Border color

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

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

This div border color is #F6A3C4.


Opacity

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

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

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

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

This text has shadow with #F6A3C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A3C4 on black background.


Color preview on white background

This text has color #F6A3C4 on white background.



Black color preview on #F6A3C4 background

This text has black color on #F6A3C4 background.


White color preview on #F6A3C4 background

This text has white color on #F6A3C4 background.