COLOR #F8B4DB

HEX: #F8B4DB
RGB: (248,180,219)

Color info

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

RGB color model

#F8B4DB color RGB value is (248,180,219).

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

RGB channels and saturation

R 248 of 255 = 97%
G 180 of 255 = 71%
B 219 of 255 = 86%

248
180
219

R + G + B ~ 85%. #F8B4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
248 + 180 + 219 = 647 (100%)
R 248 of 647 ~ 38.33%
G 180 of 647 ~ 27.82%
B 219 of 647 ~ 33.85%

%38.33
%27.82
%33.85

CMYK color model

#F8B4DB color CMYK value is (0,27,12,3).

  • cyan value is 0.00%
  • magenta value is 27.42%
  • yellow value is 11.69%
  • key color value is 2.75%
CMYK: (0,27,12,3) C0M27Y12K3 (0%,27%,12%,3%) (0.00/0.27/0.12/0.03)

CMYK percentages

%0
%27.42
%11.69
%2.75

Codes

Color #F8B4DB in popluar color models

F8B4DB
RGB248180219
HSL326°82.93%83.92%
HSB/HSV326°27.42%97.25%
CMYK0.00%27.42%11.69%
2.75%

Color #F8B4DB in popluar number systems.

HEXF8B4DB
Decimal248180219
Binary111110001011010011011011
Octal370264333

Shades and tints

Shades of #F8B4DB

#F8B4DB
(248,180,219)
#E2A4C8
(226,164,200)
#CC94B5
(204,148,181)
#B684A2
(182,132,162)
#A0748F
(160,116,143)
#8A647C
(138,100,124)
#745469
(116,84,105)
#5E4456
(94,68,86)
#483443
(72,52,67)
#322430
(50,36,48)
#1C141D
(28,20,29)
#000000
(0,0,0)

Tints of #F8B4DB

#F8B4DB
(248,180,219)
#F8BADE
(248,186,222)
#F8C0E1
(248,192,225)
#F8C6E4
(248,198,228)
#F8CCE7
(248,204,231)
#F8D2EA
(248,210,234)
#F8D8ED
(248,216,237)
#F8DEF0
(248,222,240)
#F8E4F3
(248,228,243)
#F8EAF6
(248,234,246)
#F8F0F9
(248,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F8B4DB; }

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

This text font color is #F8B4DB.


Background Color

.myBgColor { background-color: #F8B4DB; }

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

This div background color is #F8B4DB.


Border color

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

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

This div border color is #F8B4DB.


Opacity

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

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

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

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

This text has shadow with #F8B4DB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F8B4DB on black background.


Color preview on white background

This text has color #F8B4DB on white background.



Black color preview on #F8B4DB background

This text has black color on #F8B4DB background.


White color preview on #F8B4DB background

This text has white color on #F8B4DB background.