COLOR #F5BADF

HEX: #F5BADF
RGB: (245,186,223)

Color info

#F5BADF contains red, green and blue colors in about the same proportion. Web safe color of #F5BADF is #FFCCCC (or #FCC).

RGB color model

#F5BADF color RGB value is (245,186,223).

  • red value is 245;
  • green value is 186;
  • blue value is 223.
RGB:
(245,186,223)
(96%,73%,87%)

RGB channels and saturation

R 245 of 255 = 96%
G 186 of 255 = 73%
B 223 of 255 = 87%

245
186
223

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

Portions of RGB colors in percentages

R + G + B =
245 + 186 + 223 = 654 (100%)
R 245 of 654 ~ 37.46%
G 186 of 654 ~ 28.44%
B 223 of 654 ~ 34.1%

%37.46
%28.44
%34.1

CMYK color model

#F5BADF color CMYK value is (0,24,9,4).

  • cyan value is 0.00%
  • magenta value is 24.08%
  • yellow value is 8.98%
  • key color value is 3.92%
CMYK:
(0,24,9,4)
C0M24Y9K4 
(0%,24%,9%,4%)
(0.00/0.24/0.09/0.04)	

CMYK percentages

%0
%24.08
%8.98
%3.92

Codes

Color #F5BADF in popluar color models

F5BADF
RGB245186223
HSL322°74.68%84.51%
HSB/HSV322°24.08%96.08%
CMYK0.00%24.08%8.98%
3.92%

Color #F5BADF in popluar number systems.

HEXF5BADF
Decimal245186223
Binary111101011011101011011111
Octal365272337

Shades and tints

Shades of #F5BADF

#F5BADF
(245,186,223)
#DFAACB
(223,170,203)
#C99AB7
(201,154,183)
#B38AA3
(179,138,163)
#9D7A8F
(157,122,143)
#876A7B
(135,106,123)
#715A67
(113,90,103)
#5B4A53
(91,74,83)
#453A3F
(69,58,63)
#2F2A2B
(47,42,43)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #F5BADF

#F5BADF
(245,186,223)
#F5C0E1
(245,192,225)
#F5C6E3
(245,198,227)
#F5CCE5
(245,204,229)
#F5D2E7
(245,210,231)
#F5D8E9
(245,216,233)
#F5DEEB
(245,222,235)
#F5E4ED
(245,228,237)
#F5EAEF
(245,234,239)
#F5F0F1
(245,240,241)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BADF color. Also use rgb(245,186,223) instead hex code.

Text Font Color

.myTextColor { color: #F5BADF; }

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

This text font color is #F5BADF.


Background Color

.myBgColor { background-color: #F5BADF; }

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

This div background color is #F5BADF.


Border color

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

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

This div border color is #F5BADF.


Opacity

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

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

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

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

This text has shadow with #F5BADF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BADF on black background.


Color preview on white background

This text has color #F5BADF on white background.



Black color preview on #F5BADF background

This text has black color on #F5BADF background.


White color preview on #F5BADF background

This text has white color on #F5BADF background.