COLOR #F7B5E0

HEX: #F7B5E0
RGB: (247,181,224)

Color info

#F7B5E0 contains mainly red and blue colors. Web safe color of #F7B5E0 is #FFCCCC (or #FCC).

RGB color model

#F7B5E0 color RGB value is (247,181,224).

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

RGB channels and saturation

R 247 of 255 = 97%
G 181 of 255 = 71%
B 224 of 255 = 88%

247
181
224

R + G + B ~ 85%. #F7B5E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 181 + 224 = 652 (100%)
R 247 of 652 ~ 37.88%
G 181 of 652 ~ 27.76%
B 224 of 652 ~ 34.36%

%37.88
%27.76
%34.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.72%
  • yellow value is 9.31%
  • key color value is 3.14%
CMYK:
(0,27,9,3)
C0M27Y9K3 
(0%,27%,9%,3%)
(0.00/0.27/0.09/0.03)	

CMYK percentages

%0
%26.72
%9.31
%3.14

Codes

Color #F7B5E0 in popluar color models

F7B5E0
RGB247181224
HSL321°80.49%83.92%
HSB/HSV321°26.72%96.86%
CMYK0.00%26.72%9.31%
3.14%

Color #F7B5E0 in popluar number systems.

HEXF7B5E0
Decimal247181224
Binary111101111011010111100000
Octal367265340

Shades and tints

Shades of #F7B5E0

#F7B5E0
(247,181,224)
#E1A5CC
(225,165,204)
#CB95B8
(203,149,184)
#B585A4
(181,133,164)
#9F7590
(159,117,144)
#89657C
(137,101,124)
#735568
(115,85,104)
#5D4554
(93,69,84)
#473540
(71,53,64)
#31252C
(49,37,44)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #F7B5E0

#F7B5E0
(247,181,224)
#F7BBE2
(247,187,226)
#F7C1E4
(247,193,228)
#F7C7E6
(247,199,230)
#F7CDE8
(247,205,232)
#F7D3EA
(247,211,234)
#F7D9EC
(247,217,236)
#F7DFEE
(247,223,238)
#F7E5F0
(247,229,240)
#F7EBF2
(247,235,242)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B5E0; }

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

This text font color is #F7B5E0.


Background Color

.myBgColor { background-color: #F7B5E0; }

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

This div background color is #F7B5E0.


Border color

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

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

This div border color is #F7B5E0.


Opacity

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

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

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

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

This text has shadow with #F7B5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B5E0 on black background.


Color preview on white background

This text has color #F7B5E0 on white background.



Black color preview on #F7B5E0 background

This text has black color on #F7B5E0 background.


White color preview on #F7B5E0 background

This text has white color on #F7B5E0 background.