COLOR #F6BEBC

HEX: #F6BEBC RGB: (246,190,188)

Color info

#F6BEBC contains red, green and blue colors in about the same proportion. Web safe color of #F6BEBC is #FFCCCC (or #FCC).

RGB color model

#F6BEBC color RGB value is (246,190,188).

RGB: (246,190,188) (96%, 75%, 74%)

RGB channels and saturation

R 246 of 255 = 96%
G 190 of 255 = 75%
B 188 of 255 = 74%

246
190
188

R + G + B ~ 82%. #F6BEBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 246 + 190 + 188 = 624 (100%)
R 246 of 624 ~ 39.42%
G 190 of 624 ~ 30.45%
B 188 of 624 ~ 30.13'%

%39.42
%30.45
%30.13

CMYK color model

#F6BEBC color CMYK value is (0,23,24,4).

  • cyan value is 0.00%
  • magenta value is 22.76%
  • yellow value is 23.58%
  • key color value is 3.53%
CMYK: (0,23,24,4) C0M23Y24K4 (0%,23%,24%,4%) (0.00/0.23/0.24/0.04) 

CMYK percentages

%0
%22.76
%23.58
%3.53

Codes

Color #F6BEBC in popluar color models

F6 BE BC
RGB 246 190 188
HSL 76.32% 85.10%
HSB/HSV 23.58% 96.47%
CMYK 0.00% 22.76% 23.58%
3.53%

Color #F6BEBC in popluar number systems.

HEX F6 BE BC
Decimal 246 190 188
Binary 11110110 10111110 10111100
Octal 366 276 274

Shades and tints

Shades of #F6BEBC

#F6BEBC
(246,190,188)
#E0ADAB
(224,173,171)
#CA9C9A
(202,156,154)
#B48B89
(180,139,137)
#9E7A78
(158,122,120)
#886967
(136,105,103)
#725856
(114,88,86)
#5C4745
(92,71,69)
#463634
(70,54,52)
#302523
(48,37,35)
#1A1412
(26,20,18)
#000000
(0,0,0)

Tints of #F6BEBC

#F6BEBC
(246,190,188)
#F6C3C2
(246,195,194)
#F6C8C8
(246,200,200)
#F6CDCE
(246,205,206)
#F6D2D4
(246,210,212)
#F6D7DA
(246,215,218)
#F6DCE0
(246,220,224)
#F6E1E6
(246,225,230)
#F6E6EC
(246,230,236)
#F6EBF2
(246,235,242)
#F6F0F8
(246,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6BEBC; }

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

This text font color is #F6BEBC.

Background Color

.myBgColor { background-color: #F6BEBC; }

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

This div background color is #F6BEBC.

Border color

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

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

This div border color is #F6BEBC.

Opacity

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

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

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

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

This text has shadow with #F6BEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6BEBC.

Preview

Color preview on black background

This text has color #F6BEBC on black background.


Color preview on white background

This text has color #F6BEBC on white background.


Black color preview on #F6BEBC background

This text has black color on #F6BEBC background.


White color preview on #F6BEBC background

This text has white color on #F6BEBC background.


Related colors

Complementary color

Complementary color for #hex is #094143.


I love getcolorcode.com

Triadic colors

1 #BCF6BE and #BEBCF6 with #F6BEBC are triadic colors.

2 #BCBEF6 and #BEF6BC with #F6BEBC are triadic colors.