COLOR #F7C1CB

HEX: #F7C1CB
RGB: (247,193,203)

Color info

#F7C1CB contains red, green and blue colors in about the same proportion. Web safe color of #F7C1CB is #FFCCCC (or #FCC).

RGB color model

#F7C1CB color RGB value is (247,193,203).

  • red value is 247;
  • green value is 193;
  • blue value is 203.
RGB:
(247,193,203)
(97%,76%,80%)

RGB channels and saturation

R 247 of 255 = 97%
G 193 of 255 = 76%
B 203 of 255 = 80%

247
193
203

R + G + B ~ 84%. #F7C1CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 193 + 203 = 643 (100%)
R 247 of 643 ~ 38.41%
G 193 of 643 ~ 30.02%
B 203 of 643 ~ 31.57%

%38.41
%30.02
%31.57

CMYK color model

#F7C1CB color CMYK value is (0,22,18,3).

  • cyan value is 0.00%
  • magenta value is 21.86%
  • yellow value is 17.81%
  • key color value is 3.14%
CMYK:
(0,22,18,3)
C0M22Y18K3 
(0%,22%,18%,3%)
(0.00/0.22/0.18/0.03)	

CMYK percentages

%0
%21.86
%17.81
%3.14

Codes

Color #F7C1CB in popluar color models

F7C1CB
RGB247193203
HSL349°77.14%86.27%
HSB/HSV349°21.86%96.86%
CMYK0.00%21.86%17.81%
3.14%

Color #F7C1CB in popluar number systems.

HEXF7C1CB
Decimal247193203
Binary111101111100000111001011
Octal367301313

Shades and tints

Shades of #F7C1CB

#F7C1CB
(247,193,203)
#E1B0B9
(225,176,185)
#CB9FA7
(203,159,167)
#B58E95
(181,142,149)
#9F7D83
(159,125,131)
#896C71
(137,108,113)
#735B5F
(115,91,95)
#5D4A4D
(93,74,77)
#47393B
(71,57,59)
#312829
(49,40,41)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #F7C1CB

#F7C1CB
(247,193,203)
#F7C6CF
(247,198,207)
#F7CBD3
(247,203,211)
#F7D0D7
(247,208,215)
#F7D5DB
(247,213,219)
#F7DADF
(247,218,223)
#F7DFE3
(247,223,227)
#F7E4E7
(247,228,231)
#F7E9EB
(247,233,235)
#F7EEEF
(247,238,239)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C1CB color. Also use rgb(247,193,203) instead hex code.

Text Font Color

.myTextColor { color: #F7C1CB; }

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

This text font color is #F7C1CB.


Background Color

.myBgColor { background-color: #F7C1CB; }

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

This div background color is #F7C1CB.


Border color

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

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

This div border color is #F7C1CB.


Opacity

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

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

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

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

This text has shadow with #F7C1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C1CB on black background.


Color preview on white background

This text has color #F7C1CB on white background.



Black color preview on #F7C1CB background

This text has black color on #F7C1CB background.


White color preview on #F7C1CB background

This text has white color on #F7C1CB background.