COLOR #F6B8AC

HEX: #F6B8AC RGB: (246,184,172)

Color info

#F6B8AC contains mainly red color. Web safe color of #F6B8AC is #FFCC99 (or #FC9).

RGB color model

#F6B8AC color RGB value is (246,184,172).

RGB: (246,184,172) (96%, 72%, 67%)

RGB channels and saturation

R 246 of 255 = 96%
G 184 of 255 = 72%
B 172 of 255 = 67%

246
184
172

R + G + B ~ 78%. #F6B8AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 184 + 172 = 602 (100%)
R 246 of 602 ~ 40.86%
G 184 of 602 ~ 30.56%
B 172 of 602 ~ 28.57'%

%40.86
%30.56
%28.57

CMYK color model

#F6B8AC color CMYK value is (0,25,30,4).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 30.08%
  • key color value is 3.53%

CMYK: (0,25,30,4)
C0M25Y30K4 (0%, 25%, 30%, 4%)
(0.00 / 0.25 / 0.30 / 0.04)

CMYK percentages

%0
%25.2
%30.08
%3.53

Codes

Color #F6B8AC in popluar color models

F6 B8 AC
RGB 246 184 172
HSL 10° 80.43% 81.96%
HSB/HSV 10° 30.08% 96.47%
CMYK 0.00% 25.20% 30.08%
3.53%

Color #F6B8AC in popluar number systems.

HEX F6 B8 AC
Decimal 246 184 172
Binary 11110110 10111000 10101100
Octal 366 270 254

Shades and tints

Shades of #F6B8AC

#F6B8AC
(246,184,172)
#E0A89D
(224,168,157)
#CA988E
(202,152,142)
#B4887F
(180,136,127)
#9E7870
(158,120,112)
#886861
(136,104,97)
#725852
(114,88,82)
#5C4843
(92,72,67)
#463834
(70,56,52)
#302825
(48,40,37)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #F6B8AC

#F6B8AC
(246,184,172)
#F6BEB3
(246,190,179)
#F6C4BA
(246,196,186)
#F6CAC1
(246,202,193)
#F6D0C8
(246,208,200)
#F6D6CF
(246,214,207)
#F6DCD6
(246,220,214)
#F6E2DD
(246,226,221)
#F6E8E4
(246,232,228)
#F6EEEB
(246,238,235)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B8AC; }

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

This text font color is #F6B8AC.

Background Color

.myBgColor { background-color: #F6B8AC; }

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

This div background color is #F6B8AC.

Border color

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

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

This div border color is #F6B8AC.

Opacity

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

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

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

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

This text has shadow with #F6B8AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6B8AC.

Preview

Color preview on black background

This text has color #F6B8AC on black background.


Color preview on white background

This text has color #F6B8AC on white background.


Black color preview on #F6B8AC background

This text has black color on #F6B8AC background.


White color preview on #F6B8AC background

This text has white color on #F6B8AC background.


Related colors

Complementary color

Complementary color for #hex is #094753.


I love getcolorcode.com

Triadic colors

1 #ACF6B8 and #B8ACF6 with #F6B8AC are triadic colors.

2 #ACB8F6 and #B8F6AC with #F6B8AC are triadic colors.