COLOR #F8B4E6

HEX: #F8B4E6
RGB: (248,180,230)

Color info

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

RGB color model

#F8B4E6 color RGB value is (248,180,230).

  • red value is 248;
  • green value is 180;
  • blue value is 230.
RGB:
(248,180,230)
(97%,71%,90%)

RGB channels and saturation

R 248 of 255 = 97%
G 180 of 255 = 71%
B 230 of 255 = 90%

248
180
230

R + G + B ~ 86%. #F8B4E6 is light color.

Portions of RGB colors in percentages

R + G + B =
248 + 180 + 230 = 658 (100%)
R 248 of 658 ~ 37.69%
G 180 of 658 ~ 27.36%
B 230 of 658 ~ 34.95%

%37.69
%27.36
%34.95

CMYK color model

#F8B4E6 color CMYK value is (0,27,7,3).

  • cyan value is 0.00%
  • magenta value is 27.42%
  • yellow value is 7.26%
  • key color value is 2.75%
CMYK:
(0,27,7,3)
C0M27Y7K3 
(0%,27%,7%,3%)
(0.00/0.27/0.07/0.03)	

CMYK percentages

%0
%27.42
%7.26
%2.75

Codes

Color #F8B4E6 in popluar color models

F8B4E6
RGB248180230
HSL316°82.93%83.92%
HSB/HSV316°27.42%97.25%
CMYK0.00%27.42%7.26%
2.75%

Color #F8B4E6 in popluar number systems.

HEXF8B4E6
Decimal248180230
Binary111110001011010011100110
Octal370264346

Shades and tints

Shades of #F8B4E6

#F8B4E6
(248,180,230)
#E2A4D2
(226,164,210)
#CC94BE
(204,148,190)
#B684AA
(182,132,170)
#A07496
(160,116,150)
#8A6482
(138,100,130)
#74546E
(116,84,110)
#5E445A
(94,68,90)
#483446
(72,52,70)
#322432
(50,36,50)
#1C141E
(28,20,30)
#000000
(0,0,0)

Tints of #F8B4E6

#F8B4E6
(248,180,230)
#F8BAE8
(248,186,232)
#F8C0EA
(248,192,234)
#F8C6EC
(248,198,236)
#F8CCEE
(248,204,238)
#F8D2F0
(248,210,240)
#F8D8F2
(248,216,242)
#F8DEF4
(248,222,244)
#F8E4F6
(248,228,246)
#F8EAF8
(248,234,248)
#F8F0FA
(248,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F8B4E6 color. Also use rgb(248,180,230) instead hex code.

Text Font Color

.myTextColor { color: #F8B4E6; }

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

This text font color is #F8B4E6.


Background Color

.myBgColor { background-color: #F8B4E6; }

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

This div background color is #F8B4E6.


Border color

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

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

This div border color is #F8B4E6.


Opacity

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

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

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

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

This text has shadow with #F8B4E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B4E6 on black background.


Color preview on white background

This text has color #F8B4E6 on white background.



Black color preview on #F8B4E6 background

This text has black color on #F8B4E6 background.


White color preview on #F8B4E6 background

This text has white color on #F8B4E6 background.