COLOR #F7CACE

HEX: #F7CACE
RGB: (247,202,206)

Color info

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

RGB color model

#F7CACE color RGB value is (247,202,206).

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

RGB channels and saturation

R 247 of 255 = 97%
G 202 of 255 = 79%
B 206 of 255 = 81%

247
202
206

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

Portions of RGB colors in percentages

R + G + B =
247 + 202 + 206 = 655 (100%)
R 247 of 655 ~ 37.71%
G 202 of 655 ~ 30.84%
B 206 of 655 ~ 31.45%

%37.71
%30.84
%31.45

CMYK color model

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

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

CMYK percentages

%0
%18.22
%16.6
%3.14

Codes

Color #F7CACE in popluar color models

F7CACE
RGB247202206
HSL355°73.77%88.04%
HSB/HSV355°18.22%96.86%
CMYK0.00%18.22%16.60%
3.14%

Color #F7CACE in popluar number systems.

HEXF7CACE
Decimal247202206
Binary111101111100101011001110
Octal367312316

Shades and tints

Shades of #F7CACE

#F7CACE
(247,202,206)
#E1B8BC
(225,184,188)
#CBA6AA
(203,166,170)
#B59498
(181,148,152)
#9F8286
(159,130,134)
#897074
(137,112,116)
#735E62
(115,94,98)
#5D4C50
(93,76,80)
#473A3E
(71,58,62)
#31282C
(49,40,44)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #F7CACE

#F7CACE
(247,202,206)
#F7CED2
(247,206,210)
#F7D2D6
(247,210,214)
#F7D6DA
(247,214,218)
#F7DADE
(247,218,222)
#F7DEE2
(247,222,226)
#F7E2E6
(247,226,230)
#F7E6EA
(247,230,234)
#F7EAEE
(247,234,238)
#F7EEF2
(247,238,242)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CACE; }

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

This text font color is #F7CACE.


Background Color

.myBgColor { background-color: #F7CACE; }

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

This div background color is #F7CACE.


Border color

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

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

This div border color is #F7CACE.


Opacity

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

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

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

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

This text has shadow with #F7CACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F7CACE on black background.


Color preview on white background

This text has color #F7CACE on white background.



Black color preview on #F7CACE background

This text has black color on #F7CACE background.


White color preview on #F7CACE background

This text has white color on #F7CACE background.