COLOR #F8BAEE

HEX: #F8BAEE
RGB: (248,186,238)

Color info

#F8BAEE contains mainly red and blue colors. Web safe color of #F8BAEE is #FFCCFF (or #FCF).

RGB color model

#F8BAEE color RGB value is (248,186,238).

  • red value is 248;
  • green value is 186;
  • blue value is 238.
RGB:
(248,186,238)
(97%,73%,93%)

RGB channels and saturation

R 248 of 255 = 97%
G 186 of 255 = 73%
B 238 of 255 = 93%

248
186
238

R + G + B ~ 88%. #F8BAEE is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 186 + 238 = 672 (100%)
R 248 of 672 ~ 36.9%
G 186 of 672 ~ 27.68%
B 238 of 672 ~ 35.42%

%36.9
%27.68
%35.42

CMYK color model

#F8BAEE color CMYK value is (0,25,4,3).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 4.03%
  • key color value is 2.75%
CMYK:
(0,25,4,3)
C0M25Y4K3 
(0%,25%,4%,3%)
(0.00/0.25/0.04/0.03)	

CMYK percentages

%0
%25
%4.03
%2.75

Codes

Color #F8BAEE in popluar color models

F8BAEE
RGB248186238
HSL310°81.58%85.10%
HSB/HSV310°25.00%97.25%
CMYK0.00%25.00%4.03%
2.75%

Color #F8BAEE in popluar number systems.

HEXF8BAEE
Decimal248186238
Binary111110001011101011101110
Octal370272356

Shades and tints

Shades of #F8BAEE

#F8BAEE
(248,186,238)
#E2AAD9
(226,170,217)
#CC9AC4
(204,154,196)
#B68AAF
(182,138,175)
#A07A9A
(160,122,154)
#8A6A85
(138,106,133)
#745A70
(116,90,112)
#5E4A5B
(94,74,91)
#483A46
(72,58,70)
#322A31
(50,42,49)
#1C1A1C
(28,26,28)
#000000
(0,0,0)

Tints of #F8BAEE

#F8BAEE
(248,186,238)
#F8C0EF
(248,192,239)
#F8C6F0
(248,198,240)
#F8CCF1
(248,204,241)
#F8D2F2
(248,210,242)
#F8D8F3
(248,216,243)
#F8DEF4
(248,222,244)
#F8E4F5
(248,228,245)
#F8EAF6
(248,234,246)
#F8F0F7
(248,240,247)
#F8F6F8
(248,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BAEE color. Also use rgb(248,186,238) instead hex code.

Text Font Color

.myTextColor { color: #F8BAEE; }

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

This text font color is #F8BAEE.


Background Color

.myBgColor { background-color: #F8BAEE; }

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

This div background color is #F8BAEE.


Border color

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

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

This div border color is #F8BAEE.


Opacity

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

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

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

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

This text has shadow with #F8BAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BAEE on black background.


Color preview on white background

This text has color #F8BAEE on white background.



Black color preview on #F8BAEE background

This text has black color on #F8BAEE background.


White color preview on #F8BAEE background

This text has white color on #F8BAEE background.