COLOR #F8B4D4

HEX: #F8B4D4
RGB: (248,180,212)

Color info

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

RGB color model

#F8B4D4 color RGB value is (248,180,212).

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

RGB channels and saturation

R 248 of 255 = 97%
G 180 of 255 = 71%
B 212 of 255 = 83%

248
180
212

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

Portions of RGB colors in percentages

R + G + B =
248 + 180 + 212 = 640 (100%)
R 248 of 640 ~ 38.75%
G 180 of 640 ~ 28.13%
B 212 of 640 ~ 33.13%

%38.75
%28.13
%33.13

CMYK color model

#F8B4D4 color CMYK value is (0,27,15,3).

  • cyan value is 0.00%
  • magenta value is 27.42%
  • yellow value is 14.52%
  • key color value is 2.75%
CMYK:
(0,27,15,3)
C0M27Y15K3 
(0%,27%,15%,3%)
(0.00/0.27/0.15/0.03)	

CMYK percentages

%0
%27.42
%14.52
%2.75

Codes

Color #F8B4D4 in popluar color models

F8B4D4
RGB248180212
HSL332°82.93%83.92%
HSB/HSV332°27.42%97.25%
CMYK0.00%27.42%14.52%
2.75%

Color #F8B4D4 in popluar number systems.

HEXF8B4D4
Decimal248180212
Binary111110001011010011010100
Octal370264324

Shades and tints

Shades of #F8B4D4

#F8B4D4
(248,180,212)
#E2A4C1
(226,164,193)
#CC94AE
(204,148,174)
#B6849B
(182,132,155)
#A07488
(160,116,136)
#8A6475
(138,100,117)
#745462
(116,84,98)
#5E444F
(94,68,79)
#48343C
(72,52,60)
#322429
(50,36,41)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #F8B4D4

#F8B4D4
(248,180,212)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8B4D4; }

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

This text font color is #F8B4D4.


Background Color

.myBgColor { background-color: #F8B4D4; }

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

This div background color is #F8B4D4.


Border color

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

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

This div border color is #F8B4D4.


Opacity

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

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

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

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

This text has shadow with #F8B4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F8B4D4 on black background.


Color preview on white background

This text has color #F8B4D4 on white background.



Black color preview on #F8B4D4 background

This text has black color on #F8B4D4 background.


White color preview on #F8B4D4 background

This text has white color on #F8B4D4 background.