COLOR #F8B6E0

HEX: #F8B6E0 RGB: (248,182,224)

Color info

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

RGB color model

#F8B6E0 color RGB value is (248,182,224).

RGB: (248,182,224) (97%, 71%, 88%)

RGB channels and saturation

R 248 of 255 = 97%
G 182 of 255 = 71%
B 224 of 255 = 88%

248
182
224

R + G + B ~ 85%. #F8B6E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 182 + 224 = 654 (100%)
R 248 of 654 ~ 37.92%
G 182 of 654 ~ 27.83%
B 224 of 654 ~ 34.25'%

%37.92
%27.83
%34.25

CMYK color model

#F8B6E0 color CMYK value is (0,27,10,3).

  • cyan value is 0.00%
  • magenta value is 26.61%
  • yellow value is 9.68%
  • key color value is 2.75%

CMYK: (0,27,10,3)
C0M27Y10K3 (0%, 27%, 10%, 3%)
(0.00 / 0.27 / 0.10 / 0.03)

CMYK percentages

%0
%26.61
%9.68
%2.75

Codes

Color #F8B6E0 in popluar color models

F8 B6 E0
RGB 248 182 224
HSL 322° 82.50% 84.31%
HSB/HSV 322° 26.61% 97.25%
CMYK 0.00% 26.61% 9.68%
2.75%

Color #F8B6E0 in popluar number systems.

HEX F8 B6 E0
Decimal 248 182 224
Binary 11111000 10110110 11100000
Octal 370 266 340

Shades and tints

Shades of #F8B6E0

#F8B6E0
(248,182,224)
#E2A6CC
(226,166,204)
#CC96B8
(204,150,184)
#B686A4
(182,134,164)
#A07690
(160,118,144)
#8A667C
(138,102,124)
#745668
(116,86,104)
#5E4654
(94,70,84)
#483640
(72,54,64)
#32262C
(50,38,44)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #F8B6E0

#F8B6E0
(248,182,224)
#F8BCE2
(248,188,226)
#F8C2E4
(248,194,228)
#F8C8E6
(248,200,230)
#F8CEE8
(248,206,232)
#F8D4EA
(248,212,234)
#F8DAEC
(248,218,236)
#F8E0EE
(248,224,238)
#F8E6F0
(248,230,240)
#F8ECF2
(248,236,242)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8B6E0; }

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

This text font color is #F8B6E0.

Background Color

.myBgColor { background-color: #F8B6E0; }

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

This div background color is #F8B6E0.

Border color

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

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

This div border color is #F8B6E0.

Opacity

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

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

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

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

This text has shadow with #F8B6E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8B6E0.

Preview

Color preview on black background

This text has color #F8B6E0 on black background.


Color preview on white background

This text has color #F8B6E0 on white background.


Black color preview on #F8B6E0 background

This text has black color on #F8B6E0 background.


White color preview on #F8B6E0 background

This text has white color on #F8B6E0 background.


Related colors

Complementary color

Complementary color for #hex is #07491F.


I love getcolorcode.com

Triadic colors

1 #E0F8B6 and #B6E0F8 with #F8B6E0 are triadic colors.

2 #E0B6F8 and #B6F8E0 with #F8B6E0 are triadic colors.