COLOR #F7B5EF

HEX: #F7B5EF RGB: (247,181,239)

Color info

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

RGB color model

#F7B5EF color RGB value is (247,181,239).

RGB: (247,181,239) (97%, 71%, 94%)

RGB channels and saturation

R 247 of 255 = 97%
G 181 of 255 = 71%
B 239 of 255 = 94%

247
181
239

R + G + B ~ 87%. #F7B5EF is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 181 + 239 = 667 (100%)
R 247 of 667 ~ 37.03%
G 181 of 667 ~ 27.14%
B 239 of 667 ~ 35.83'%

%37.03
%27.14
%35.83

CMYK color model

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

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

CMYK: (0,27,3,3)
C0M27Y3K3 (0%, 27%, 3%, 3%)
(0.00 / 0.27 / 0.03 / 0.03)

CMYK percentages

%0
%26.72
%3.24
%3.14

Codes

Color #F7B5EF in popluar color models

F7 B5 EF
RGB 247 181 239
HSL 307° 80.49% 83.92%
HSB/HSV 307° 26.72% 96.86%
CMYK 0.00% 26.72% 3.24%
3.14%

Color #F7B5EF in popluar number systems.

HEX F7 B5 EF
Decimal 247 181 239
Binary 11110111 10110101 11101111
Octal 367 265 357

Shades and tints

Shades of #F7B5EF

#F7B5EF
(247,181,239)
#E1A5DA
(225,165,218)
#CB95C5
(203,149,197)
#B585B0
(181,133,176)
#9F759B
(159,117,155)
#896586
(137,101,134)
#735571
(115,85,113)
#5D455C
(93,69,92)
#473547
(71,53,71)
#312532
(49,37,50)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #F7B5EF

#F7B5EF
(247,181,239)
#F7BBF0
(247,187,240)
#F7C1F1
(247,193,241)
#F7C7F2
(247,199,242)
#F7CDF3
(247,205,243)
#F7D3F4
(247,211,244)
#F7D9F5
(247,217,245)
#F7DFF6
(247,223,246)
#F7E5F7
(247,229,247)
#F7EBF8
(247,235,248)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B5EF; }

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

This text font color is #F7B5EF.

Background Color

.myBgColor { background-color: #F7B5EF; }

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

This div background color is #F7B5EF.

Border color

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

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

This div border color is #F7B5EF.

Opacity

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

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

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

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

This text has shadow with #F7B5EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B5EF.

Preview

Color preview on black background

This text has color #F7B5EF on black background.


Color preview on white background

This text has color #F7B5EF on white background.


Black color preview on #F7B5EF background

This text has black color on #F7B5EF background.


White color preview on #F7B5EF background

This text has white color on #F7B5EF background.


Related colors

Complementary color

Complementary color for #hex is #084A10.


I love getcolorcode.com

Triadic colors

1 #EFF7B5 and #B5EFF7 with #F7B5EF are triadic colors.

2 #EFB5F7 and #B5F7EF with #F7B5EF are triadic colors.