COLOR #F5B0CC

HEX: #F5B0CC RGB: (245,176,204)

Color info

#F5B0CC contains mainly red and blue colors. Web safe color of #F5B0CC is #FF99CC (or #F9C).

RGB color model

#F5B0CC color RGB value is (245,176,204).

RGB: (245,176,204) (96%, 69%, 80%)

RGB channels and saturation

R 245 of 255 = 96%
G 176 of 255 = 69%
B 204 of 255 = 80%

245
176
204

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

Portions of RGB colors in percentages

R + G + B = 245 + 176 + 204 = 625 (100%)
R 245 of 625 ~ 39.2%
G 176 of 625 ~ 28.16%
B 204 of 625 ~ 32.64'%

%39.2
%28.16
%32.64

CMYK color model

#F5B0CC color CMYK value is (0,28,17,4).

  • cyan value is 0.00%
  • magenta value is 28.16%
  • yellow value is 16.73%
  • key color value is 3.92%

CMYK: (0,28,17,4)
C0M28Y17K4 (0%, 28%, 17%, 4%)
(0.00 / 0.28 / 0.17 / 0.04)

CMYK percentages

%0
%28.16
%16.73
%3.92

Codes

Color #F5B0CC in popluar color models

F5 B0 CC
RGB 245 176 204
HSL 336° 77.53% 82.55%
HSB/HSV 336° 28.16% 96.08%
CMYK 0.00% 28.16% 16.73%
3.92%

Color #F5B0CC in popluar number systems.

HEX F5 B0 CC
Decimal 245 176 204
Binary 11110101 10110000 11001100
Octal 365 260 314

Shades and tints

Shades of #F5B0CC

#F5B0CC
(245,176,204)
#DFA0BA
(223,160,186)
#C990A8
(201,144,168)
#B38096
(179,128,150)
#9D7084
(157,112,132)
#876072
(135,96,114)
#715060
(113,80,96)
#5B404E
(91,64,78)
#45303C
(69,48,60)
#2F202A
(47,32,42)
#191018
(25,16,24)
#000000
(0,0,0)

Tints of #F5B0CC

#F5B0CC
(245,176,204)
#F5B7D0
(245,183,208)
#F5BED4
(245,190,212)
#F5C5D8
(245,197,216)
#F5CCDC
(245,204,220)
#F5D3E0
(245,211,224)
#F5DAE4
(245,218,228)
#F5E1E8
(245,225,232)
#F5E8EC
(245,232,236)
#F5EFF0
(245,239,240)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B0CC color. Also use rgb(245,176,204) instead hex code.

Text Font Color

.myTextColor { color: #F5B0CC; }

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

This text font color is #F5B0CC.

Background Color

.myBgColor { background-color: #F5B0CC; }

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

This div background color is #F5B0CC.

Border color

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

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

This div border color is #F5B0CC.

Opacity

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

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

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

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

This text has shadow with #F5B0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B0CC.

Preview

Color preview on black background

This text has color #F5B0CC on black background.


Color preview on white background

This text has color #F5B0CC on white background.


Black color preview on #F5B0CC background

This text has black color on #F5B0CC background.


White color preview on #F5B0CC background

This text has white color on #F5B0CC background.


Related colors

Complementary color

Complementary color for #hex is #0A4F33.


I love getcolorcode.com

Triadic colors

1 #CCF5B0 and #B0CCF5 with #F5B0CC are triadic colors.

2 #CCB0F5 and #B0F5CC with #F5B0CC are triadic colors.