COLOR #F7CCCB

HEX: #F7CCCB
RGB: (247,204,203)

Color info

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

RGB color model

#F7CCCB color RGB value is (247,204,203).

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

RGB channels and saturation

R 247 of 255 = 97%
G 204 of 255 = 80%
B 203 of 255 = 80%

247
204
203

R + G + B ~ 86%. #F7CCCB is light color.

Portions of RGB colors in percentages

R + G + B =
247 + 204 + 203 = 654 (100%)
R 247 of 654 ~ 37.77%
G 204 of 654 ~ 31.19%
B 203 of 654 ~ 31.04%

%37.77
%31.19
%31.04

CMYK color model

#F7CCCB color CMYK value is (0,17,18,3).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 17.81%
  • key color value is 3.14%
CMYK:
(0,17,18,3)
C0M17Y18K3 
(0%,17%,18%,3%)
(0.00/0.17/0.18/0.03)	

CMYK percentages

%0
%17.41
%17.81
%3.14

Codes

Color #F7CCCB in popluar color models

F7CCCB
RGB247204203
HSL73.33%88.24%
HSB/HSV17.81%96.86%
CMYK0.00%17.41%17.81%
3.14%

Color #F7CCCB in popluar number systems.

HEXF7CCCB
Decimal247204203
Binary111101111100110011001011
Octal367314313

Shades and tints

Shades of #F7CCCB

#F7CCCB
(247,204,203)
#E1BAB9
(225,186,185)
#CBA8A7
(203,168,167)
#B59695
(181,150,149)
#9F8483
(159,132,131)
#897271
(137,114,113)
#73605F
(115,96,95)
#5D4E4D
(93,78,77)
#473C3B
(71,60,59)
#312A29
(49,42,41)
#1B1817
(27,24,23)
#000000
(0,0,0)

Tints of #F7CCCB

#F7CCCB
(247,204,203)
#F7D0CF
(247,208,207)
#F7D4D3
(247,212,211)
#F7D8D7
(247,216,215)
#F7DCDB
(247,220,219)
#F7E0DF
(247,224,223)
#F7E4E3
(247,228,227)
#F7E8E7
(247,232,231)
#F7ECEB
(247,236,235)
#F7F0EF
(247,240,239)
#F7F4F3
(247,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CCCB; }

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

This text font color is #F7CCCB.


Background Color

.myBgColor { background-color: #F7CCCB; }

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

This div background color is #F7CCCB.


Border color

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

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

This div border color is #F7CCCB.


Opacity

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

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

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

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

This text has shadow with #F7CCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CCCB on black background.


Color preview on white background

This text has color #F7CCCB on white background.



Black color preview on #F7CCCB background

This text has black color on #F7CCCB background.


White color preview on #F7CCCB background

This text has white color on #F7CCCB background.