COLOR #F7C3B4

HEX: #F7C3B4
RGB: (247,195,180)

Color info

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

RGB color model

#F7C3B4 color RGB value is (247,195,180).

  • red value is 247;
  • green value is 195;
  • blue value is 180.
RGB:
(247,195,180)
(97%,76%,71%)

RGB channels and saturation

R 247 of 255 = 97%
G 195 of 255 = 76%
B 180 of 255 = 71%

247
195
180

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

Portions of RGB colors in percentages

R + G + B =
247 + 195 + 180 = 622 (100%)
R 247 of 622 ~ 39.71%
G 195 of 622 ~ 31.35%
B 180 of 622 ~ 28.94%

%39.71
%31.35
%28.94

CMYK color model

#F7C3B4 color CMYK value is (0,21,27,3).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 27.13%
  • key color value is 3.14%
CMYK:
(0,21,27,3)
C0M21Y27K3 
(0%,21%,27%,3%)
(0.00/0.21/0.27/0.03)	

CMYK percentages

%0
%21.05
%27.13
%3.14

Codes

Color #F7C3B4 in popluar color models

F7C3B4
RGB247195180
HSL13°80.72%83.73%
HSB/HSV13°27.13%96.86%
CMYK0.00%21.05%27.13%
3.14%

Color #F7C3B4 in popluar number systems.

HEXF7C3B4
Decimal247195180
Binary111101111100001110110100
Octal367303264

Shades and tints

Shades of #F7C3B4

#F7C3B4
(247,195,180)
#E1B2A4
(225,178,164)
#CBA194
(203,161,148)
#B59084
(181,144,132)
#9F7F74
(159,127,116)
#896E64
(137,110,100)
#735D54
(115,93,84)
#5D4C44
(93,76,68)
#473B34
(71,59,52)
#312A24
(49,42,36)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #F7C3B4

#F7C3B4
(247,195,180)
#F7C8BA
(247,200,186)
#F7CDC0
(247,205,192)
#F7D2C6
(247,210,198)
#F7D7CC
(247,215,204)
#F7DCD2
(247,220,210)
#F7E1D8
(247,225,216)
#F7E6DE
(247,230,222)
#F7EBE4
(247,235,228)
#F7F0EA
(247,240,234)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C3B4; }

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

This text font color is #F7C3B4.


Background Color

.myBgColor { background-color: #F7C3B4; }

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

This div background color is #F7C3B4.


Border color

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

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

This div border color is #F7C3B4.


Opacity

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

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

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

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

This text has shadow with #F7C3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C3B4 on black background.


Color preview on white background

This text has color #F7C3B4 on white background.



Black color preview on #F7C3B4 background

This text has black color on #F7C3B4 background.


White color preview on #F7C3B4 background

This text has white color on #F7C3B4 background.