COLOR #F8BBD1

HEX: #F8BBD1
RGB: (248,187,209)

Color info

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

RGB color model

#F8BBD1 color RGB value is (248,187,209).

  • red value is 248;
  • green value is 187;
  • blue value is 209.
RGB:
(248,187,209)
(97%,73%,82%)

RGB channels and saturation

R 248 of 255 = 97%
G 187 of 255 = 73%
B 209 of 255 = 82%

248
187
209

R + G + B ~ 84%. #F8BBD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 187 + 209 = 644 (100%)
R 248 of 644 ~ 38.51%
G 187 of 644 ~ 29.04%
B 209 of 644 ~ 32.45%

%38.51
%29.04
%32.45

CMYK color model

#F8BBD1 color CMYK value is (0,25,16,3).

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 15.73%
  • key color value is 2.75%
CMYK:
(0,25,16,3)
C0M25Y16K3 
(0%,25%,16%,3%)
(0.00/0.25/0.16/0.03)	

CMYK percentages

%0
%24.6
%15.73
%2.75

Codes

Color #F8BBD1 in popluar color models

F8BBD1
RGB248187209
HSL338°81.33%85.29%
HSB/HSV338°24.60%97.25%
CMYK0.00%24.60%15.73%
2.75%

Color #F8BBD1 in popluar number systems.

HEXF8BBD1
Decimal248187209
Binary111110001011101111010001
Octal370273321

Shades and tints

Shades of #F8BBD1

#F8BBD1
(248,187,209)
#E2AABE
(226,170,190)
#CC99AB
(204,153,171)
#B68898
(182,136,152)
#A07785
(160,119,133)
#8A6672
(138,102,114)
#74555F
(116,85,95)
#5E444C
(94,68,76)
#483339
(72,51,57)
#322226
(50,34,38)
#1C1113
(28,17,19)
#000000
(0,0,0)

Tints of #F8BBD1

#F8BBD1
(248,187,209)
#F8C1D5
(248,193,213)
#F8C7D9
(248,199,217)
#F8CDDD
(248,205,221)
#F8D3E1
(248,211,225)
#F8D9E5
(248,217,229)
#F8DFE9
(248,223,233)
#F8E5ED
(248,229,237)
#F8EBF1
(248,235,241)
#F8F1F5
(248,241,245)
#F8F7F9
(248,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8BBD1 color. Also use rgb(248,187,209) instead hex code.

Text Font Color

.myTextColor { color: #F8BBD1; }

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

This text font color is #F8BBD1.


Background Color

.myBgColor { background-color: #F8BBD1; }

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

This div background color is #F8BBD1.


Border color

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

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

This div border color is #F8BBD1.


Opacity

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

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

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

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

This text has shadow with #F8BBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BBD1 on black background.


Color preview on white background

This text has color #F8BBD1 on white background.



Black color preview on #F8BBD1 background

This text has black color on #F8BBD1 background.


White color preview on #F8BBD1 background

This text has white color on #F8BBD1 background.