COLOR #F7B3DE

HEX: #F7B3DE
RGB: (247,179,222)

Color info

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

RGB color model

#F7B3DE color RGB value is (247,179,222).

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

RGB channels and saturation

R 247 of 255 = 97%
G 179 of 255 = 70%
B 222 of 255 = 87%

247
179
222

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

Portions of RGB colors in percentages

R + G + B =
247 + 179 + 222 = 648 (100%)
R 247 of 648 ~ 38.12%
G 179 of 648 ~ 27.62%
B 222 of 648 ~ 34.26%

%38.12
%27.62
%34.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.53%
  • 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
%27.53
%10.12
%3.14

Codes

Color #F7B3DE in popluar color models

F7B3DE
RGB247179222
HSL322°80.95%83.53%
HSB/HSV322°27.53%96.86%
CMYK0.00%27.53%10.12%
3.14%

Color #F7B3DE in popluar number systems.

HEXF7B3DE
Decimal247179222
Binary111101111011001111011110
Octal367263336

Shades and tints

Shades of #F7B3DE

#F7B3DE
(247,179,222)
#E1A3CA
(225,163,202)
#CB93B6
(203,147,182)
#B583A2
(181,131,162)
#9F738E
(159,115,142)
#89637A
(137,99,122)
#735366
(115,83,102)
#5D4352
(93,67,82)
#47333E
(71,51,62)
#31232A
(49,35,42)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #F7B3DE

#F7B3DE
(247,179,222)
#F7B9E1
(247,185,225)
#F7BFE4
(247,191,228)
#F7C5E7
(247,197,231)
#F7CBEA
(247,203,234)
#F7D1ED
(247,209,237)
#F7D7F0
(247,215,240)
#F7DDF3
(247,221,243)
#F7E3F6
(247,227,246)
#F7E9F9
(247,233,249)
#F7EFFC
(247,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B3DE; }

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

This text font color is #F7B3DE.


Background Color

.myBgColor { background-color: #F7B3DE; }

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

This div background color is #F7B3DE.


Border color

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

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

This div border color is #F7B3DE.


Opacity

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

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

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

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

This text has shadow with #F7B3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B3DE on black background.


Color preview on white background

This text has color #F7B3DE on white background.



Black color preview on #F7B3DE background

This text has black color on #F7B3DE background.


White color preview on #F7B3DE background

This text has white color on #F7B3DE background.