COLOR #F6A4AE

HEX: #F6A4AE
RGB: (246,164,174)

Renk bilgisi

#F6A4AE contains mainly red color. #F6A4AE ‘ nin web güvenlik rengi #FF9999 (ya da #F99) dir.

RGB renk modeli

#F6A4AE color RGB value is (246,164,174).

  • kırmız ton 246;
  • yeşil ton 164;
  • mavi ton 174.
RGB:
(246,164,174)
(96%,64%,68%)

RGB bağlantıları ve doygunluk

R 246 of 255 = 96%
G 164 of 255 = 64%
B 174 of 255 = 68%

246
164
174

R + G + B ~ 76%. #F6A4AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
246 + 164 + 174 = 584 (100%)
R 246 of 584 ~ 42.12%
G 164 of 584 ~ 28.08%
B 174 of 584 ~ 29.79%

%42.12
%28.08
%29.79

CMYK RENK MODELİ

#F6A4AE rengi CMYK tonu (0,33,29,4).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.33%
  • sarı tonu 29.27%
  • ana renk tonu 3.53%
CMYK:
(0,33,29,4)
C0M33Y29K4 
(0%,33%,29%,4%)
(0.00/0.33/0.29/0.04)	

CMYK yüzdeleri

%0
%33.33
%29.27
%3.53

Codes

Color #F6A4AE in popluar color models

F6A4AE
RGB246164174
HSL353°82.00%80.39%
HSB/HSV353°33.33%96.47%
CMYK0.00%33.33%29.27%
3.53%

Color #F6A4AE in popluar number systems.

HEXF6A4AE
Decimal246164174
Binary111101101010010010101110
Octal366244256

Shades and tints

Shades of #F6A4AE

#F6A4AE
(246,164,174)
#E0969F
(224,150,159)
#CA8890
(202,136,144)
#B47A81
(180,122,129)
#9E6C72
(158,108,114)
#885E63
(136,94,99)
#725054
(114,80,84)
#5C4245
(92,66,69)
#463436
(70,52,54)
#302627
(48,38,39)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #F6A4AE

#F6A4AE
(246,164,174)
#F6ACB5
(246,172,181)
#F6B4BC
(246,180,188)
#F6BCC3
(246,188,195)
#F6C4CA
(246,196,202)
#F6CCD1
(246,204,209)
#F6D4D8
(246,212,216)
#F6DCDF
(246,220,223)
#F6E4E6
(246,228,230)
#F6ECED
(246,236,237)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6A4AE color. Also use rgb(246,164,174) instead hex code.

Text Font Color

.myTextColor { color: #F6A4AE; }

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

This text font color is #F6A4AE.


Background Color

.myBgColor { background-color: #F6A4AE; }

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

This div background color is #F6A4AE.


Border color

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

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

This div border color is #F6A4AE.


Opacity

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

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

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

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

This text has shadow with #F6A4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6A4AE on black background.


Color preview on white background

This text has color #F6A4AE on white background.



Black color preview on #F6A4AE background

This text has black color on #F6A4AE background.


White color preview on #F6A4AE background

This text has white color on #F6A4AE background.