COLOR #F7B2C0

HEX: #F7B2C0 RGB: (247,178,192)

Color info

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

RGB color model

#F7B2C0 color RGB value is (247,178,192).

RGB: (247,178,192) (97%, 70%, 75%)

RGB channels and saturation

R 247 of 255 = 97%
G 178 of 255 = 70%
B 192 of 255 = 75%

247
178
192

R + G + B ~ 81%. #F7B2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 178 + 192 = 617 (100%)
R 247 of 617 ~ 40.03%
G 178 of 617 ~ 28.85%
B 192 of 617 ~ 31.12'%

%40.03
%28.85
%31.12

CMYK color model

#F7B2C0 color CMYK value is (0,28,22,3).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 22.27%
  • key color value is 3.14%
CMYK: (0,28,22,3) C0M28Y22K3 (0%,28%,22%,3%) (0.00/0.28/0.22/0.03) 

CMYK percentages

%0
%27.94
%22.27
%3.14

Codes

Color #F7B2C0 in popluar color models

F7 B2 C0
RGB 247 178 192
HSL 348° 81.18% 83.33%
HSB/HSV 348° 27.94% 96.86%
CMYK 0.00% 27.94% 22.27%
3.14%

Color #F7B2C0 in popluar number systems.

HEX F7 B2 C0
Decimal 247 178 192
Binary 11110111 10110010 11000000
Octal 367 262 300

Shades and tints

Shades of #F7B2C0

#F7B2C0
(247,178,192)
#E1A2AF
(225,162,175)
#CB929E
(203,146,158)
#B5828D
(181,130,141)
#9F727C
(159,114,124)
#89626B
(137,98,107)
#73525A
(115,82,90)
#5D4249
(93,66,73)
#473238
(71,50,56)
#312227
(49,34,39)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #F7B2C0

#F7B2C0
(247,178,192)
#F7B9C5
(247,185,197)
#F7C0CA
(247,192,202)
#F7C7CF
(247,199,207)
#F7CED4
(247,206,212)
#F7D5D9
(247,213,217)
#F7DCDE
(247,220,222)
#F7E3E3
(247,227,227)
#F7EAE8
(247,234,232)
#F7F1ED
(247,241,237)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7B2C0 color. Also use rgb(247,178,192) instead hex code.

Text Font Color

.myTextColor { color: #F7B2C0; }

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

This text font color is #F7B2C0.

Background Color

.myBgColor { background-color: #F7B2C0; }

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

This div background color is #F7B2C0.

Border color

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

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

This div border color is #F7B2C0.

Opacity

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

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

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

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

This text has shadow with #F7B2C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7B2C0.

Preview

Color preview on black background

This text has color #F7B2C0 on black background.


Color preview on white background

This text has color #F7B2C0 on white background.


Black color preview on #F7B2C0 background

This text has black color on #F7B2C0 background.


White color preview on #F7B2C0 background

This text has white color on #F7B2C0 background.


Related colors

Complementary color

Complementary color for #hex is #084D3F.


I love getcolorcode.com

Triadic colors

1 #C0F7B2 and #B2C0F7 with #F7B2C0 are triadic colors.

2 #C0B2F7 and #B2F7C0 with #F7B2C0 are triadic colors.