COLOR #F7BBE4

HEX: #F7BBE4
RGB: (247,187,228)

Color info

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

RGB color model

#F7BBE4 color RGB value is (247,187,228).

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

RGB channels and saturation

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

247
187
228

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

Portions of RGB colors in percentages

R + G + B =
247 + 187 + 228 = 662 (100%)
R 247 of 662 ~ 37.31%
G 187 of 662 ~ 28.25%
B 228 of 662 ~ 34.44%

%37.31
%28.25
%34.44

CMYK color model

#F7BBE4 color CMYK value is (0,24,8,3).

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 7.69%
  • key color value is 3.14%
CMYK:
(0,24,8,3)
C0M24Y8K3 
(0%,24%,8%,3%)
(0.00/0.24/0.08/0.03)	

CMYK percentages

%0
%24.29
%7.69
%3.14

Codes

Color #F7BBE4 in popluar color models

F7BBE4
RGB247187228
HSL319°78.95%85.10%
HSB/HSV319°24.29%96.86%
CMYK0.00%24.29%7.69%
3.14%

Color #F7BBE4 in popluar number systems.

HEXF7BBE4
Decimal247187228
Binary111101111011101111100100
Octal367273344

Shades and tints

Shades of #F7BBE4

#F7BBE4
(247,187,228)
#E1AAD0
(225,170,208)
#CB99BC
(203,153,188)
#B588A8
(181,136,168)
#9F7794
(159,119,148)
#896680
(137,102,128)
#73556C
(115,85,108)
#5D4458
(93,68,88)
#473344
(71,51,68)
#312230
(49,34,48)
#1B111C
(27,17,28)
#000000
(0,0,0)

Tints of #F7BBE4

#F7BBE4
(247,187,228)
#F7C1E6
(247,193,230)
#F7C7E8
(247,199,232)
#F7CDEA
(247,205,234)
#F7D3EC
(247,211,236)
#F7D9EE
(247,217,238)
#F7DFF0
(247,223,240)
#F7E5F2
(247,229,242)
#F7EBF4
(247,235,244)
#F7F1F6
(247,241,246)
#F7F7F8
(247,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BBE4; }

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

This text font color is #F7BBE4.


Background Color

.myBgColor { background-color: #F7BBE4; }

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

This div background color is #F7BBE4.


Border color

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

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

This div border color is #F7BBE4.


Opacity

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

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

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

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

This text has shadow with #F7BBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7BBE4 on black background.


Color preview on white background

This text has color #F7BBE4 on white background.



Black color preview on #F7BBE4 background

This text has black color on #F7BBE4 background.


White color preview on #F7BBE4 background

This text has white color on #F7BBE4 background.