COLOR #F5BBEB

HEX: #F5BBEB RGB: (245,187,235)

Color info

#F5BBEB contains red, green and blue colors in about the same proportion. Web safe color of #F5BBEB is #FFCCFF (or #FCF).

RGB color model

#F5BBEB color RGB value is (245,187,235).

RGB: (245,187,235) (96%, 73%, 92%)

RGB channels and saturation

R 245 of 255 = 96%
G 187 of 255 = 73%
B 235 of 255 = 92%

245
187
235

R + G + B ~ 87%. #F5BBEB is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 187 + 235 = 667 (100%)
R 245 of 667 ~ 36.73%
G 187 of 667 ~ 28.04%
B 235 of 667 ~ 35.23'%

%36.73
%28.04
%35.23

CMYK color model

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

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

CMYK: (0,24,4,4)
C0M24Y4K4 (0%, 24%, 4%, 4%)
(0.00 / 0.24 / 0.04 / 0.04)

CMYK percentages

%0
%23.67
%4.08
%3.92

Codes

Color #F5BBEB in popluar color models

F5 BB EB
RGB 245 187 235
HSL 310° 74.36% 84.71%
HSB/HSV 310° 23.67% 96.08%
CMYK 0.00% 23.67% 4.08%
3.92%

Color #F5BBEB in popluar number systems.

HEX F5 BB EB
Decimal 245 187 235
Binary 11110101 10111011 11101011
Octal 365 273 353

Shades and tints

Shades of #F5BBEB

#F5BBEB
(245,187,235)
#DFAAD6
(223,170,214)
#C999C1
(201,153,193)
#B388AC
(179,136,172)
#9D7797
(157,119,151)
#876682
(135,102,130)
#71556D
(113,85,109)
#5B4458
(91,68,88)
#453343
(69,51,67)
#2F222E
(47,34,46)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #F5BBEB

#F5BBEB
(245,187,235)
#F5C1EC
(245,193,236)
#F5C7ED
(245,199,237)
#F5CDEE
(245,205,238)
#F5D3EF
(245,211,239)
#F5D9F0
(245,217,240)
#F5DFF1
(245,223,241)
#F5E5F2
(245,229,242)
#F5EBF3
(245,235,243)
#F5F1F4
(245,241,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BBEB; }

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

This text font color is #F5BBEB.

Background Color

.myBgColor { background-color: #F5BBEB; }

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

This div background color is #F5BBEB.

Border color

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

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

This div border color is #F5BBEB.

Opacity

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

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

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

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

This text has shadow with #F5BBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5BBEB.

Preview

Color preview on black background

This text has color #F5BBEB on black background.


Color preview on white background

This text has color #F5BBEB on white background.


Black color preview on #F5BBEB background

This text has black color on #F5BBEB background.


White color preview on #F5BBEB background

This text has white color on #F5BBEB background.


Related colors

Complementary color

Complementary color for #hex is #0A4414.


I love getcolorcode.com

Triadic colors

1 #EBF5BB and #BBEBF5 with #F5BBEB are triadic colors.

2 #EBBBF5 and #BBF5EB with #F5BBEB are triadic colors.