COLOR #F8BBBA

HEX: #F8BBBA
RGB: (248,187,186)

Color info

#F8BBBA contains mainly red color. Web safe color of #F8BBBA is #FFCCCC (or #FCC).

RGB color model

#F8BBBA color RGB value is (248,187,186).

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

RGB channels and saturation

R 248 of 255 = 97%
G 187 of 255 = 73%
B 186 of 255 = 73%

248
187
186

R + G + B ~ 81%. #F8BBBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 187 + 186 = 621 (100%)
R 248 of 621 ~ 39.94%
G 187 of 621 ~ 30.11%
B 186 of 621 ~ 29.95%

%39.94
%30.11
%29.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.60%
  • yellow value is 25.00%
  • key color value is 2.75%
CMYK:
(0,25,25,3)
C0M25Y25K3 
(0%,25%,25%,3%)
(0.00/0.25/0.25/0.03)	

CMYK percentages

%0
%24.6
%25
%2.75

Codes

Color #F8BBBA in popluar color models

F8BBBA
RGB248187186
HSL81.58%85.10%
HSB/HSV25.00%97.25%
CMYK0.00%24.60%25.00%
2.75%

Color #F8BBBA in popluar number systems.

HEXF8BBBA
Decimal248187186
Binary111110001011101110111010
Octal370273272

Shades and tints

Shades of #F8BBBA

#F8BBBA
(248,187,186)
#E2AAAA
(226,170,170)
#CC999A
(204,153,154)
#B6888A
(182,136,138)
#A0777A
(160,119,122)
#8A666A
(138,102,106)
#74555A
(116,85,90)
#5E444A
(94,68,74)
#48333A
(72,51,58)
#32222A
(50,34,42)
#1C111A
(28,17,26)
#000000
(0,0,0)

Tints of #F8BBBA

#F8BBBA
(248,187,186)
#F8C1C0
(248,193,192)
#F8C7C6
(248,199,198)
#F8CDCC
(248,205,204)
#F8D3D2
(248,211,210)
#F8D9D8
(248,217,216)
#F8DFDE
(248,223,222)
#F8E5E4
(248,229,228)
#F8EBEA
(248,235,234)
#F8F1F0
(248,241,240)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8BBBA; }

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

This text font color is #F8BBBA.


Background Color

.myBgColor { background-color: #F8BBBA; }

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

This div background color is #F8BBBA.


Border color

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

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

This div border color is #F8BBBA.


Opacity

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

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

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

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

This text has shadow with #F8BBBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8BBBA on black background.


Color preview on white background

This text has color #F8BBBA on white background.



Black color preview on #F8BBBA background

This text has black color on #F8BBBA background.


White color preview on #F8BBBA background

This text has white color on #F8BBBA background.