COLOR #F7B2CA

HEX: #F7B2CA
RGB: (247,178,202)

Color info

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

RGB color model

#F7B2CA color RGB value is (247,178,202).

  • red value is 247;
  • green value is 178;
  • blue value is 202.
RGB:
(247,178,202)
(97%,70%,79%)

RGB channels and saturation

R 247 of 255 = 97%
G 178 of 255 = 70%
B 202 of 255 = 79%

247
178
202

R + G + B ~ 82%. #F7B2CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 178 + 202 = 627 (100%)
R 247 of 627 ~ 39.39%
G 178 of 627 ~ 28.39%
B 202 of 627 ~ 32.22%

%39.39
%28.39
%32.22

CMYK color model

#F7B2CA color CMYK value is (0,28,18,3).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 18.22%
  • key color value is 3.14%
CMYK:
(0,28,18,3)
C0M28Y18K3 
(0%,28%,18%,3%)
(0.00/0.28/0.18/0.03)	

CMYK percentages

%0
%27.94
%18.22
%3.14

Codes

Color #F7B2CA in popluar color models

F7B2CA
RGB247178202
HSL339°81.18%83.33%
HSB/HSV339°27.94%96.86%
CMYK0.00%27.94%18.22%
3.14%

Color #F7B2CA in popluar number systems.

HEXF7B2CA
Decimal247178202
Binary111101111011001011001010
Octal367262312

Shades and tints

Shades of #F7B2CA

#F7B2CA
(247,178,202)
#E1A2B8
(225,162,184)
#CB92A6
(203,146,166)
#B58294
(181,130,148)
#9F7282
(159,114,130)
#896270
(137,98,112)
#73525E
(115,82,94)
#5D424C
(93,66,76)
#47323A
(71,50,58)
#312228
(49,34,40)
#1B1216
(27,18,22)
#000000
(0,0,0)

Tints of #F7B2CA

#F7B2CA
(247,178,202)
#F7B9CE
(247,185,206)
#F7C0D2
(247,192,210)
#F7C7D6
(247,199,214)
#F7CEDA
(247,206,218)
#F7D5DE
(247,213,222)
#F7DCE2
(247,220,226)
#F7E3E6
(247,227,230)
#F7EAEA
(247,234,234)
#F7F1EE
(247,241,238)
#F7F8F2
(247,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7B2CA; }

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

This text font color is #F7B2CA.


Background Color

.myBgColor { background-color: #F7B2CA; }

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

This div background color is #F7B2CA.


Border color

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

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

This div border color is #F7B2CA.


Opacity

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

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

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

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

This text has shadow with #F7B2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7B2CA on black background.


Color preview on white background

This text has color #F7B2CA on white background.



Black color preview on #F7B2CA background

This text has black color on #F7B2CA background.


White color preview on #F7B2CA background

This text has white color on #F7B2CA background.