COLOR #F8B6BE

HEX: #F8B6BE RGB: (248,182,190)

Color info

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

RGB color model

#F8B6BE color RGB value is (248,182,190).

RGB: (248,182,190) (97%, 71%, 75%)

RGB channels and saturation

R 248 of 255 = 97%
G 182 of 255 = 71%
B 190 of 255 = 75%

248
182
190

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

Portions of RGB colors in percentages

R + G + B = 248 + 182 + 190 = 620 (100%)
R 248 of 620 ~ 40%
G 182 of 620 ~ 29.35%
B 190 of 620 ~ 30.65'%

%40
%29.35
%30.65

CMYK color model

#F8B6BE color CMYK value is (0,27,23,3).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 23.39%
  • key color value is 2.75%
CMYK: (0,27,23,3) C0M27Y23K3 (0%,27%,23%,3%) (0.00/0.27/0.23/0.03) 

CMYK percentages

%0
%26.61
%23.39
%2.75

Codes

Color #F8B6BE in popluar color models

F8 B6 BE
RGB 248 182 190
HSL 353° 82.50% 84.31%
HSB/HSV 353° 26.61% 97.25%
CMYK 0.00% 26.61% 23.39%
2.75%

Color #F8B6BE in popluar number systems.

HEX F8 B6 BE
Decimal 248 182 190
Binary 11111000 10110110 10111110
Octal 370 266 276

Shades and tints

Shades of #F8B6BE

#F8B6BE
(248,182,190)
#E2A6AD
(226,166,173)
#CC969C
(204,150,156)
#B6868B
(182,134,139)
#A0767A
(160,118,122)
#8A6669
(138,102,105)
#745658
(116,86,88)
#5E4647
(94,70,71)
#483636
(72,54,54)
#322625
(50,38,37)
#1C1614
(28,22,20)
#000000
(0,0,0)

Tints of #F8B6BE

#F8B6BE
(248,182,190)
#F8BCC3
(248,188,195)
#F8C2C8
(248,194,200)
#F8C8CD
(248,200,205)
#F8CED2
(248,206,210)
#F8D4D7
(248,212,215)
#F8DADC
(248,218,220)
#F8E0E1
(248,224,225)
#F8E6E6
(248,230,230)
#F8ECEB
(248,236,235)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B6BE color. Also use rgb(248,182,190) instead hex code.

Text Font Color

.myTextColor { color: #F8B6BE; }

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

This text font color is #F8B6BE.

Background Color

.myBgColor { background-color: #F8B6BE; }

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

This div background color is #F8B6BE.

Border color

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

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

This div border color is #F8B6BE.

Opacity

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

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

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

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

This text has shadow with #F8B6BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8B6BE.

Preview

Color preview on black background

This text has color #F8B6BE on black background.


Color preview on white background

This text has color #F8B6BE on white background.


Black color preview on #F8B6BE background

This text has black color on #F8B6BE background.


White color preview on #F8B6BE background

This text has white color on #F8B6BE background.


Related colors

Complementary color

Complementary color for #hex is #074941.


I love getcolorcode.com

Triadic colors

1 #BEF8B6 and #B6BEF8 with #F8B6BE are triadic colors.

2 #BEB6F8 and #B6F8BE with #F8B6BE are triadic colors.