COLOR #F7C4CB

HEX: #F7C4CB
RGB: (247,196,203)

Color info

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

RGB color model

#F7C4CB color RGB value is (247,196,203).

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

RGB channels and saturation

R 247 of 255 = 97%
G 196 of 255 = 77%
B 203 of 255 = 80%

247
196
203

R + G + B ~ 85%. #F7C4CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
247 + 196 + 203 = 646 (100%)
R 247 of 646 ~ 38.24%
G 196 of 646 ~ 30.34%
B 203 of 646 ~ 31.42%

%38.24
%30.34
%31.42

CMYK color model

#F7C4CB color CMYK value is (0,21,18,3).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 17.81%
  • key color value is 3.14%
CMYK:
(0,21,18,3)
C0M21Y18K3 
(0%,21%,18%,3%)
(0.00/0.21/0.18/0.03)	

CMYK percentages

%0
%20.65
%17.81
%3.14

Codes

Color #F7C4CB in popluar color models

F7C4CB
RGB247196203
HSL352°76.12%86.86%
HSB/HSV352°20.65%96.86%
CMYK0.00%20.65%17.81%
3.14%

Color #F7C4CB in popluar number systems.

HEXF7C4CB
Decimal247196203
Binary111101111100010011001011
Octal367304313

Shades and tints

Shades of #F7C4CB

#F7C4CB
(247,196,203)
#E1B3B9
(225,179,185)
#CBA2A7
(203,162,167)
#B59195
(181,145,149)
#9F8083
(159,128,131)
#896F71
(137,111,113)
#735E5F
(115,94,95)
#5D4D4D
(93,77,77)
#473C3B
(71,60,59)
#312B29
(49,43,41)
#1B1A17
(27,26,23)
#000000
(0,0,0)

Tints of #F7C4CB

#F7C4CB
(247,196,203)
#F7C9CF
(247,201,207)
#F7CED3
(247,206,211)
#F7D3D7
(247,211,215)
#F7D8DB
(247,216,219)
#F7DDDF
(247,221,223)
#F7E2E3
(247,226,227)
#F7E7E7
(247,231,231)
#F7ECEB
(247,236,235)
#F7F1EF
(247,241,239)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C4CB; }

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

This text font color is #F7C4CB.


Background Color

.myBgColor { background-color: #F7C4CB; }

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

This div background color is #F7C4CB.


Border color

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

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

This div border color is #F7C4CB.


Opacity

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

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

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

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

This text has shadow with #F7C4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C4CB on black background.


Color preview on white background

This text has color #F7C4CB on white background.



Black color preview on #F7C4CB background

This text has black color on #F7C4CB background.


White color preview on #F7C4CB background

This text has white color on #F7C4CB background.