COLOR #F6AC88

HEX: #F6AC88
RGB: (246,172,136)

Color info

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

RGB color model

#F6AC88 color RGB value is (246,172,136).

  • red value is 246;
  • green value is 172;
  • blue value is 136.
RGB:
(246,172,136)
(96%,67%,53%)

RGB channels and saturation

R 246 of 255 = 96%
G 172 of 255 = 67%
B 136 of 255 = 53%

246
172
136

R + G + B ~ 72%. #F6AC88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 172 + 136 = 554 (100%)
R 246 of 554 ~ 44.4%
G 172 of 554 ~ 31.05%
B 136 of 554 ~ 24.55%

%44.4
%31.05
%24.55

CMYK color model

#F6AC88 color CMYK value is (0,30,45,4).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 44.72%
  • key color value is 3.53%
CMYK:
(0,30,45,4)
C0M30Y45K4 
(0%,30%,45%,4%)
(0.00/0.30/0.45/0.04)	

CMYK percentages

%0
%30.08
%44.72
%3.53

Codes

Color #F6AC88 in popluar color models

F6AC88
RGB246172136
HSL20°85.94%74.90%
HSB/HSV20°44.72%96.47%
CMYK0.00%30.08%44.72%
3.53%

Color #F6AC88 in popluar number systems.

HEXF6AC88
Decimal246172136
Binary111101101010110010001000
Octal366254210

Shades and tints

Shades of #F6AC88

#F6AC88
(246,172,136)
#E09D7C
(224,157,124)
#CA8E70
(202,142,112)
#B47F64
(180,127,100)
#9E7058
(158,112,88)
#88614C
(136,97,76)
#725240
(114,82,64)
#5C4334
(92,67,52)
#463428
(70,52,40)
#30251C
(48,37,28)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #F6AC88

#F6AC88
(246,172,136)
#F6B392
(246,179,146)
#F6BA9C
(246,186,156)
#F6C1A6
(246,193,166)
#F6C8B0
(246,200,176)
#F6CFBA
(246,207,186)
#F6D6C4
(246,214,196)
#F6DDCE
(246,221,206)
#F6E4D8
(246,228,216)
#F6EBE2
(246,235,226)
#F6F2EC
(246,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6AC88; }

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

This text font color is #F6AC88.


Background Color

.myBgColor { background-color: #F6AC88; }

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

This div background color is #F6AC88.


Border color

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

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

This div border color is #F6AC88.


Opacity

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

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

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

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

This text has shadow with #F6AC88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6AC88 on black background.


Color preview on white background

This text has color #F6AC88 on white background.



Black color preview on #F6AC88 background

This text has black color on #F6AC88 background.


White color preview on #F6AC88 background

This text has white color on #F6AC88 background.