COLOR #F6BEB9

HEX: #F6BEB9
RGB: (246,190,185)

Color info

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

RGB color model

#F6BEB9 color RGB value is (246,190,185).

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

RGB channels and saturation

R 246 of 255 = 96%
G 190 of 255 = 75%
B 185 of 255 = 73%

246
190
185

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

Portions of RGB colors in percentages

R + G + B =
246 + 190 + 185 = 621 (100%)
R 246 of 621 ~ 39.61%
G 190 of 621 ~ 30.6%
B 185 of 621 ~ 29.79%

%39.61
%30.6
%29.79

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.76%
  • 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
%22.76
%24.8
%3.53

Codes

Color #F6BEB9 in popluar color models

F6BEB9
RGB246190185
HSL77.22%84.51%
HSB/HSV24.80%96.47%
CMYK0.00%22.76%24.80%
3.53%

Color #F6BEB9 in popluar number systems.

HEXF6BEB9
Decimal246190185
Binary111101101011111010111001
Octal366276271

Shades and tints

Shades of #F6BEB9

#F6BEB9
(246,190,185)
#E0ADA9
(224,173,169)
#CA9C99
(202,156,153)
#B48B89
(180,139,137)
#9E7A79
(158,122,121)
#886969
(136,105,105)
#725859
(114,88,89)
#5C4749
(92,71,73)
#463639
(70,54,57)
#302529
(48,37,41)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #F6BEB9

#F6BEB9
(246,190,185)
#F6C3BF
(246,195,191)
#F6C8C5
(246,200,197)
#F6CDCB
(246,205,203)
#F6D2D1
(246,210,209)
#F6D7D7
(246,215,215)
#F6DCDD
(246,220,221)
#F6E1E3
(246,225,227)
#F6E6E9
(246,230,233)
#F6EBEF
(246,235,239)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BEB9; }

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

This text font color is #F6BEB9.


Background Color

.myBgColor { background-color: #F6BEB9; }

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

This div background color is #F6BEB9.


Border color

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

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

This div border color is #F6BEB9.


Opacity

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

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

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

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

This text has shadow with #F6BEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6BEB9 on black background.


Color preview on white background

This text has color #F6BEB9 on white background.



Black color preview on #F6BEB9 background

This text has black color on #F6BEB9 background.


White color preview on #F6BEB9 background

This text has white color on #F6BEB9 background.