COLOR #F5BBEC

HEX: #F5BBEC
RGB: (245,187,236)

Color info

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

RGB color model

#F5BBEC color RGB value is (245,187,236).

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

RGB channels and saturation

R 245 of 255 = 96%
G 187 of 255 = 73%
B 236 of 255 = 93%

245
187
236

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

Portions of RGB colors in percentages

R + G + B =
245 + 187 + 236 = 668 (100%)
R 245 of 668 ~ 36.68%
G 187 of 668 ~ 27.99%
B 236 of 668 ~ 35.33%

%36.68
%27.99
%35.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.67%
  • yellow value is 3.67%
  • 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
%3.67
%3.92

Codes

Color #F5BBEC in popluar color models

F5BBEC
RGB245187236
HSL309°74.36%84.71%
HSB/HSV309°23.67%96.08%
CMYK0.00%23.67%3.67%
3.92%

Color #F5BBEC in popluar number systems.

HEXF5BBEC
Decimal245187236
Binary111101011011101111101100
Octal365273354

Shades and tints

Shades of #F5BBEC

#F5BBEC
(245,187,236)
#DFAAD7
(223,170,215)
#C999C2
(201,153,194)
#B388AD
(179,136,173)
#9D7798
(157,119,152)
#876683
(135,102,131)
#71556E
(113,85,110)
#5B4459
(91,68,89)
#453344
(69,51,68)
#2F222F
(47,34,47)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #F5BBEC

#F5BBEC
(245,187,236)
#F5C1ED
(245,193,237)
#F5C7EE
(245,199,238)
#F5CDEF
(245,205,239)
#F5D3F0
(245,211,240)
#F5D9F1
(245,217,241)
#F5DFF2
(245,223,242)
#F5E5F3
(245,229,243)
#F5EBF4
(245,235,244)
#F5F1F5
(245,241,245)
#F5F7F6
(245,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5BBEC; }

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

This text font color is #F5BBEC.


Background Color

.myBgColor { background-color: #F5BBEC; }

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

This div background color is #F5BBEC.


Border color

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

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

This div border color is #F5BBEC.


Opacity

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

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

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

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

This text has shadow with #F5BBEC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F5BBEC on black background.


Color preview on white background

This text has color #F5BBEC on white background.



Black color preview on #F5BBEC background

This text has black color on #F5BBEC background.


White color preview on #F5BBEC background

This text has white color on #F5BBEC background.