COLOR #F8BAD7

HEX: #F8BAD7 RGB: (248,186,215)

Color info

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

RGB color model

#F8BAD7 color RGB value is (248,186,215).

RGB: (248,186,215) (97%, 73%, 84%)

RGB channels and saturation

R 248 of 255 = 97%
G 186 of 255 = 73%
B 215 of 255 = 84%

248
186
215

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

Portions of RGB colors in percentages

R + G + B = 248 + 186 + 215 = 649 (100%)
R 248 of 649 ~ 38.21%
G 186 of 649 ~ 28.66%
B 215 of 649 ~ 33.13'%

%38.21
%28.66
%33.13

CMYK color model

#F8BAD7 color CMYK value is (0,25,13,3).

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

CMYK: (0,25,13,3)
C0M25Y13K3 (0%, 25%, 13%, 3%)
(0.00 / 0.25 / 0.13 / 0.03)

CMYK percentages

%0
%25
%13.31
%2.75

Codes

Color #F8BAD7 in popluar color models

F8 BA D7
RGB 248 186 215
HSL 332° 81.58% 85.10%
HSB/HSV 332° 25.00% 97.25%
CMYK 0.00% 25.00% 13.31%
2.75%

Color #F8BAD7 in popluar number systems.

HEX F8 BA D7
Decimal 248 186 215
Binary 11111000 10111010 11010111
Octal 370 272 327

Shades and tints

Shades of #F8BAD7

#F8BAD7
(248,186,215)
#E2AAC4
(226,170,196)
#CC9AB1
(204,154,177)
#B68A9E
(182,138,158)
#A07A8B
(160,122,139)
#8A6A78
(138,106,120)
#745A65
(116,90,101)
#5E4A52
(94,74,82)
#483A3F
(72,58,63)
#322A2C
(50,42,44)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #F8BAD7

#F8BAD7
(248,186,215)
#F8C0DA
(248,192,218)
#F8C6DD
(248,198,221)
#F8CCE0
(248,204,224)
#F8D2E3
(248,210,227)
#F8D8E6
(248,216,230)
#F8DEE9
(248,222,233)
#F8E4EC
(248,228,236)
#F8EAEF
(248,234,239)
#F8F0F2
(248,240,242)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8BAD7; }

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

This text font color is #F8BAD7.

Background Color

.myBgColor { background-color: #F8BAD7; }

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

This div background color is #F8BAD7.

Border color

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

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

This div border color is #F8BAD7.

Opacity

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

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

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

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

This text has shadow with #F8BAD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8BAD7.

Preview

Color preview on black background

This text has color #F8BAD7 on black background.


Color preview on white background

This text has color #F8BAD7 on white background.


Black color preview on #F8BAD7 background

This text has black color on #F8BAD7 background.


White color preview on #F8BAD7 background

This text has white color on #F8BAD7 background.


Related colors

Complementary color

Complementary color for #hex is #074528.


I love getcolorcode.com

Triadic colors

1 #D7F8BA and #BAD7F8 with #F8BAD7 are triadic colors.

2 #D7BAF8 and #BAF8D7 with #F8BAD7 are triadic colors.