COLOR #F5BBE2

HEX: #F5BBE2
RGB: (245,187,226)

Color info

#F5BBE2 contains red, green and blue colors in about the same proportion. Web safe color of #F5BBE2 is #FFCCCC (or #FCC).

RGB color model

#F5BBE2 color RGB value is (245,187,226).

  • red value is 245;
  • green value is 187;
  • blue value is 226.
RGB:
(245,187,226)
(96%,73%,89%)

RGB channels and saturation

R 245 of 255 = 96%
G 187 of 255 = 73%
B 226 of 255 = 89%

245
187
226

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

Portions of RGB colors in percentages

R + G + B =
245 + 187 + 226 = 658 (100%)
R 245 of 658 ~ 37.23%
G 187 of 658 ~ 28.42%
B 226 of 658 ~ 34.35%

%37.23
%28.42
%34.35

CMYK color model

#F5BBE2 color CMYK value is (0,24,8,4).

  • cyan value is 0.00%
  • magenta value is 23.67%
  • yellow value is 7.76%
  • key color value is 3.92%
CMYK:
(0,24,8,4)
C0M24Y8K4 
(0%,24%,8%,4%)
(0.00/0.24/0.08/0.04)	

CMYK percentages

%0
%23.67
%7.76
%3.92

Codes

Color #F5BBE2 in popluar color models

F5BBE2
RGB245187226
HSL320°74.36%84.71%
HSB/HSV320°23.67%96.08%
CMYK0.00%23.67%7.76%
3.92%

Color #F5BBE2 in popluar number systems.

HEXF5BBE2
Decimal245187226
Binary111101011011101111100010
Octal365273342

Shades and tints

Shades of #F5BBE2

#F5BBE2
(245,187,226)
#DFAACE
(223,170,206)
#C999BA
(201,153,186)
#B388A6
(179,136,166)
#9D7792
(157,119,146)
#87667E
(135,102,126)
#71556A
(113,85,106)
#5B4456
(91,68,86)
#453342
(69,51,66)
#2F222E
(47,34,46)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #F5BBE2

#F5BBE2
(245,187,226)
#F5C1E4
(245,193,228)
#F5C7E6
(245,199,230)
#F5CDE8
(245,205,232)
#F5D3EA
(245,211,234)
#F5D9EC
(245,217,236)
#F5DFEE
(245,223,238)
#F5E5F0
(245,229,240)
#F5EBF2
(245,235,242)
#F5F1F4
(245,241,244)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5BBE2 color. Also use rgb(245,187,226) instead hex code.

Text Font Color

.myTextColor { color: #F5BBE2; }

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

This text font color is #F5BBE2.


Background Color

.myBgColor { background-color: #F5BBE2; }

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

This div background color is #F5BBE2.


Border color

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

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

This div border color is #F5BBE2.


Opacity

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

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

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

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

This text has shadow with #F5BBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5BBE2 on black background.


Color preview on white background

This text has color #F5BBE2 on white background.



Black color preview on #F5BBE2 background

This text has black color on #F5BBE2 background.


White color preview on #F5BBE2 background

This text has white color on #F5BBE2 background.