COLOR #F6BDB4

HEX: #F6BDB4
RGB: (246,189,180)

Color info

#F6BDB4 contains mainly red and green colors. Web safe color of #F6BDB4 is #FFCCCC (or #FCC).

RGB color model

#F6BDB4 color RGB value is (246,189,180).

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

RGB channels and saturation

R 246 of 255 = 96%
G 189 of 255 = 74%
B 180 of 255 = 71%

246
189
180

R + G + B ~ 80%. #F6BDB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 189 + 180 = 615 (100%)
R 246 of 615 ~ 40%
G 189 of 615 ~ 30.73%
B 180 of 615 ~ 29.27%

%40
%30.73
%29.27

CMYK color model

#F6BDB4 color CMYK value is (0,23,27,4).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 26.83%
  • key color value is 3.53%
CMYK:
(0,23,27,4)
C0M23Y27K4 
(0%,23%,27%,4%)
(0.00/0.23/0.27/0.04)	

CMYK percentages

%0
%23.17
%26.83
%3.53

Codes

Color #F6BDB4 in popluar color models

F6BDB4
RGB246189180
HSL78.57%83.53%
HSB/HSV26.83%96.47%
CMYK0.00%23.17%26.83%
3.53%

Color #F6BDB4 in popluar number systems.

HEXF6BDB4
Decimal246189180
Binary111101101011110110110100
Octal366275264

Shades and tints

Shades of #F6BDB4

#F6BDB4
(246,189,180)
#E0ACA4
(224,172,164)
#CA9B94
(202,155,148)
#B48A84
(180,138,132)
#9E7974
(158,121,116)
#886864
(136,104,100)
#725754
(114,87,84)
#5C4644
(92,70,68)
#463534
(70,53,52)
#302424
(48,36,36)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #F6BDB4

#F6BDB4
(246,189,180)
#F6C3BA
(246,195,186)
#F6C9C0
(246,201,192)
#F6CFC6
(246,207,198)
#F6D5CC
(246,213,204)
#F6DBD2
(246,219,210)
#F6E1D8
(246,225,216)
#F6E7DE
(246,231,222)
#F6EDE4
(246,237,228)
#F6F3EA
(246,243,234)
#F6F9F0
(246,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BDB4; }

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

This text font color is #F6BDB4.


Background Color

.myBgColor { background-color: #F6BDB4; }

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

This div background color is #F6BDB4.


Border color

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

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

This div border color is #F6BDB4.


Opacity

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

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

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

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

This text has shadow with #F6BDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BDB4 on black background.


Color preview on white background

This text has color #F6BDB4 on white background.



Black color preview on #F6BDB4 background

This text has black color on #F6BDB4 background.


White color preview on #F6BDB4 background

This text has white color on #F6BDB4 background.