COLOR #F5B7D0

HEX: #F5B7D0 RGB: (245,183,208)

Color info

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

RGB color model

#F5B7D0 color RGB value is (245,183,208).

RGB: (245,183,208) (96%, 72%, 82%)

RGB channels and saturation

R 245 of 255 = 96%
G 183 of 255 = 72%
B 208 of 255 = 82%

245
183
208

R + G + B ~ 83%. #F5B7D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 183 + 208 = 636 (100%)
R 245 of 636 ~ 38.52%
G 183 of 636 ~ 28.77%
B 208 of 636 ~ 32.7'%

%38.52
%28.77
%32.7

CMYK color model

#F5B7D0 color CMYK value is (0,25,15,4).

  • cyan value is 0.00%
  • magenta value is 25.31%
  • yellow value is 15.10%
  • key color value is 3.92%

CMYK: (0,25,15,4)
C0M25Y15K4 (0%, 25%, 15%, 4%)
(0.00 / 0.25 / 0.15 / 0.04)

CMYK percentages

%0
%25.31
%15.1
%3.92

Codes

Color #F5B7D0 in popluar color models

F5 B7 D0
RGB 245 183 208
HSL 336° 75.61% 83.92%
HSB/HSV 336° 25.31% 96.08%
CMYK 0.00% 25.31% 15.10%
3.92%

Color #F5B7D0 in popluar number systems.

HEX F5 B7 D0
Decimal 245 183 208
Binary 11110101 10110111 11010000
Octal 365 267 320

Shades and tints

Shades of #F5B7D0

#F5B7D0
(245,183,208)
#DFA7BE
(223,167,190)
#C997AC
(201,151,172)
#B3879A
(179,135,154)
#9D7788
(157,119,136)
#876776
(135,103,118)
#715764
(113,87,100)
#5B4752
(91,71,82)
#453740
(69,55,64)
#2F272E
(47,39,46)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #F5B7D0

#F5B7D0
(245,183,208)
#F5BDD4
(245,189,212)
#F5C3D8
(245,195,216)
#F5C9DC
(245,201,220)
#F5CFE0
(245,207,224)
#F5D5E4
(245,213,228)
#F5DBE8
(245,219,232)
#F5E1EC
(245,225,236)
#F5E7F0
(245,231,240)
#F5EDF4
(245,237,244)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B7D0 color. Also use rgb(245,183,208) instead hex code.

Text Font Color

.myTextColor { color: #F5B7D0; }

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

This text font color is #F5B7D0.

Background Color

.myBgColor { background-color: #F5B7D0; }

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

This div background color is #F5B7D0.

Border color

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

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

This div border color is #F5B7D0.

Opacity

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

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

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

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

This text has shadow with #F5B7D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B7D0.

Preview

Color preview on black background

This text has color #F5B7D0 on black background.


Color preview on white background

This text has color #F5B7D0 on white background.


Black color preview on #F5B7D0 background

This text has black color on #F5B7D0 background.


White color preview on #F5B7D0 background

This text has white color on #F5B7D0 background.


Related colors

Complementary color

Complementary color for #hex is #0A482F.


I love getcolorcode.com

Triadic colors

1 #D0F5B7 and #B7D0F5 with #F5B7D0 are triadic colors.

2 #D0B7F5 and #B7F5D0 with #F5B7D0 are triadic colors.