COLOR #F7B8E0

HEX: #F7B8E0 RGB: (247,184,224)

Color info

#F7B8E0 contains mainly red and blue colors. Web safe color of #F7B8E0 is #FFCCCC (or #FCC).

RGB color model

#F7B8E0 color RGB value is (247,184,224).

RGB: (247,184,224) (97%, 72%, 88%)

RGB channels and saturation

R 247 of 255 = 97%
G 184 of 255 = 72%
B 224 of 255 = 88%

247
184
224

R + G + B ~ 86%. #F7B8E0 is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 184 + 224 = 655 (100%)
R 247 of 655 ~ 37.71%
G 184 of 655 ~ 28.09%
B 224 of 655 ~ 34.2'%

%37.71
%28.09
%34.2

CMYK color model

#F7B8E0 color CMYK value is (0,26,9,3).

  • cyan value is 0.00%
  • magenta value is 25.51%
  • yellow value is 9.31%
  • key color value is 3.14%

CMYK: (0,26,9,3)
C0M26Y9K3 (0%, 26%, 9%, 3%)
(0.00 / 0.26 / 0.09 / 0.03)

CMYK percentages

%0
%25.51
%9.31
%3.14

Codes

Color #F7B8E0 in popluar color models

F7 B8 E0
RGB 247 184 224
HSL 322° 79.75% 84.51%
HSB/HSV 322° 25.51% 96.86%
CMYK 0.00% 25.51% 9.31%
3.14%

Color #F7B8E0 in popluar number systems.

HEX F7 B8 E0
Decimal 247 184 224
Binary 11110111 10111000 11100000
Octal 367 270 340

Shades and tints

Shades of #F7B8E0

#F7B8E0
(247,184,224)
#E1A8CC
(225,168,204)
#CB98B8
(203,152,184)
#B588A4
(181,136,164)
#9F7890
(159,120,144)
#89687C
(137,104,124)
#735868
(115,88,104)
#5D4854
(93,72,84)
#473840
(71,56,64)
#31282C
(49,40,44)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #F7B8E0

#F7B8E0
(247,184,224)
#F7BEE2
(247,190,226)
#F7C4E4
(247,196,228)
#F7CAE6
(247,202,230)
#F7D0E8
(247,208,232)
#F7D6EA
(247,214,234)
#F7DCEC
(247,220,236)
#F7E2EE
(247,226,238)
#F7E8F0
(247,232,240)
#F7EEF2
(247,238,242)
#F7F4F4
(247,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B8E0 color. Also use rgb(247,184,224) instead hex code.

Text Font Color

.myTextColor { color: #F7B8E0; }

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

This text font color is #F7B8E0.

Background Color

.myBgColor { background-color: #F7B8E0; }

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

This div background color is #F7B8E0.

Border color

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

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

This div border color is #F7B8E0.

Opacity

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

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

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

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

This text has shadow with #F7B8E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B8E0.

Preview

Color preview on black background

This text has color #F7B8E0 on black background.


Color preview on white background

This text has color #F7B8E0 on white background.


Black color preview on #F7B8E0 background

This text has black color on #F7B8E0 background.


White color preview on #F7B8E0 background

This text has white color on #F7B8E0 background.


Related colors

Complementary color

Complementary color for #hex is #08471F.


I love getcolorcode.com

Triadic colors

1 #E0F7B8 and #B8E0F7 with #F7B8E0 are triadic colors.

2 #E0B8F7 and #B8F7E0 with #F7B8E0 are triadic colors.