COLOR #F7B1DE

HEX: #F7B1DE
RGB: (247,177,222)

Color info

#F7B1DE contains mainly red and blue colors. Web safe color of #F7B1DE is #FF99CC (or #F9C).

RGB color model

#F7B1DE color RGB value is (247,177,222).

  • red value is 247;
  • green value is 177;
  • blue value is 222.
RGB:
(247,177,222)
(97%,69%,87%)

RGB channels and saturation

R 247 of 255 = 97%
G 177 of 255 = 69%
B 222 of 255 = 87%

247
177
222

R + G + B ~ 84%. #F7B1DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 177 + 222 = 646 (100%)
R 247 of 646 ~ 38.24%
G 177 of 646 ~ 27.4%
B 222 of 646 ~ 34.37%

%38.24
%27.4
%34.37

CMYK color model

#F7B1DE color CMYK value is (0,28,10,3).

  • cyan value is 0.00%
  • magenta value is 28.34%
  • yellow value is 10.12%
  • key color value is 3.14%
CMYK:
(0,28,10,3)
C0M28Y10K3 
(0%,28%,10%,3%)
(0.00/0.28/0.10/0.03)	

CMYK percentages

%0
%28.34
%10.12
%3.14

Codes

Color #F7B1DE in popluar color models

F7B1DE
RGB247177222
HSL321°81.40%83.14%
HSB/HSV321°28.34%96.86%
CMYK0.00%28.34%10.12%
3.14%

Color #F7B1DE in popluar number systems.

HEXF7B1DE
Decimal247177222
Binary111101111011000111011110
Octal367261336

Shades and tints

Shades of #F7B1DE

#F7B1DE
(247,177,222)
#E1A1CA
(225,161,202)
#CB91B6
(203,145,182)
#B581A2
(181,129,162)
#9F718E
(159,113,142)
#89617A
(137,97,122)
#735166
(115,81,102)
#5D4152
(93,65,82)
#47313E
(71,49,62)
#31212A
(49,33,42)
#1B1116
(27,17,22)
#000000
(0,0,0)

Tints of #F7B1DE

#F7B1DE
(247,177,222)
#F7B8E1
(247,184,225)
#F7BFE4
(247,191,228)
#F7C6E7
(247,198,231)
#F7CDEA
(247,205,234)
#F7D4ED
(247,212,237)
#F7DBF0
(247,219,240)
#F7E2F3
(247,226,243)
#F7E9F6
(247,233,246)
#F7F0F9
(247,240,249)
#F7F7FC
(247,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B1DE color. Also use rgb(247,177,222) instead hex code.

Text Font Color

.myTextColor { color: #F7B1DE; }

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

This text font color is #F7B1DE.


Background Color

.myBgColor { background-color: #F7B1DE; }

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

This div background color is #F7B1DE.


Border color

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

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

This div border color is #F7B1DE.


Opacity

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

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

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

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

This text has shadow with #F7B1DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B1DE on black background.


Color preview on white background

This text has color #F7B1DE on white background.



Black color preview on #F7B1DE background

This text has black color on #F7B1DE background.


White color preview on #F7B1DE background

This text has white color on #F7B1DE background.