COLOR #F5B9C0

HEX: #F5B9C0 RGB: (245,185,192)

Color info

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

RGB color model

#F5B9C0 color RGB value is (245,185,192).

RGB: (245,185,192) (96%, 73%, 75%)

RGB channels and saturation

R 245 of 255 = 96%
G 185 of 255 = 73%
B 192 of 255 = 75%

245
185
192

R + G + B ~ 81%. #F5B9C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 185 + 192 = 622 (100%)
R 245 of 622 ~ 39.39%
G 185 of 622 ~ 29.74%
B 192 of 622 ~ 30.87'%

%39.39
%29.74
%30.87

CMYK color model

#F5B9C0 color CMYK value is (0,24,22,4).

  • cyan value is 0.00%
  • magenta value is 24.49%
  • yellow value is 21.63%
  • key color value is 3.92%

CMYK: (0,24,22,4)
C0M24Y22K4 (0%, 24%, 22%, 4%)
(0.00 / 0.24 / 0.22 / 0.04)

CMYK percentages

%0
%24.49
%21.63
%3.92

Codes

Color #F5B9C0 in popluar color models

F5 B9 C0
RGB 245 185 192
HSL 353° 75.00% 84.31%
HSB/HSV 353° 24.49% 96.08%
CMYK 0.00% 24.49% 21.63%
3.92%

Color #F5B9C0 in popluar number systems.

HEX F5 B9 C0
Decimal 245 185 192
Binary 11110101 10111001 11000000
Octal 365 271 300

Shades and tints

Shades of #F5B9C0

#F5B9C0
(245,185,192)
#DFA9AF
(223,169,175)
#C9999E
(201,153,158)
#B3898D
(179,137,141)
#9D797C
(157,121,124)
#87696B
(135,105,107)
#71595A
(113,89,90)
#5B4949
(91,73,73)
#453938
(69,57,56)
#2F2927
(47,41,39)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #F5B9C0

#F5B9C0
(245,185,192)
#F5BFC5
(245,191,197)
#F5C5CA
(245,197,202)
#F5CBCF
(245,203,207)
#F5D1D4
(245,209,212)
#F5D7D9
(245,215,217)
#F5DDDE
(245,221,222)
#F5E3E3
(245,227,227)
#F5E9E8
(245,233,232)
#F5EFED
(245,239,237)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B9C0 color. Also use rgb(245,185,192) instead hex code.

Text Font Color

.myTextColor { color: #F5B9C0; }

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

This text font color is #F5B9C0.

Background Color

.myBgColor { background-color: #F5B9C0; }

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

This div background color is #F5B9C0.

Border color

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

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

This div border color is #F5B9C0.

Opacity

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

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

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

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

This text has shadow with #F5B9C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B9C0.

Preview

Color preview on black background

This text has color #F5B9C0 on black background.


Color preview on white background

This text has color #F5B9C0 on white background.


Black color preview on #F5B9C0 background

This text has black color on #F5B9C0 background.


White color preview on #F5B9C0 background

This text has white color on #F5B9C0 background.


Related colors

Complementary color

Complementary color for #hex is #0A463F.


I love getcolorcode.com

Triadic colors

1 #C0F5B9 and #B9C0F5 with #F5B9C0 are triadic colors.

2 #C0B9F5 and #B9F5C0 with #F5B9C0 are triadic colors.