COLOR #F8BDC7

HEX: #F8BDC7 RGB: (248,189,199)

Color info

#F8BDC7 contains red, green and blue colors in about the same proportion. Web safe color of #F8BDC7 is #FFCCCC (or #FCC).

RGB color model

#F8BDC7 color RGB value is (248,189,199).

RGB: (248,189,199) (97%, 74%, 78%)

RGB channels and saturation

R 248 of 255 = 97%
G 189 of 255 = 74%
B 199 of 255 = 78%

248
189
199

R + G + B ~ 83%. #F8BDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 248 + 189 + 199 = 636 (100%)
R 248 of 636 ~ 38.99%
G 189 of 636 ~ 29.72%
B 199 of 636 ~ 31.29'%

%38.99
%29.72
%31.29

CMYK color model

#F8BDC7 color CMYK value is (0,24,20,3).

  • cyan value is 0.00%
  • magenta value is 23.79%
  • yellow value is 19.76%
  • key color value is 2.75%
CMYK: (0,24,20,3) C0M24Y20K3 (0%,24%,20%,3%) (0.00/0.24/0.20/0.03) 

CMYK percentages

%0
%23.79
%19.76
%2.75

Codes

Color #F8BDC7 in popluar color models

F8 BD C7
RGB 248 189 199
HSL 350° 80.82% 85.69%
HSB/HSV 350° 23.79% 97.25%
CMYK 0.00% 23.79% 19.76%
2.75%

Color #F8BDC7 in popluar number systems.

HEX F8 BD C7
Decimal 248 189 199
Binary 11111000 10111101 11000111
Octal 370 275 307

Shades and tints

Shades of #F8BDC7

#F8BDC7
(248,189,199)
#E2ACB5
(226,172,181)
#CC9BA3
(204,155,163)
#B68A91
(182,138,145)
#A0797F
(160,121,127)
#8A686D
(138,104,109)
#74575B
(116,87,91)
#5E4649
(94,70,73)
#483537
(72,53,55)
#322425
(50,36,37)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #F8BDC7

#F8BDC7
(248,189,199)
#F8C3CC
(248,195,204)
#F8C9D1
(248,201,209)
#F8CFD6
(248,207,214)
#F8D5DB
(248,213,219)
#F8DBE0
(248,219,224)
#F8E1E5
(248,225,229)
#F8E7EA
(248,231,234)
#F8EDEF
(248,237,239)
#F8F3F4
(248,243,244)
#F8F9F9
(248,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BDC7 color. Also use rgb(248,189,199) instead hex code.

Text Font Color

.myTextColor { color: #F8BDC7; }

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

This text font color is #F8BDC7.

Background Color

.myBgColor { background-color: #F8BDC7; }

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

This div background color is #F8BDC7.

Border color

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

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

This div border color is #F8BDC7.

Opacity

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

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

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

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

This text has shadow with #F8BDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F8BDC7.

Preview

Color preview on black background

This text has color #F8BDC7 on black background.


Color preview on white background

This text has color #F8BDC7 on white background.


Black color preview on #F8BDC7 background

This text has black color on #F8BDC7 background.


White color preview on #F8BDC7 background

This text has white color on #F8BDC7 background.


Related colors

Complementary color

Complementary color for #hex is #074238.


I love getcolorcode.com

Triadic colors

1 #C7F8BD and #BDC7F8 with #F8BDC7 are triadic colors.

2 #C7BDF8 and #BDF8C7 with #F8BDC7 are triadic colors.