COLOR #F6BBAE

HEX: #F6BBAE
RGB: (246,187,174)

Color info

#F6BBAE contains mainly red and green colors. Web safe color of #F6BBAE is #FFCC99 (or #FC9).

RGB color model

#F6BBAE color RGB value is (246,187,174).

  • red value is 246;
  • green value is 187;
  • blue value is 174.
RGB:
(246,187,174)
(96%,73%,68%)

RGB channels and saturation

R 246 of 255 = 96%
G 187 of 255 = 73%
B 174 of 255 = 68%

246
187
174

R + G + B ~ 79%. #F6BBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 187 + 174 = 607 (100%)
R 246 of 607 ~ 40.53%
G 187 of 607 ~ 30.81%
B 174 of 607 ~ 28.67%

%40.53
%30.81
%28.67

CMYK color model

#F6BBAE color CMYK value is (0,24,29,4).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 29.27%
  • key color value is 3.53%
CMYK:
(0,24,29,4)
C0M24Y29K4 
(0%,24%,29%,4%)
(0.00/0.24/0.29/0.04)	

CMYK percentages

%0
%23.98
%29.27
%3.53

Codes

Color #F6BBAE in popluar color models

F6BBAE
RGB246187174
HSL11°80.00%82.35%
HSB/HSV11°29.27%96.47%
CMYK0.00%23.98%29.27%
3.53%

Color #F6BBAE in popluar number systems.

HEXF6BBAE
Decimal246187174
Binary111101101011101110101110
Octal366273256

Shades and tints

Shades of #F6BBAE

#F6BBAE
(246,187,174)
#E0AA9F
(224,170,159)
#CA9990
(202,153,144)
#B48881
(180,136,129)
#9E7772
(158,119,114)
#886663
(136,102,99)
#725554
(114,85,84)
#5C4445
(92,68,69)
#463336
(70,51,54)
#302227
(48,34,39)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #F6BBAE

#F6BBAE
(246,187,174)
#F6C1B5
(246,193,181)
#F6C7BC
(246,199,188)
#F6CDC3
(246,205,195)
#F6D3CA
(246,211,202)
#F6D9D1
(246,217,209)
#F6DFD8
(246,223,216)
#F6E5DF
(246,229,223)
#F6EBE6
(246,235,230)
#F6F1ED
(246,241,237)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BBAE; }

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

This text font color is #F6BBAE.


Background Color

.myBgColor { background-color: #F6BBAE; }

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

This div background color is #F6BBAE.


Border color

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

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

This div border color is #F6BBAE.


Opacity

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

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

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

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

This text has shadow with #F6BBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BBAE on black background.


Color preview on white background

This text has color #F6BBAE on white background.



Black color preview on #F6BBAE background

This text has black color on #F6BBAE background.


White color preview on #F6BBAE background

This text has white color on #F6BBAE background.