COLOR #F7BBE2

HEX: #F7BBE2
RGB: (247,187,226)

Color info

#F7BBE2 contains mainly red and blue colors. Web safe color of #F7BBE2 is #FFCCCC (or #FCC).

RGB color model

#F7BBE2 color RGB value is (247,187,226).

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

RGB channels and saturation

R 247 of 255 = 97%
G 187 of 255 = 73%
B 226 of 255 = 89%

247
187
226

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

Portions of RGB colors in percentages

R + G + B =
247 + 187 + 226 = 660 (100%)
R 247 of 660 ~ 37.42%
G 187 of 660 ~ 28.33%
B 226 of 660 ~ 34.24%

%37.42
%28.33
%34.24

CMYK color model

#F7BBE2 color CMYK value is (0,24,9,3).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 8.50%
  • key color value is 3.14%
CMYK:
(0,24,9,3)
C0M24Y9K3 
(0%,24%,9%,3%)
(0.00/0.24/0.09/0.03)	

CMYK percentages

%0
%24.29
%8.5
%3.14

Codes

Color #F7BBE2 in popluar color models

F7BBE2
RGB247187226
HSL321°78.95%85.10%
HSB/HSV321°24.29%96.86%
CMYK0.00%24.29%8.50%
3.14%

Color #F7BBE2 in popluar number systems.

HEXF7BBE2
Decimal247187226
Binary111101111011101111100010
Octal367273342

Shades and tints

Shades of #F7BBE2

#F7BBE2
(247,187,226)
#E1AACE
(225,170,206)
#CB99BA
(203,153,186)
#B588A6
(181,136,166)
#9F7792
(159,119,146)
#89667E
(137,102,126)
#73556A
(115,85,106)
#5D4456
(93,68,86)
#473342
(71,51,66)
#31222E
(49,34,46)
#1B111A
(27,17,26)
#000000
(0,0,0)

Tints of #F7BBE2

#F7BBE2
(247,187,226)
#F7C1E4
(247,193,228)
#F7C7E6
(247,199,230)
#F7CDE8
(247,205,232)
#F7D3EA
(247,211,234)
#F7D9EC
(247,217,236)
#F7DFEE
(247,223,238)
#F7E5F0
(247,229,240)
#F7EBF2
(247,235,242)
#F7F1F4
(247,241,244)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BBE2; }

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

This text font color is #F7BBE2.


Background Color

.myBgColor { background-color: #F7BBE2; }

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

This div background color is #F7BBE2.


Border color

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

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

This div border color is #F7BBE2.


Opacity

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

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

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

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

This text has shadow with #F7BBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BBE2 on black background.


Color preview on white background

This text has color #F7BBE2 on white background.



Black color preview on #F7BBE2 background

This text has black color on #F7BBE2 background.


White color preview on #F7BBE2 background

This text has white color on #F7BBE2 background.