COLOR #F7CACB

HEX: #F7CACB RGB: (247,202,203)

Color info

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

RGB color model

#F7CACB color RGB value is (247,202,203).

RGB: (247,202,203) (97%, 79%, 80%)

RGB channels and saturation

R 247 of 255 = 97%
G 202 of 255 = 79%
B 203 of 255 = 80%

247
202
203

R + G + B ~ 85%. #F7CACB is quite light color.

Portions of RGB colors in percentages

R + G + B = 247 + 202 + 203 = 652 (100%)
R 247 of 652 ~ 37.88%
G 202 of 652 ~ 30.98%
B 203 of 652 ~ 31.13'%

%37.88
%30.98
%31.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.22%
  • yellow value is 17.81%
  • key color value is 3.14%

CMYK: (0,18,18,3)
C0M18Y18K3 (0%, 18%, 18%, 3%)
(0.00 / 0.18 / 0.18 / 0.03)

CMYK percentages

%0
%18.22
%17.81
%3.14

Codes

Color #F7CACB in popluar color models

F7 CA CB
RGB 247 202 203
HSL 359° 73.77% 88.04%
HSB/HSV 359° 18.22% 96.86%
CMYK 0.00% 18.22% 17.81%
3.14%

Color #F7CACB in popluar number systems.

HEX F7 CA CB
Decimal 247 202 203
Binary 11110111 11001010 11001011
Octal 367 312 313

Shades and tints

Shades of #F7CACB

#F7CACB
(247,202,203)
#E1B8B9
(225,184,185)
#CBA6A7
(203,166,167)
#B59495
(181,148,149)
#9F8283
(159,130,131)
#897071
(137,112,113)
#735E5F
(115,94,95)
#5D4C4D
(93,76,77)
#473A3B
(71,58,59)
#312829
(49,40,41)
#1B1617
(27,22,23)
#000000
(0,0,0)

Tints of #F7CACB

#F7CACB
(247,202,203)
#F7CECF
(247,206,207)
#F7D2D3
(247,210,211)
#F7D6D7
(247,214,215)
#F7DADB
(247,218,219)
#F7DEDF
(247,222,223)
#F7E2E3
(247,226,227)
#F7E6E7
(247,230,231)
#F7EAEB
(247,234,235)
#F7EEEF
(247,238,239)
#F7F2F3
(247,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7CACB; }

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

This text font color is #F7CACB.

Background Color

.myBgColor { background-color: #F7CACB; }

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

This div background color is #F7CACB.

Border color

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

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

This div border color is #F7CACB.

Opacity

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

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

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

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

This text has shadow with #F7CACB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7CACB.

Preview

Color preview on black background

This text has color #F7CACB on black background.


Color preview on white background

This text has color #F7CACB on white background.


Black color preview on #F7CACB background

This text has black color on #F7CACB background.


White color preview on #F7CACB background

This text has white color on #F7CACB background.


Related colors

Complementary color

Complementary color for #hex is #083534.


I love getcolorcode.com

Triadic colors

1 #CBF7CA and #CACBF7 with #F7CACB are triadic colors.

2 #CBCAF7 and #CAF7CB with #F7CACB are triadic colors.