COLOR #F6B88E

HEX: #F6B88E
RGB: (246,184,142)

Color info

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

RGB color model

#F6B88E color RGB value is (246,184,142).

  • red value is 246;
  • green value is 184;
  • blue value is 142.
RGB:
(246,184,142)
(96%,72%,56%)

RGB channels and saturation

R 246 of 255 = 96%
G 184 of 255 = 72%
B 142 of 255 = 56%

246
184
142

R + G + B ~ 75%. #F6B88E is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 184 + 142 = 572 (100%)
R 246 of 572 ~ 43.01%
G 184 of 572 ~ 32.17%
B 142 of 572 ~ 24.83%

%43.01
%32.17
%24.83

CMYK color model

#F6B88E color CMYK value is (0,25,42,4).

  • cyan value is 0.00%
  • magenta value is 25.20%
  • yellow value is 42.28%
  • key color value is 3.53%
CMYK:
(0,25,42,4)
C0M25Y42K4 
(0%,25%,42%,4%)
(0.00/0.25/0.42/0.04)	

CMYK percentages

%0
%25.2
%42.28
%3.53

Codes

Color #F6B88E in popluar color models

F6B88E
RGB246184142
HSL24°85.25%76.08%
HSB/HSV24°42.28%96.47%
CMYK0.00%25.20%42.28%
3.53%

Color #F6B88E in popluar number systems.

HEXF6B88E
Decimal246184142
Binary111101101011100010001110
Octal366270216

Shades and tints

Shades of #F6B88E

#F6B88E
(246,184,142)
#E0A882
(224,168,130)
#CA9876
(202,152,118)
#B4886A
(180,136,106)
#9E785E
(158,120,94)
#886852
(136,104,82)
#725846
(114,88,70)
#5C483A
(92,72,58)
#46382E
(70,56,46)
#302822
(48,40,34)
#1A1816
(26,24,22)
#000000
(0,0,0)

Tints of #F6B88E

#F6B88E
(246,184,142)
#F6BE98
(246,190,152)
#F6C4A2
(246,196,162)
#F6CAAC
(246,202,172)
#F6D0B6
(246,208,182)
#F6D6C0
(246,214,192)
#F6DCCA
(246,220,202)
#F6E2D4
(246,226,212)
#F6E8DE
(246,232,222)
#F6EEE8
(246,238,232)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6B88E; }

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

This text font color is #F6B88E.


Background Color

.myBgColor { background-color: #F6B88E; }

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

This div background color is #F6B88E.


Border color

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

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

This div border color is #F6B88E.


Opacity

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

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

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

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

This text has shadow with #F6B88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6B88E on black background.


Color preview on white background

This text has color #F6B88E on white background.



Black color preview on #F6B88E background

This text has black color on #F6B88E background.


White color preview on #F6B88E background

This text has white color on #F6B88E background.