COLOR #F7BBEF

HEX: #F7BBEF RGB: (247,187,239)

Color info

#F7BBEF contains mainly red and blue colors. Web safe color of #F7BBEF is #FFCCFF (or #FCF).

RGB color model

#F7BBEF color RGB value is (247,187,239).

RGB: (247,187,239) (97%, 73%, 94%)

RGB channels and saturation

R 247 of 255 = 97%
G 187 of 255 = 73%
B 239 of 255 = 94%

247
187
239

R + G + B ~ 88%. #F7BBEF is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 187 + 239 = 673 (100%)
R 247 of 673 ~ 36.7%
G 187 of 673 ~ 27.79%
B 239 of 673 ~ 35.51'%

%36.7
%27.79
%35.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.29%
  • yellow value is 3.24%
  • key color value is 3.14%

CMYK: (0,24,3,3)
C0M24Y3K3 (0%, 24%, 3%, 3%)
(0.00 / 0.24 / 0.03 / 0.03)

CMYK percentages

%0
%24.29
%3.24
%3.14

Codes

Color #F7BBEF in popluar color models

F7 BB EF
RGB 247 187 239
HSL 308° 78.95% 85.10%
HSB/HSV 308° 24.29% 96.86%
CMYK 0.00% 24.29% 3.24%
3.14%

Color #F7BBEF in popluar number systems.

HEX F7 BB EF
Decimal 247 187 239
Binary 11110111 10111011 11101111
Octal 367 273 357

Shades and tints

Shades of #F7BBEF

#F7BBEF
(247,187,239)
#E1AADA
(225,170,218)
#CB99C5
(203,153,197)
#B588B0
(181,136,176)
#9F779B
(159,119,155)
#896686
(137,102,134)
#735571
(115,85,113)
#5D445C
(93,68,92)
#473347
(71,51,71)
#312232
(49,34,50)
#1B111D
(27,17,29)
#000000
(0,0,0)

Tints of #F7BBEF

#F7BBEF
(247,187,239)
#F7C1F0
(247,193,240)
#F7C7F1
(247,199,241)
#F7CDF2
(247,205,242)
#F7D3F3
(247,211,243)
#F7D9F4
(247,217,244)
#F7DFF5
(247,223,245)
#F7E5F6
(247,229,246)
#F7EBF7
(247,235,247)
#F7F1F8
(247,241,248)
#F7F7F9
(247,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7BBEF; }

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

This text font color is #F7BBEF.

Background Color

.myBgColor { background-color: #F7BBEF; }

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

This div background color is #F7BBEF.

Border color

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

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

This div border color is #F7BBEF.

Opacity

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

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

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

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

This text has shadow with #F7BBEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7BBEF.

Preview

Color preview on black background

This text has color #F7BBEF on black background.


Color preview on white background

This text has color #F7BBEF on white background.


Black color preview on #F7BBEF background

This text has black color on #F7BBEF background.


White color preview on #F7BBEF background

This text has white color on #F7BBEF background.


Related colors

Complementary color

Complementary color for #hex is #084410.


I love getcolorcode.com

Triadic colors

1 #EFF7BB and #BBEFF7 with #F7BBEF are triadic colors.

2 #EFBBF7 and #BBF7EF with #F7BBEF are triadic colors.