COLOR #F7B5E9

HEX: #F7B5E9 RGB: (247,181,233)

Color info

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

RGB color model

#F7B5E9 color RGB value is (247,181,233).

RGB: (247,181,233) (97%, 71%, 91%)

RGB channels and saturation

R 247 of 255 = 97%
G 181 of 255 = 71%
B 233 of 255 = 91%

247
181
233

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

Portions of RGB colors in percentages

R + G + B = 247 + 181 + 233 = 661 (100%)
R 247 of 661 ~ 37.37%
G 181 of 661 ~ 27.38%
B 233 of 661 ~ 35.25'%

%37.37
%27.38
%35.25

CMYK color model

#F7B5E9 color CMYK value is (0,27,6,3).

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 5.67%
  • key color value is 3.14%

CMYK: (0,27,6,3)
C0M27Y6K3 (0%, 27%, 6%, 3%)
(0.00 / 0.27 / 0.06 / 0.03)

CMYK percentages

%0
%26.72
%5.67
%3.14

Codes

Color #F7B5E9 in popluar color models

F7 B5 E9
RGB 247 181 233
HSL 313° 80.49% 83.92%
HSB/HSV 313° 26.72% 96.86%
CMYK 0.00% 26.72% 5.67%
3.14%

Color #F7B5E9 in popluar number systems.

HEX F7 B5 E9
Decimal 247 181 233
Binary 11110111 10110101 11101001
Octal 367 265 351

Shades and tints

Shades of #F7B5E9

#F7B5E9
(247,181,233)
#E1A5D4
(225,165,212)
#CB95BF
(203,149,191)
#B585AA
(181,133,170)
#9F7595
(159,117,149)
#896580
(137,101,128)
#73556B
(115,85,107)
#5D4556
(93,69,86)
#473541
(71,53,65)
#31252C
(49,37,44)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #F7B5E9

#F7B5E9
(247,181,233)
#F7BBEB
(247,187,235)
#F7C1ED
(247,193,237)
#F7C7EF
(247,199,239)
#F7CDF1
(247,205,241)
#F7D3F3
(247,211,243)
#F7D9F5
(247,217,245)
#F7DFF7
(247,223,247)
#F7E5F9
(247,229,249)
#F7EBFB
(247,235,251)
#F7F1FD
(247,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B5E9; }

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

This text font color is #F7B5E9.

Background Color

.myBgColor { background-color: #F7B5E9; }

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

This div background color is #F7B5E9.

Border color

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

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

This div border color is #F7B5E9.

Opacity

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

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

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

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

This text has shadow with #F7B5E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B5E9.

Preview

Color preview on black background

This text has color #F7B5E9 on black background.


Color preview on white background

This text has color #F7B5E9 on white background.


Black color preview on #F7B5E9 background

This text has black color on #F7B5E9 background.


White color preview on #F7B5E9 background

This text has white color on #F7B5E9 background.


Related colors

Complementary color

Complementary color for #hex is #084A16.


I love getcolorcode.com

Triadic colors

1 #E9F7B5 and #B5E9F7 with #F7B5E9 are triadic colors.

2 #E9B5F7 and #B5F7E9 with #F7B5E9 are triadic colors.