COLOR #F6BDB9

HEX: #F6BDB9
RGB: (246,189,185)

Color info

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

RGB color model

#F6BDB9 color RGB value is (246,189,185).

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

RGB channels and saturation

R 246 of 255 = 96%
G 189 of 255 = 74%
B 185 of 255 = 73%

246
189
185

R + G + B ~ 81%. #F6BDB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 189 + 185 = 620 (100%)
R 246 of 620 ~ 39.68%
G 189 of 620 ~ 30.48%
B 185 of 620 ~ 29.84%

%39.68
%30.48
%29.84

CMYK color model

#F6BDB9 color CMYK value is (0,23,25,4).

  • cyan value is 0.00%
  • magenta value is 23.17%
  • yellow value is 24.80%
  • key color value is 3.53%
CMYK:
(0,23,25,4)
C0M23Y25K4 
(0%,23%,25%,4%)
(0.00/0.23/0.25/0.04)	

CMYK percentages

%0
%23.17
%24.8
%3.53

Codes

Color #F6BDB9 in popluar color models

F6BDB9
RGB246189185
HSL77.22%84.51%
HSB/HSV24.80%96.47%
CMYK0.00%23.17%24.80%
3.53%

Color #F6BDB9 in popluar number systems.

HEXF6BDB9
Decimal246189185
Binary111101101011110110111001
Octal366275271

Shades and tints

Shades of #F6BDB9

#F6BDB9
(246,189,185)
#E0ACA9
(224,172,169)
#CA9B99
(202,155,153)
#B48A89
(180,138,137)
#9E7979
(158,121,121)
#886869
(136,104,105)
#725759
(114,87,89)
#5C4649
(92,70,73)
#463539
(70,53,57)
#302429
(48,36,41)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #F6BDB9

#F6BDB9
(246,189,185)
#F6C3BF
(246,195,191)
#F6C9C5
(246,201,197)
#F6CFCB
(246,207,203)
#F6D5D1
(246,213,209)
#F6DBD7
(246,219,215)
#F6E1DD
(246,225,221)
#F6E7E3
(246,231,227)
#F6EDE9
(246,237,233)
#F6F3EF
(246,243,239)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BDB9; }

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

This text font color is #F6BDB9.


Background Color

.myBgColor { background-color: #F6BDB9; }

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

This div background color is #F6BDB9.


Border color

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

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

This div border color is #F6BDB9.


Opacity

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

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

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

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

This text has shadow with #F6BDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BDB9 on black background.


Color preview on white background

This text has color #F6BDB9 on white background.



Black color preview on #F6BDB9 background

This text has black color on #F6BDB9 background.


White color preview on #F6BDB9 background

This text has white color on #F6BDB9 background.