COLOR #F6BDAD

HEX: #F6BDAD
RGB: (246,189,173)

Color info

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

RGB color model

#F6BDAD color RGB value is (246,189,173).

  • red value is 246;
  • green value is 189;
  • blue value is 173.
RGB:
(246,189,173)
(96%,74%,68%)

RGB channels and saturation

R 246 of 255 = 96%
G 189 of 255 = 74%
B 173 of 255 = 68%

246
189
173

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

Portions of RGB colors in percentages

R + G + B =
246 + 189 + 173 = 608 (100%)
R 246 of 608 ~ 40.46%
G 189 of 608 ~ 31.09%
B 173 of 608 ~ 28.45%

%40.46
%31.09
%28.45

CMYK color model

#F6BDAD color CMYK value is (0,23,30,4).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 29.67%
  • key color value is 3.53%
CMYK:
(0,23,30,4)
C0M23Y30K4 
(0%,23%,30%,4%)
(0.00/0.23/0.30/0.04)	

CMYK percentages

%0
%23.17
%29.67
%3.53

Codes

Color #F6BDAD in popluar color models

F6BDAD
RGB246189173
HSL13°80.22%82.16%
HSB/HSV13°29.67%96.47%
CMYK0.00%23.17%29.67%
3.53%

Color #F6BDAD in popluar number systems.

HEXF6BDAD
Decimal246189173
Binary111101101011110110101101
Octal366275255

Shades and tints

Shades of #F6BDAD

#F6BDAD
(246,189,173)
#E0AC9E
(224,172,158)
#CA9B8F
(202,155,143)
#B48A80
(180,138,128)
#9E7971
(158,121,113)
#886862
(136,104,98)
#725753
(114,87,83)
#5C4644
(92,70,68)
#463535
(70,53,53)
#302426
(48,36,38)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #F6BDAD

#F6BDAD
(246,189,173)
#F6C3B4
(246,195,180)
#F6C9BB
(246,201,187)
#F6CFC2
(246,207,194)
#F6D5C9
(246,213,201)
#F6DBD0
(246,219,208)
#F6E1D7
(246,225,215)
#F6E7DE
(246,231,222)
#F6EDE5
(246,237,229)
#F6F3EC
(246,243,236)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BDAD; }

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

This text font color is #F6BDAD.


Background Color

.myBgColor { background-color: #F6BDAD; }

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

This div background color is #F6BDAD.


Border color

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

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

This div border color is #F6BDAD.


Opacity

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

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

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

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

This text has shadow with #F6BDAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BDAD on black background.


Color preview on white background

This text has color #F6BDAD on white background.



Black color preview on #F6BDAD background

This text has black color on #F6BDAD background.


White color preview on #F6BDAD background

This text has white color on #F6BDAD background.