COLOR #F7AABD

HEX: #F7AABD RGB: (247,170,189)

Color info

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

RGB color model

#F7AABD color RGB value is (247,170,189).

RGB: (247,170,189) (97%, 67%, 74%)

RGB channels and saturation

R 247 of 255 = 97%
G 170 of 255 = 67%
B 189 of 255 = 74%

247
170
189

R + G + B ~ 79%. #F7AABD is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 170 + 189 = 606 (100%)
R 247 of 606 ~ 40.76%
G 170 of 606 ~ 28.05%
B 189 of 606 ~ 31.19'%

%40.76
%28.05
%31.19

CMYK color model

#F7AABD color CMYK value is (0,31,23,3).

  • cyan value is 0.00%
  • magenta value is 31.17%
  • yellow value is 23.48%
  • key color value is 3.14%

CMYK: (0,31,23,3)
C0M31Y23K3 (0%, 31%, 23%, 3%)
(0.00 / 0.31 / 0.23 / 0.03)

CMYK percentages

%0
%31.17
%23.48
%3.14

Codes

Color #F7AABD in popluar color models

F7 AA BD
RGB 247 170 189
HSL 345° 82.80% 81.76%
HSB/HSV 345° 31.17% 96.86%
CMYK 0.00% 31.17% 23.48%
3.14%

Color #F7AABD in popluar number systems.

HEX F7 AA BD
Decimal 247 170 189
Binary 11110111 10101010 10111101
Octal 367 252 275

Shades and tints

Shades of #F7AABD

#F7AABD
(247,170,189)
#E19BAC
(225,155,172)
#CB8C9B
(203,140,155)
#B57D8A
(181,125,138)
#9F6E79
(159,110,121)
#895F68
(137,95,104)
#735057
(115,80,87)
#5D4146
(93,65,70)
#473235
(71,50,53)
#312324
(49,35,36)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #F7AABD

#F7AABD
(247,170,189)
#F7B1C3
(247,177,195)
#F7B8C9
(247,184,201)
#F7BFCF
(247,191,207)
#F7C6D5
(247,198,213)
#F7CDDB
(247,205,219)
#F7D4E1
(247,212,225)
#F7DBE7
(247,219,231)
#F7E2ED
(247,226,237)
#F7E9F3
(247,233,243)
#F7F0F9
(247,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7AABD color. Also use rgb(247,170,189) instead hex code.

Text Font Color

.myTextColor { color: #F7AABD; }

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

This text font color is #F7AABD.

Background Color

.myBgColor { background-color: #F7AABD; }

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

This div background color is #F7AABD.

Border color

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

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

This div border color is #F7AABD.

Opacity

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

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

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

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

This text has shadow with #F7AABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7AABD.

Preview

Color preview on black background

This text has color #F7AABD on black background.


Color preview on white background

This text has color #F7AABD on white background.


Black color preview on #F7AABD background

This text has black color on #F7AABD background.


White color preview on #F7AABD background

This text has white color on #F7AABD background.


Related colors

Complementary color

Complementary color for #hex is #085542.


I love getcolorcode.com

Triadic colors

1 #BDF7AA and #AABDF7 with #F7AABD are triadic colors.

2 #BDAAF7 and #AAF7BD with #F7AABD are triadic colors.