COLOR #F5BDC5

HEX: #F5BDC5
RGB: (245,189,197)

Color info

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

RGB color model

#F5BDC5 color RGB value is (245,189,197).

  • red value is 245;
  • green value is 189;
  • blue value is 197.
RGB:
(245,189,197)
(96%,74%,77%)

RGB channels and saturation

R 245 of 255 = 96%
G 189 of 255 = 74%
B 197 of 255 = 77%

245
189
197

R + G + B ~ 82%. #F5BDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
245 + 189 + 197 = 631 (100%)
R 245 of 631 ~ 38.83%
G 189 of 631 ~ 29.95%
B 197 of 631 ~ 31.22%

%38.83
%29.95
%31.22

CMYK color model

#F5BDC5 color CMYK value is (0,23,20,4).

  • cyan value is 0.00%
  • magenta value is 22.86%
  • yellow value is 19.59%
  • key color value is 3.92%
CMYK:
(0,23,20,4)
C0M23Y20K4 
(0%,23%,20%,4%)
(0.00/0.23/0.20/0.04)	

CMYK percentages

%0
%22.86
%19.59
%3.92

Codes

Color #F5BDC5 in popluar color models

F5BDC5
RGB245189197
HSL351°73.68%85.10%
HSB/HSV351°22.86%96.08%
CMYK0.00%22.86%19.59%
3.92%

Color #F5BDC5 in popluar number systems.

HEXF5BDC5
Decimal245189197
Binary111101011011110111000101
Octal365275305

Shades and tints

Shades of #F5BDC5

#F5BDC5
(245,189,197)
#DFACB4
(223,172,180)
#C99BA3
(201,155,163)
#B38A92
(179,138,146)
#9D7981
(157,121,129)
#876870
(135,104,112)
#71575F
(113,87,95)
#5B464E
(91,70,78)
#45353D
(69,53,61)
#2F242C
(47,36,44)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #F5BDC5

#F5BDC5
(245,189,197)
#F5C3CA
(245,195,202)
#F5C9CF
(245,201,207)
#F5CFD4
(245,207,212)
#F5D5D9
(245,213,217)
#F5DBDE
(245,219,222)
#F5E1E3
(245,225,227)
#F5E7E8
(245,231,232)
#F5EDED
(245,237,237)
#F5F3F2
(245,243,242)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BDC5 color. Also use rgb(245,189,197) instead hex code.

Text Font Color

.myTextColor { color: #F5BDC5; }

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

This text font color is #F5BDC5.


Background Color

.myBgColor { background-color: #F5BDC5; }

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

This div background color is #F5BDC5.


Border color

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

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

This div border color is #F5BDC5.


Opacity

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

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

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

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

This text has shadow with #F5BDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BDC5 on black background.


Color preview on white background

This text has color #F5BDC5 on white background.



Black color preview on #F5BDC5 background

This text has black color on #F5BDC5 background.


White color preview on #F5BDC5 background

This text has white color on #F5BDC5 background.