COLOR #F7CAC2

HEX: #F7CAC2
RGB: (247,202,194)

Color info

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

RGB color model

#F7CAC2 color RGB value is (247,202,194).

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

RGB channels and saturation

R 247 of 255 = 97%
G 202 of 255 = 79%
B 194 of 255 = 76%

247
202
194

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

Portions of RGB colors in percentages

R + G + B =
247 + 202 + 194 = 643 (100%)
R 247 of 643 ~ 38.41%
G 202 of 643 ~ 31.42%
B 194 of 643 ~ 30.17%

%38.41
%31.42
%30.17

CMYK color model

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

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

CMYK percentages

%0
%18.22
%21.46
%3.14

Codes

Color #F7CAC2 in popluar color models

F7CAC2
RGB247202194
HSL76.81%86.47%
HSB/HSV21.46%96.86%
CMYK0.00%18.22%21.46%
3.14%

Color #F7CAC2 in popluar number systems.

HEXF7CAC2
Decimal247202194
Binary111101111100101011000010
Octal367312302

Shades and tints

Shades of #F7CAC2

#F7CAC2
(247,202,194)
#E1B8B1
(225,184,177)
#CBA6A0
(203,166,160)
#B5948F
(181,148,143)
#9F827E
(159,130,126)
#89706D
(137,112,109)
#735E5C
(115,94,92)
#5D4C4B
(93,76,75)
#473A3A
(71,58,58)
#312829
(49,40,41)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #F7CAC2

#F7CAC2
(247,202,194)
#F7CEC7
(247,206,199)
#F7D2CC
(247,210,204)
#F7D6D1
(247,214,209)
#F7DAD6
(247,218,214)
#F7DEDB
(247,222,219)
#F7E2E0
(247,226,224)
#F7E6E5
(247,230,229)
#F7EAEA
(247,234,234)
#F7EEEF
(247,238,239)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CAC2; }

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

This text font color is #F7CAC2.


Background Color

.myBgColor { background-color: #F7CAC2; }

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

This div background color is #F7CAC2.


Border color

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

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

This div border color is #F7CAC2.


Opacity

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

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

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

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

This text has shadow with #F7CAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CAC2 on black background.


Color preview on white background

This text has color #F7CAC2 on white background.



Black color preview on #F7CAC2 background

This text has black color on #F7CAC2 background.


White color preview on #F7CAC2 background

This text has white color on #F7CAC2 background.