COLOR #F7C2BD

HEX: #F7C2BD
RGB: (247,194,189)

Color info

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

RGB color model

#F7C2BD color RGB value is (247,194,189).

  • red value is 247;
  • green value is 194;
  • blue value is 189.
RGB:
(247,194,189)
(97%,76%,74%)

RGB channels and saturation

R 247 of 255 = 97%
G 194 of 255 = 76%
B 189 of 255 = 74%

247
194
189

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

Portions of RGB colors in percentages

R + G + B =
247 + 194 + 189 = 630 (100%)
R 247 of 630 ~ 39.21%
G 194 of 630 ~ 30.79%
B 189 of 630 ~ 30%

%39.21
%30.79
%30

CMYK color model

#F7C2BD color CMYK value is (0,21,23,3).

  • cyan value is 0.00%
  • magenta value is 21.46%
  • yellow value is 23.48%
  • key color value is 3.14%
CMYK:
(0,21,23,3)
C0M21Y23K3 
(0%,21%,23%,3%)
(0.00/0.21/0.23/0.03)	

CMYK percentages

%0
%21.46
%23.48
%3.14

Codes

Color #F7C2BD in popluar color models

F7C2BD
RGB247194189
HSL78.38%85.49%
HSB/HSV23.48%96.86%
CMYK0.00%21.46%23.48%
3.14%

Color #F7C2BD in popluar number systems.

HEXF7C2BD
Decimal247194189
Binary111101111100001010111101
Octal367302275

Shades and tints

Shades of #F7C2BD

#F7C2BD
(247,194,189)
#E1B1AC
(225,177,172)
#CBA09B
(203,160,155)
#B58F8A
(181,143,138)
#9F7E79
(159,126,121)
#896D68
(137,109,104)
#735C57
(115,92,87)
#5D4B46
(93,75,70)
#473A35
(71,58,53)
#312924
(49,41,36)
#1B1813
(27,24,19)
#000000
(0,0,0)

Tints of #F7C2BD

#F7C2BD
(247,194,189)
#F7C7C3
(247,199,195)
#F7CCC9
(247,204,201)
#F7D1CF
(247,209,207)
#F7D6D5
(247,214,213)
#F7DBDB
(247,219,219)
#F7E0E1
(247,224,225)
#F7E5E7
(247,229,231)
#F7EAED
(247,234,237)
#F7EFF3
(247,239,243)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C2BD color. Also use rgb(247,194,189) instead hex code.

Text Font Color

.myTextColor { color: #F7C2BD; }

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

This text font color is #F7C2BD.


Background Color

.myBgColor { background-color: #F7C2BD; }

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

This div background color is #F7C2BD.


Border color

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

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

This div border color is #F7C2BD.


Opacity

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

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

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

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

This text has shadow with #F7C2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7C2BD on black background.


Color preview on white background

This text has color #F7C2BD on white background.



Black color preview on #F7C2BD background

This text has black color on #F7C2BD background.


White color preview on #F7C2BD background

This text has white color on #F7C2BD background.