COLOR #F6AD92

HEX: #F6AD92 RGB: (246,173,146)

Color info

#F6AD92 contains mainly red color. Web safe color of #F6AD92 is #FF9999 (or #F99).

RGB color model

#F6AD92 color RGB value is (246,173,146).

RGB: (246,173,146) (96%, 68%, 57%)

RGB channels and saturation

R 246 of 255 = 96%
G 173 of 255 = 68%
B 146 of 255 = 57%

246
173
146

R + G + B ~ 74%. #F6AD92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 173 + 146 = 565 (100%)
R 246 of 565 ~ 43.54%
G 173 of 565 ~ 30.62%
B 146 of 565 ~ 25.84'%

%43.54
%30.62
%25.84

CMYK color model

#F6AD92 color CMYK value is (0,30,41,4).

  • cyan value is 0.00%
  • magenta value is 29.67%
  • yellow value is 40.65%
  • key color value is 3.53%

CMYK: (0,30,41,4)
C0M30Y41K4 (0%, 30%, 41%, 4%)
(0.00 / 0.30 / 0.41 / 0.04)

CMYK percentages

%0
%29.67
%40.65
%3.53

Codes

Color #F6AD92 in popluar color models

F6 AD 92
RGB 246 173 146
HSL 16° 84.75% 76.86%
HSB/HSV 16° 40.65% 96.47%
CMYK 0.00% 29.67% 40.65%
3.53%

Color #F6AD92 in popluar number systems.

HEX F6 AD 92
Decimal 246 173 146
Binary 11110110 10101101 10010010
Octal 366 255 222

Shades and tints

Shades of #F6AD92

#F6AD92
(246,173,146)
#E09E85
(224,158,133)
#CA8F78
(202,143,120)
#B4806B
(180,128,107)
#9E715E
(158,113,94)
#886251
(136,98,81)
#725344
(114,83,68)
#5C4437
(92,68,55)
#46352A
(70,53,42)
#30261D
(48,38,29)
#1A1710
(26,23,16)
#000000
(0,0,0)

Tints of #F6AD92

#F6AD92
(246,173,146)
#F6B49B
(246,180,155)
#F6BBA4
(246,187,164)
#F6C2AD
(246,194,173)
#F6C9B6
(246,201,182)
#F6D0BF
(246,208,191)
#F6D7C8
(246,215,200)
#F6DED1
(246,222,209)
#F6E5DA
(246,229,218)
#F6ECE3
(246,236,227)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6AD92 color. Also use rgb(246,173,146) instead hex code.

Text Font Color

.myTextColor { color: #F6AD92; }

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

This text font color is #F6AD92.

Background Color

.myBgColor { background-color: #F6AD92; }

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

This div background color is #F6AD92.

Border color

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

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

This div border color is #F6AD92.

Opacity

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

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

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

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

This text has shadow with #F6AD92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6AD92.

Preview

Color preview on black background

This text has color #F6AD92 on black background.


Color preview on white background

This text has color #F6AD92 on white background.


Black color preview on #F6AD92 background

This text has black color on #F6AD92 background.


White color preview on #F6AD92 background

This text has white color on #F6AD92 background.


Related colors

Complementary color

Complementary color for #hex is #09526D.


I love getcolorcode.com

Triadic colors

1 #92F6AD and #AD92F6 with #F6AD92 are triadic colors.

2 #92ADF6 and #ADF692 with #F6AD92 are triadic colors.