COLOR #F7B5F3

HEX: #F7B5F3
RGB: (247,181,243)

Color info

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

RGB color model

#F7B5F3 color RGB value is (247,181,243).

  • red value is 247;
  • green value is 181;
  • blue value is 243.
RGB:
(247,181,243)
(97%,71%,95%)

RGB channels and saturation

R 247 of 255 = 97%
G 181 of 255 = 71%
B 243 of 255 = 95%

247
181
243

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

Portions of RGB colors in percentages

R + G + B =
247 + 181 + 243 = 671 (100%)
R 247 of 671 ~ 36.81%
G 181 of 671 ~ 26.97%
B 243 of 671 ~ 36.21%

%36.81
%26.97
%36.21

CMYK color model

#F7B5F3 color CMYK value is (0,27,2,3).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 1.62%
  • key color value is 3.14%
CMYK:
(0,27,2,3)
C0M27Y2K3 
(0%,27%,2%,3%)
(0.00/0.27/0.02/0.03)	

CMYK percentages

%0
%26.72
%1.62
%3.14

Codes

Color #F7B5F3 in popluar color models

F7B5F3
RGB247181243
HSL304°80.49%83.92%
HSB/HSV304°26.72%96.86%
CMYK0.00%26.72%1.62%
3.14%

Color #F7B5F3 in popluar number systems.

HEXF7B5F3
Decimal247181243
Binary111101111011010111110011
Octal367265363

Shades and tints

Shades of #F7B5F3

#F7B5F3
(247,181,243)
#E1A5DD
(225,165,221)
#CB95C7
(203,149,199)
#B585B1
(181,133,177)
#9F759B
(159,117,155)
#896585
(137,101,133)
#73556F
(115,85,111)
#5D4559
(93,69,89)
#473543
(71,53,67)
#31252D
(49,37,45)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #F7B5F3

#F7B5F3
(247,181,243)
#F7BBF4
(247,187,244)
#F7C1F5
(247,193,245)
#F7C7F6
(247,199,246)
#F7CDF7
(247,205,247)
#F7D3F8
(247,211,248)
#F7D9F9
(247,217,249)
#F7DFFA
(247,223,250)
#F7E5FB
(247,229,251)
#F7EBFC
(247,235,252)
#F7F1FD
(247,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B5F3 color. Also use rgb(247,181,243) instead hex code.

Text Font Color

.myTextColor { color: #F7B5F3; }

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

This text font color is #F7B5F3.


Background Color

.myBgColor { background-color: #F7B5F3; }

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

This div background color is #F7B5F3.


Border color

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

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

This div border color is #F7B5F3.


Opacity

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

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

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

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

This text has shadow with #F7B5F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B5F3 on black background.


Color preview on white background

This text has color #F7B5F3 on white background.



Black color preview on #F7B5F3 background

This text has black color on #F7B5F3 background.


White color preview on #F7B5F3 background

This text has white color on #F7B5F3 background.