COLOR #F7ABE5

HEX: #F7ABE5
RGB: (247,171,229)

Color info

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

RGB color model

#F7ABE5 color RGB value is (247,171,229).

  • red value is 247;
  • green value is 171;
  • blue value is 229.
RGB:
(247,171,229)
(97%,67%,90%)

RGB channels and saturation

R 247 of 255 = 97%
G 171 of 255 = 67%
B 229 of 255 = 90%

247
171
229

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

Portions of RGB colors in percentages

R + G + B =
247 + 171 + 229 = 647 (100%)
R 247 of 647 ~ 38.18%
G 171 of 647 ~ 26.43%
B 229 of 647 ~ 35.39%

%38.18
%26.43
%35.39

CMYK color model

#F7ABE5 color CMYK value is (0,31,7,3).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 7.29%
  • key color value is 3.14%
CMYK:
(0,31,7,3)
C0M31Y7K3 
(0%,31%,7%,3%)
(0.00/0.31/0.07/0.03)	

CMYK percentages

%0
%30.77
%7.29
%3.14

Codes

Color #F7ABE5 in popluar color models

F7ABE5
RGB247171229
HSL314°82.61%81.96%
HSB/HSV314°30.77%96.86%
CMYK0.00%30.77%7.29%
3.14%

Color #F7ABE5 in popluar number systems.

HEXF7ABE5
Decimal247171229
Binary111101111010101111100101
Octal367253345

Shades and tints

Shades of #F7ABE5

#F7ABE5
(247,171,229)
#E19CD1
(225,156,209)
#CB8DBD
(203,141,189)
#B57EA9
(181,126,169)
#9F6F95
(159,111,149)
#896081
(137,96,129)
#73516D
(115,81,109)
#5D4259
(93,66,89)
#473345
(71,51,69)
#312431
(49,36,49)
#1B151D
(27,21,29)
#000000
(0,0,0)

Tints of #F7ABE5

#F7ABE5
(247,171,229)
#F7B2E7
(247,178,231)
#F7B9E9
(247,185,233)
#F7C0EB
(247,192,235)
#F7C7ED
(247,199,237)
#F7CEEF
(247,206,239)
#F7D5F1
(247,213,241)
#F7DCF3
(247,220,243)
#F7E3F5
(247,227,245)
#F7EAF7
(247,234,247)
#F7F1F9
(247,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7ABE5 color. Also use rgb(247,171,229) instead hex code.

Text Font Color

.myTextColor { color: #F7ABE5; }

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

This text font color is #F7ABE5.


Background Color

.myBgColor { background-color: #F7ABE5; }

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

This div background color is #F7ABE5.


Border color

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

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

This div border color is #F7ABE5.


Opacity

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

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

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

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

This text has shadow with #F7ABE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7ABE5 on black background.


Color preview on white background

This text has color #F7ABE5 on white background.



Black color preview on #F7ABE5 background

This text has black color on #F7ABE5 background.


White color preview on #F7ABE5 background

This text has white color on #F7ABE5 background.