COLOR #F7C4BB

HEX: #F7C4BB
RGB: (247,196,187)

Color info

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

RGB color model

#F7C4BB color RGB value is (247,196,187).

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

RGB channels and saturation

R 247 of 255 = 97%
G 196 of 255 = 77%
B 187 of 255 = 73%

247
196
187

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

Portions of RGB colors in percentages

R + G + B =
247 + 196 + 187 = 630 (100%)
R 247 of 630 ~ 39.21%
G 196 of 630 ~ 31.11%
B 187 of 630 ~ 29.68%

%39.21
%31.11
%29.68

CMYK color model

#F7C4BB color CMYK value is (0,21,24,3).

  • cyan value is 0.00%
  • magenta value is 20.65%
  • yellow value is 24.29%
  • key color value is 3.14%
CMYK:
(0,21,24,3)
C0M21Y24K3 
(0%,21%,24%,3%)
(0.00/0.21/0.24/0.03)	

CMYK percentages

%0
%20.65
%24.29
%3.14

Codes

Color #F7C4BB in popluar color models

F7C4BB
RGB247196187
HSL78.95%85.10%
HSB/HSV24.29%96.86%
CMYK0.00%20.65%24.29%
3.14%

Color #F7C4BB in popluar number systems.

HEXF7C4BB
Decimal247196187
Binary111101111100010010111011
Octal367304273

Shades and tints

Shades of #F7C4BB

#F7C4BB
(247,196,187)
#E1B3AA
(225,179,170)
#CBA299
(203,162,153)
#B59188
(181,145,136)
#9F8077
(159,128,119)
#896F66
(137,111,102)
#735E55
(115,94,85)
#5D4D44
(93,77,68)
#473C33
(71,60,51)
#312B22
(49,43,34)
#1B1A11
(27,26,17)
#000000
(0,0,0)

Tints of #F7C4BB

#F7C4BB
(247,196,187)
#F7C9C1
(247,201,193)
#F7CEC7
(247,206,199)
#F7D3CD
(247,211,205)
#F7D8D3
(247,216,211)
#F7DDD9
(247,221,217)
#F7E2DF
(247,226,223)
#F7E7E5
(247,231,229)
#F7ECEB
(247,236,235)
#F7F1F1
(247,241,241)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C4BB; }

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

This text font color is #F7C4BB.


Background Color

.myBgColor { background-color: #F7C4BB; }

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

This div background color is #F7C4BB.


Border color

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

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

This div border color is #F7C4BB.


Opacity

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

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

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

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

This text has shadow with #F7C4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C4BB on black background.


Color preview on white background

This text has color #F7C4BB on white background.



Black color preview on #F7C4BB background

This text has black color on #F7C4BB background.


White color preview on #F7C4BB background

This text has white color on #F7C4BB background.