COLOR #F7B8F5

HEX: #F7B8F5
RGB: (247,184,245)

Color info

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

RGB color model

#F7B8F5 color RGB value is (247,184,245).

  • red value is 247;
  • green value is 184;
  • blue value is 245.
RGB:
(247,184,245)
(97%,72%,96%)

RGB channels and saturation

R 247 of 255 = 97%
G 184 of 255 = 72%
B 245 of 255 = 96%

247
184
245

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

Portions of RGB colors in percentages

R + G + B =
247 + 184 + 245 = 676 (100%)
R 247 of 676 ~ 36.54%
G 184 of 676 ~ 27.22%
B 245 of 676 ~ 36.24%

%36.54
%27.22
%36.24

CMYK color model

#F7B8F5 color CMYK value is (0,26,1,3).

  • cyan value is 0.00%
  • magenta value is 25.51%
  • yellow value is 0.81%
  • key color value is 3.14%
CMYK:
(0,26,1,3)
C0M26Y1K3 
(0%,26%,1%,3%)
(0.00/0.26/0.01/0.03)	

CMYK percentages

%0
%25.51
%0.81
%3.14

Codes

Color #F7B8F5 in popluar color models

F7B8F5
RGB247184245
HSL302°79.75%84.51%
HSB/HSV302°25.51%96.86%
CMYK0.00%25.51%0.81%
3.14%

Color #F7B8F5 in popluar number systems.

HEXF7B8F5
Decimal247184245
Binary111101111011100011110101
Octal367270365

Shades and tints

Shades of #F7B8F5

#F7B8F5
(247,184,245)
#E1A8DF
(225,168,223)
#CB98C9
(203,152,201)
#B588B3
(181,136,179)
#9F789D
(159,120,157)
#896887
(137,104,135)
#735871
(115,88,113)
#5D485B
(93,72,91)
#473845
(71,56,69)
#31282F
(49,40,47)
#1B1819
(27,24,25)
#000000
(0,0,0)

Tints of #F7B8F5

#F7B8F5
(247,184,245)
#F7BEF5
(247,190,245)
#F7C4F5
(247,196,245)
#F7CAF5
(247,202,245)
#F7D0F5
(247,208,245)
#F7D6F5
(247,214,245)
#F7DCF5
(247,220,245)
#F7E2F5
(247,226,245)
#F7E8F5
(247,232,245)
#F7EEF5
(247,238,245)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B8F5 color. Also use rgb(247,184,245) instead hex code.

Text Font Color

.myTextColor { color: #F7B8F5; }

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

This text font color is #F7B8F5.


Background Color

.myBgColor { background-color: #F7B8F5; }

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

This div background color is #F7B8F5.


Border color

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

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

This div border color is #F7B8F5.


Opacity

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

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

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

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

This text has shadow with #F7B8F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B8F5 on black background.


Color preview on white background

This text has color #F7B8F5 on white background.



Black color preview on #F7B8F5 background

This text has black color on #F7B8F5 background.


White color preview on #F7B8F5 background

This text has white color on #F7B8F5 background.