COLOR #F7B2EB

HEX: #F7B2EB
RGB: (247,178,235)

Color info

#F7B2EB contains mainly red and blue colors. Web safe color of #F7B2EB is #FF99FF (or #F9F).

RGB color model

#F7B2EB color RGB value is (247,178,235).

  • red value is 247;
  • green value is 178;
  • blue value is 235.
RGB:
(247,178,235)
(97%,70%,92%)

RGB channels and saturation

R 247 of 255 = 97%
G 178 of 255 = 70%
B 235 of 255 = 92%

247
178
235

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

Portions of RGB colors in percentages

R + G + B =
247 + 178 + 235 = 660 (100%)
R 247 of 660 ~ 37.42%
G 178 of 660 ~ 26.97%
B 235 of 660 ~ 35.61%

%37.42
%26.97
%35.61

CMYK color model

#F7B2EB color CMYK value is (0,28,5,3).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 4.86%
  • key color value is 3.14%
CMYK:
(0,28,5,3)
C0M28Y5K3 
(0%,28%,5%,3%)
(0.00/0.28/0.05/0.03)	

CMYK percentages

%0
%27.94
%4.86
%3.14

Codes

Color #F7B2EB in popluar color models

F7B2EB
RGB247178235
HSL310°81.18%83.33%
HSB/HSV310°27.94%96.86%
CMYK0.00%27.94%4.86%
3.14%

Color #F7B2EB in popluar number systems.

HEXF7B2EB
Decimal247178235
Binary111101111011001011101011
Octal367262353

Shades and tints

Shades of #F7B2EB

#F7B2EB
(247,178,235)
#E1A2D6
(225,162,214)
#CB92C1
(203,146,193)
#B582AC
(181,130,172)
#9F7297
(159,114,151)
#896282
(137,98,130)
#73526D
(115,82,109)
#5D4258
(93,66,88)
#473243
(71,50,67)
#31222E
(49,34,46)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #F7B2EB

#F7B2EB
(247,178,235)
#F7B9EC
(247,185,236)
#F7C0ED
(247,192,237)
#F7C7EE
(247,199,238)
#F7CEEF
(247,206,239)
#F7D5F0
(247,213,240)
#F7DCF1
(247,220,241)
#F7E3F2
(247,227,242)
#F7EAF3
(247,234,243)
#F7F1F4
(247,241,244)
#F7F8F5
(247,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B2EB color. Also use rgb(247,178,235) instead hex code.

Text Font Color

.myTextColor { color: #F7B2EB; }

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

This text font color is #F7B2EB.


Background Color

.myBgColor { background-color: #F7B2EB; }

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

This div background color is #F7B2EB.


Border color

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

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

This div border color is #F7B2EB.


Opacity

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

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

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

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

This text has shadow with #F7B2EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B2EB on black background.


Color preview on white background

This text has color #F7B2EB on white background.



Black color preview on #F7B2EB background

This text has black color on #F7B2EB background.


White color preview on #F7B2EB background

This text has white color on #F7B2EB background.