COLOR #F5B4DC

HEX: #F5B4DC
RGB: (245,180,220)

Color info

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

RGB color model

#F5B4DC color RGB value is (245,180,220).

  • red value is 245;
  • green value is 180;
  • blue value is 220.
RGB:
(245,180,220)
(96%,71%,86%)

RGB channels and saturation

R 245 of 255 = 96%
G 180 of 255 = 71%
B 220 of 255 = 86%

245
180
220

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

Portions of RGB colors in percentages

R + G + B =
245 + 180 + 220 = 645 (100%)
R 245 of 645 ~ 37.98%
G 180 of 645 ~ 27.91%
B 220 of 645 ~ 34.11%

%37.98
%27.91
%34.11

CMYK color model

#F5B4DC color CMYK value is (0,27,10,4).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 10.20%
  • key color value is 3.92%
CMYK:
(0,27,10,4)
C0M27Y10K4 
(0%,27%,10%,4%)
(0.00/0.27/0.10/0.04)	

CMYK percentages

%0
%26.53
%10.2
%3.92

Codes

Color #F5B4DC in popluar color models

F5B4DC
RGB245180220
HSL323°76.47%83.33%
HSB/HSV323°26.53%96.08%
CMYK0.00%26.53%10.20%
3.92%

Color #F5B4DC in popluar number systems.

HEXF5B4DC
Decimal245180220
Binary111101011011010011011100
Octal365264334

Shades and tints

Shades of #F5B4DC

#F5B4DC
(245,180,220)
#DFA4C8
(223,164,200)
#C994B4
(201,148,180)
#B384A0
(179,132,160)
#9D748C
(157,116,140)
#876478
(135,100,120)
#715464
(113,84,100)
#5B4450
(91,68,80)
#45343C
(69,52,60)
#2F2428
(47,36,40)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #F5B4DC

#F5B4DC
(245,180,220)
#F5BADF
(245,186,223)
#F5C0E2
(245,192,226)
#F5C6E5
(245,198,229)
#F5CCE8
(245,204,232)
#F5D2EB
(245,210,235)
#F5D8EE
(245,216,238)
#F5DEF1
(245,222,241)
#F5E4F4
(245,228,244)
#F5EAF7
(245,234,247)
#F5F0FA
(245,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B4DC color. Also use rgb(245,180,220) instead hex code.

Text Font Color

.myTextColor { color: #F5B4DC; }

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

This text font color is #F5B4DC.


Background Color

.myBgColor { background-color: #F5B4DC; }

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

This div background color is #F5B4DC.


Border color

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

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

This div border color is #F5B4DC.


Opacity

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

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

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

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

This text has shadow with #F5B4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5B4DC on black background.


Color preview on white background

This text has color #F5B4DC on white background.



Black color preview on #F5B4DC background

This text has black color on #F5B4DC background.


White color preview on #F5B4DC background

This text has white color on #F5B4DC background.