COLOR #F5B0CE

HEX: #F5B0CE RGB: (245,176,206)

Color info

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

RGB color model

#F5B0CE color RGB value is (245,176,206).

RGB: (245,176,206) (96%, 69%, 81%)

RGB channels and saturation

R 245 of 255 = 96%
G 176 of 255 = 69%
B 206 of 255 = 81%

245
176
206

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

Portions of RGB colors in percentages

R + G + B = 245 + 176 + 206 = 627 (100%)
R 245 of 627 ~ 39.07%
G 176 of 627 ~ 28.07%
B 206 of 627 ~ 32.85'%

%39.07
%28.07
%32.85

CMYK color model

#F5B0CE color CMYK value is (0,28,16,4).

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

CMYK: (0,28,16,4)
C0M28Y16K4 (0%, 28%, 16%, 4%)
(0.00 / 0.28 / 0.16 / 0.04)

CMYK percentages

%0
%28.16
%15.92
%3.92

Codes

Color #F5B0CE in popluar color models

F5 B0 CE
RGB 245 176 206
HSL 334° 77.53% 82.55%
HSB/HSV 334° 28.16% 96.08%
CMYK 0.00% 28.16% 15.92%
3.92%

Color #F5B0CE in popluar number systems.

HEX F5 B0 CE
Decimal 245 176 206
Binary 11110101 10110000 11001110
Octal 365 260 316

Shades and tints

Shades of #F5B0CE

#F5B0CE
(245,176,206)
#DFA0BC
(223,160,188)
#C990AA
(201,144,170)
#B38098
(179,128,152)
#9D7086
(157,112,134)
#876074
(135,96,116)
#715062
(113,80,98)
#5B4050
(91,64,80)
#45303E
(69,48,62)
#2F202C
(47,32,44)
#19101A
(25,16,26)
#000000
(0,0,0)

Tints of #F5B0CE

#F5B0CE
(245,176,206)
#F5B7D2
(245,183,210)
#F5BED6
(245,190,214)
#F5C5DA
(245,197,218)
#F5CCDE
(245,204,222)
#F5D3E2
(245,211,226)
#F5DAE6
(245,218,230)
#F5E1EA
(245,225,234)
#F5E8EE
(245,232,238)
#F5EFF2
(245,239,242)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5B0CE; }

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

This text font color is #F5B0CE.

Background Color

.myBgColor { background-color: #F5B0CE; }

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

This div background color is #F5B0CE.

Border color

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

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

This div border color is #F5B0CE.

Opacity

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

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

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

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

This text has shadow with #F5B0CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B0CE.

Preview

Color preview on black background

This text has color #F5B0CE on black background.


Color preview on white background

This text has color #F5B0CE on white background.


Black color preview on #F5B0CE background

This text has black color on #F5B0CE background.


White color preview on #F5B0CE background

This text has white color on #F5B0CE background.


Related colors

Complementary color

Complementary color for #hex is #0A4F31.


I love getcolorcode.com

Triadic colors

1 #CEF5B0 and #B0CEF5 with #F5B0CE are triadic colors.

2 #CEB0F5 and #B0F5CE with #F5B0CE are triadic colors.