COLOR #F8BAE5

HEX: #F8BAE5 RGB: (248,186,229)

Color info

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

RGB color model

#F8BAE5 color RGB value is (248,186,229).

RGB: (248,186,229) (97%, 73%, 90%)

RGB channels and saturation

R 248 of 255 = 97%
G 186 of 255 = 73%
B 229 of 255 = 90%

248
186
229

R + G + B ~ 87%. #F8BAE5 is light color.

Portions of RGB colors in percentages

R + G + B = 248 + 186 + 229 = 663 (100%)
R 248 of 663 ~ 37.41%
G 186 of 663 ~ 28.05%
B 229 of 663 ~ 34.54'%

%37.41
%28.05
%34.54

CMYK color model

#F8BAE5 color CMYK value is (0,25,8,3).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 7.66%
  • key color value is 2.75%

CMYK: (0,25,8,3)
C0M25Y8K3 (0%, 25%, 8%, 3%)
(0.00 / 0.25 / 0.08 / 0.03)

CMYK percentages

%0
%25
%7.66
%2.75

Codes

Color #F8BAE5 in popluar color models

F8 BA E5
RGB 248 186 229
HSL 318° 81.58% 85.10%
HSB/HSV 318° 25.00% 97.25%
CMYK 0.00% 25.00% 7.66%
2.75%

Color #F8BAE5 in popluar number systems.

HEX F8 BA E5
Decimal 248 186 229
Binary 11111000 10111010 11100101
Octal 370 272 345

Shades and tints

Shades of #F8BAE5

#F8BAE5
(248,186,229)
#E2AAD1
(226,170,209)
#CC9ABD
(204,154,189)
#B68AA9
(182,138,169)
#A07A95
(160,122,149)
#8A6A81
(138,106,129)
#745A6D
(116,90,109)
#5E4A59
(94,74,89)
#483A45
(72,58,69)
#322A31
(50,42,49)
#1C1A1D
(28,26,29)
#000000
(0,0,0)

Tints of #F8BAE5

#F8BAE5
(248,186,229)
#F8C0E7
(248,192,231)
#F8C6E9
(248,198,233)
#F8CCEB
(248,204,235)
#F8D2ED
(248,210,237)
#F8D8EF
(248,216,239)
#F8DEF1
(248,222,241)
#F8E4F3
(248,228,243)
#F8EAF5
(248,234,245)
#F8F0F7
(248,240,247)
#F8F6F9
(248,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8BAE5; }

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

This text font color is #F8BAE5.

Background Color

.myBgColor { background-color: #F8BAE5; }

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

This div background color is #F8BAE5.

Border color

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

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

This div border color is #F8BAE5.

Opacity

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

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

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

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

This text has shadow with #F8BAE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8BAE5.

Preview

Color preview on black background

This text has color #F8BAE5 on black background.


Color preview on white background

This text has color #F8BAE5 on white background.


Black color preview on #F8BAE5 background

This text has black color on #F8BAE5 background.


White color preview on #F8BAE5 background

This text has white color on #F8BAE5 background.


Related colors

Complementary color

Complementary color for #hex is #07451A.


I love getcolorcode.com

Triadic colors

1 #E5F8BA and #BAE5F8 with #F8BAE5 are triadic colors.

2 #E5BAF8 and #BAF8E5 with #F8BAE5 are triadic colors.