COLOR #F5B4BC

HEX: #F5B4BC RGB: (245,180,188)

Color info

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

RGB color model

#F5B4BC color RGB value is (245,180,188).

RGB: (245,180,188) (96%, 71%, 74%)

RGB channels and saturation

R 245 of 255 = 96%
G 180 of 255 = 71%
B 188 of 255 = 74%

245
180
188

R + G + B ~ 80%. #F5B4BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 245 + 180 + 188 = 613 (100%)
R 245 of 613 ~ 39.97%
G 180 of 613 ~ 29.36%
B 188 of 613 ~ 30.67'%

%39.97
%29.36
%30.67

CMYK color model

#F5B4BC color CMYK value is (0,27,23,4).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 23.27%
  • key color value is 3.92%

CMYK: (0,27,23,4)
C0M27Y23K4 (0%, 27%, 23%, 4%)
(0.00 / 0.27 / 0.23 / 0.04)

CMYK percentages

%0
%26.53
%23.27
%3.92

Codes

Color #F5B4BC in popluar color models

F5 B4 BC
RGB 245 180 188
HSL 353° 76.47% 83.33%
HSB/HSV 353° 26.53% 96.08%
CMYK 0.00% 26.53% 23.27%
3.92%

Color #F5B4BC in popluar number systems.

HEX F5 B4 BC
Decimal 245 180 188
Binary 11110101 10110100 10111100
Octal 365 264 274

Shades and tints

Shades of #F5B4BC

#F5B4BC
(245,180,188)
#DFA4AB
(223,164,171)
#C9949A
(201,148,154)
#B38489
(179,132,137)
#9D7478
(157,116,120)
#876467
(135,100,103)
#715456
(113,84,86)
#5B4445
(91,68,69)
#453434
(69,52,52)
#2F2423
(47,36,35)
#191412
(25,20,18)
#000000
(0,0,0)

Tints of #F5B4BC

#F5B4BC
(245,180,188)
#F5BAC2
(245,186,194)
#F5C0C8
(245,192,200)
#F5C6CE
(245,198,206)
#F5CCD4
(245,204,212)
#F5D2DA
(245,210,218)
#F5D8E0
(245,216,224)
#F5DEE6
(245,222,230)
#F5E4EC
(245,228,236)
#F5EAF2
(245,234,242)
#F5F0F8
(245,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B4BC color. Also use rgb(245,180,188) instead hex code.

Text Font Color

.myTextColor { color: #F5B4BC; }

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

This text font color is #F5B4BC.

Background Color

.myBgColor { background-color: #F5B4BC; }

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

This div background color is #F5B4BC.

Border color

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

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

This div border color is #F5B4BC.

Opacity

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

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

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

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

This text has shadow with #F5B4BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B4BC.

Preview

Color preview on black background

This text has color #F5B4BC on black background.


Color preview on white background

This text has color #F5B4BC on white background.


Black color preview on #F5B4BC background

This text has black color on #F5B4BC background.


White color preview on #F5B4BC background

This text has white color on #F5B4BC background.


Related colors

Complementary color

Complementary color for #hex is #0A4B43.


I love getcolorcode.com

Triadic colors

1 #BCF5B4 and #B4BCF5 with #F5B4BC are triadic colors.

2 #BCB4F5 and #B4F5BC with #F5B4BC are triadic colors.