COLOR #F7B4EA

HEX: #F7B4EA RGB: (247,180,234)

Color info

#F7B4EA contains mainly red and blue colors. Web safe color of #F7B4EA is #FFCCFF (or #FCF).

RGB color model

#F7B4EA color RGB value is (247,180,234).

RGB: (247,180,234) (97%, 71%, 92%)

RGB channels and saturation

R 247 of 255 = 97%
G 180 of 255 = 71%
B 234 of 255 = 92%

247
180
234

R + G + B ~ 87%. #F7B4EA is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 180 + 234 = 661 (100%)
R 247 of 661 ~ 37.37%
G 180 of 661 ~ 27.23%
B 234 of 661 ~ 35.4'%

%37.37
%27.23
%35.4

CMYK color model

#F7B4EA color CMYK value is (0,27,5,3).

  • cyan value is 0.00%
  • magenta value is 27.13%
  • yellow value is 5.26%
  • key color value is 3.14%

CMYK: (0,27,5,3)
C0M27Y5K3 (0%, 27%, 5%, 3%)
(0.00 / 0.27 / 0.05 / 0.03)

CMYK percentages

%0
%27.13
%5.26
%3.14

Codes

Color #F7B4EA in popluar color models

F7 B4 EA
RGB 247 180 234
HSL 312° 80.72% 83.73%
HSB/HSV 312° 27.13% 96.86%
CMYK 0.00% 27.13% 5.26%
3.14%

Color #F7B4EA in popluar number systems.

HEX F7 B4 EA
Decimal 247 180 234
Binary 11110111 10110100 11101010
Octal 367 264 352

Shades and tints

Shades of #F7B4EA

#F7B4EA
(247,180,234)
#E1A4D5
(225,164,213)
#CB94C0
(203,148,192)
#B584AB
(181,132,171)
#9F7496
(159,116,150)
#896481
(137,100,129)
#73546C
(115,84,108)
#5D4457
(93,68,87)
#473442
(71,52,66)
#31242D
(49,36,45)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #F7B4EA

#F7B4EA
(247,180,234)
#F7BAEB
(247,186,235)
#F7C0EC
(247,192,236)
#F7C6ED
(247,198,237)
#F7CCEE
(247,204,238)
#F7D2EF
(247,210,239)
#F7D8F0
(247,216,240)
#F7DEF1
(247,222,241)
#F7E4F2
(247,228,242)
#F7EAF3
(247,234,243)
#F7F0F4
(247,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B4EA color. Also use rgb(247,180,234) instead hex code.

Text Font Color

.myTextColor { color: #F7B4EA; }

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

This text font color is #F7B4EA.

Background Color

.myBgColor { background-color: #F7B4EA; }

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

This div background color is #F7B4EA.

Border color

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

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

This div border color is #F7B4EA.

Opacity

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

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

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

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

This text has shadow with #F7B4EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B4EA.

Preview

Color preview on black background

This text has color #F7B4EA on black background.


Color preview on white background

This text has color #F7B4EA on white background.


Black color preview on #F7B4EA background

This text has black color on #F7B4EA background.


White color preview on #F7B4EA background

This text has white color on #F7B4EA background.


Related colors

Complementary color

Complementary color for #hex is #084B15.


I love getcolorcode.com

Triadic colors

1 #EAF7B4 and #B4EAF7 with #F7B4EA are triadic colors.

2 #EAB4F7 and #B4F7EA with #F7B4EA are triadic colors.