COLOR #F5B1EB

HEX: #F5B1EB RGB: (245,177,235)

Color info

#F5B1EB contains mainly red and blue colors. Web safe color of #F5B1EB is #FF99FF (or #F9F).

RGB color model

#F5B1EB color RGB value is (245,177,235).

RGB: (245,177,235) (96%, 69%, 92%)

RGB channels and saturation

R 245 of 255 = 96%
G 177 of 255 = 69%
B 235 of 255 = 92%

245
177
235

R + G + B ~ 86%. #F5B1EB is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 177 + 235 = 657 (100%)
R 245 of 657 ~ 37.29%
G 177 of 657 ~ 26.94%
B 235 of 657 ~ 35.77'%

%37.29
%26.94
%35.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.76%
  • yellow value is 4.08%
  • key color value is 3.92%

CMYK: (0,28,4,4)
C0M28Y4K4 (0%, 28%, 4%, 4%)
(0.00 / 0.28 / 0.04 / 0.04)

CMYK percentages

%0
%27.76
%4.08
%3.92

Codes

Color #F5B1EB in popluar color models

F5 B1 EB
RGB 245 177 235
HSL 309° 77.27% 82.75%
HSB/HSV 309° 27.76% 96.08%
CMYK 0.00% 27.76% 4.08%
3.92%

Color #F5B1EB in popluar number systems.

HEX F5 B1 EB
Decimal 245 177 235
Binary 11110101 10110001 11101011
Octal 365 261 353

Shades and tints

Shades of #F5B1EB

#F5B1EB
(245,177,235)
#DFA1D6
(223,161,214)
#C991C1
(201,145,193)
#B381AC
(179,129,172)
#9D7197
(157,113,151)
#876182
(135,97,130)
#71516D
(113,81,109)
#5B4158
(91,65,88)
#453143
(69,49,67)
#2F212E
(47,33,46)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #F5B1EB

#F5B1EB
(245,177,235)
#F5B8EC
(245,184,236)
#F5BFED
(245,191,237)
#F5C6EE
(245,198,238)
#F5CDEF
(245,205,239)
#F5D4F0
(245,212,240)
#F5DBF1
(245,219,241)
#F5E2F2
(245,226,242)
#F5E9F3
(245,233,243)
#F5F0F4
(245,240,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5B1EB color. Also use rgb(245,177,235) instead hex code.

Text Font Color

.myTextColor { color: #F5B1EB; }

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

This text font color is #F5B1EB.

Background Color

.myBgColor { background-color: #F5B1EB; }

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

This div background color is #F5B1EB.

Border color

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

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

This div border color is #F5B1EB.

Opacity

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

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

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

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

This text has shadow with #F5B1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5B1EB.

Preview

Color preview on black background

This text has color #F5B1EB on black background.


Color preview on white background

This text has color #F5B1EB on white background.


Black color preview on #F5B1EB background

This text has black color on #F5B1EB background.


White color preview on #F5B1EB background

This text has white color on #F5B1EB background.


Related colors

Complementary color

Complementary color for #hex is #0A4E14.


I love getcolorcode.com

Triadic colors

1 #EBF5B1 and #B1EBF5 with #F5B1EB are triadic colors.

2 #EBB1F5 and #B1F5EB with #F5B1EB are triadic colors.