COLOR #F5B5D8

HEX: #F5B5D8 RGB: (245,181,216)

Color info

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

RGB color model

#F5B5D8 color RGB value is (245,181,216).

RGB: (245,181,216) (96%, 71%, 85%)

RGB channels and saturation

R 245 of 255 = 96%
G 181 of 255 = 71%
B 216 of 255 = 85%

245
181
216

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

Portions of RGB colors in percentages

R + G + B = 245 + 181 + 216 = 642 (100%)
R 245 of 642 ~ 38.16%
G 181 of 642 ~ 28.19%
B 216 of 642 ~ 33.64'%

%38.16
%28.19
%33.64

CMYK color model

#F5B5D8 color CMYK value is (0,26,12,4).

  • cyan value is 0.00%
  • magenta value is 26.12%
  • yellow value is 11.84%
  • key color value is 3.92%

CMYK: (0,26,12,4)
C0M26Y12K4 (0%, 26%, 12%, 4%)
(0.00 / 0.26 / 0.12 / 0.04)

CMYK percentages

%0
%26.12
%11.84
%3.92

Codes

Color #F5B5D8 in popluar color models

F5 B5 D8
RGB 245 181 216
HSL 327° 76.19% 83.53%
HSB/HSV 327° 26.12% 96.08%
CMYK 0.00% 26.12% 11.84%
3.92%

Color #F5B5D8 in popluar number systems.

HEX F5 B5 D8
Decimal 245 181 216
Binary 11110101 10110101 11011000
Octal 365 265 330

Shades and tints

Shades of #F5B5D8

#F5B5D8
(245,181,216)
#DFA5C5
(223,165,197)
#C995B2
(201,149,178)
#B3859F
(179,133,159)
#9D758C
(157,117,140)
#876579
(135,101,121)
#715566
(113,85,102)
#5B4553
(91,69,83)
#453540
(69,53,64)
#2F252D
(47,37,45)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #F5B5D8

#F5B5D8
(245,181,216)
#F5BBDB
(245,187,219)
#F5C1DE
(245,193,222)
#F5C7E1
(245,199,225)
#F5CDE4
(245,205,228)
#F5D3E7
(245,211,231)
#F5D9EA
(245,217,234)
#F5DFED
(245,223,237)
#F5E5F0
(245,229,240)
#F5EBF3
(245,235,243)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B5D8 color. Also use rgb(245,181,216) instead hex code.

Text Font Color

.myTextColor { color: #F5B5D8; }

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

This text font color is #F5B5D8.

Background Color

.myBgColor { background-color: #F5B5D8; }

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

This div background color is #F5B5D8.

Border color

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

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

This div border color is #F5B5D8.

Opacity

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

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

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

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

This text has shadow with #F5B5D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B5D8.

Preview

Color preview on black background

This text has color #F5B5D8 on black background.


Color preview on white background

This text has color #F5B5D8 on white background.


Black color preview on #F5B5D8 background

This text has black color on #F5B5D8 background.


White color preview on #F5B5D8 background

This text has white color on #F5B5D8 background.


Related colors

Complementary color

Complementary color for #hex is #0A4A27.


I love getcolorcode.com

Triadic colors

1 #D8F5B5 and #B5D8F5 with #F5B5D8 are triadic colors.

2 #D8B5F5 and #B5F5D8 with #F5B5D8 are triadic colors.