COLOR #F6AFE5

HEX: #F6AFE5
RGB: (246,175,229)

Renk bilgisi

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

RGB renk modeli

#F6AFE5 color RGB value is (246,175,229).

  • kırmız ton 246;
  • yeşil ton 175;
  • mavi ton 229.
RGB:
(246,175,229)
(96%,69%,90%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 175 of 255 = 69%
B 229 of 255 = 90%

246
175
229

R + G + B ~ 85%. #F6AFE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 175 + 229 = 650 (100%)
R 246 of 650 ~ 37.85%
G 175 of 650 ~ 26.92%
B 229 of 650 ~ 35.23%

%37.85
%26.92
%35.23

CMYK RENK MODELİ

#F6AFE5 rengi CMYK tonu (0,29,7,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.86%
  • sarı tonu 6.91%
  • ana renk tonu 3.53%
CMYK:
(0,29,7,4)
C0M29Y7K4 
(0%,29%,7%,4%)
(0.00/0.29/0.07/0.04)	

CMYK yüzdeleri

%0
%28.86
%6.91
%3.53

Codes

Color #F6AFE5 in popluar color models

F6AFE5
RGB246175229
HSL314°79.78%82.55%
HSB/HSV314°28.86%96.47%
CMYK0.00%28.86%6.91%
3.53%

Color #F6AFE5 in popluar number systems.

HEXF6AFE5
Decimal246175229
Binary111101101010111111100101
Octal366257345

Shades and tints

Shades of #F6AFE5

#F6AFE5
(246,175,229)
#E0A0D1
(224,160,209)
#CA91BD
(202,145,189)
#B482A9
(180,130,169)
#9E7395
(158,115,149)
#886481
(136,100,129)
#72556D
(114,85,109)
#5C4659
(92,70,89)
#463745
(70,55,69)
#302831
(48,40,49)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #F6AFE5

#F6AFE5
(246,175,229)
#F6B6E7
(246,182,231)
#F6BDE9
(246,189,233)
#F6C4EB
(246,196,235)
#F6CBED
(246,203,237)
#F6D2EF
(246,210,239)
#F6D9F1
(246,217,241)
#F6E0F3
(246,224,243)
#F6E7F5
(246,231,245)
#F6EEF7
(246,238,247)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6AFE5 color. Also use rgb(246,175,229) instead hex code.

Text Font Color

.myTextColor { color: #F6AFE5; }

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

This text font color is #F6AFE5.


Background Color

.myBgColor { background-color: #F6AFE5; }

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

This div background color is #F6AFE5.


Border color

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

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

This div border color is #F6AFE5.


Opacity

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

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

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

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

This text has shadow with #F6AFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AFE5 on black background.


Color preview on white background

This text has color #F6AFE5 on white background.



Black color preview on #F6AFE5 background

This text has black color on #F6AFE5 background.


White color preview on #F6AFE5 background

This text has white color on #F6AFE5 background.