COLOR #F7D2CA

HEX: #F7D2CA RGB: (247,210,202)

Color info

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

RGB color model

#F7D2CA color RGB value is (247,210,202).

RGB: (247,210,202) (97%, 82%, 79%)

RGB channels and saturation

R 247 of 255 = 97%
G 210 of 255 = 82%
B 202 of 255 = 79%

247
210
202

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

Portions of RGB colors in percentages

R + G + B = 247 + 210 + 202 = 659 (100%)
R 247 of 659 ~ 37.48%
G 210 of 659 ~ 31.87%
B 202 of 659 ~ 30.65'%

%37.48
%31.87
%30.65

CMYK color model

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

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

CMYK: (0,15,18,3)
C0M15Y18K3 (0%, 15%, 18%, 3%)
(0.00 / 0.15 / 0.18 / 0.03)

CMYK percentages

%0
%14.98
%18.22
%3.14

Codes

Color #F7D2CA in popluar color models

F7 D2 CA
RGB 247 210 202
HSL 11° 73.77% 88.04%
HSB/HSV 11° 18.22% 96.86%
CMYK 0.00% 14.98% 18.22%
3.14%

Color #F7D2CA in popluar number systems.

HEX F7 D2 CA
Decimal 247 210 202
Binary 11110111 11010010 11001010
Octal 367 322 312

Shades and tints

Shades of #F7D2CA

#F7D2CA
(247,210,202)
#E1BFB8
(225,191,184)
#CBACA6
(203,172,166)
#B59994
(181,153,148)
#9F8682
(159,134,130)
#897370
(137,115,112)
#73605E
(115,96,94)
#5D4D4C
(93,77,76)
#473A3A
(71,58,58)
#312728
(49,39,40)
#1B1416
(27,20,22)
#000000
(0,0,0)

Tints of #F7D2CA

#F7D2CA
(247,210,202)
#F7D6CE
(247,214,206)
#F7DAD2
(247,218,210)
#F7DED6
(247,222,214)
#F7E2DA
(247,226,218)
#F7E6DE
(247,230,222)
#F7EAE2
(247,234,226)
#F7EEE6
(247,238,230)
#F7F2EA
(247,242,234)
#F7F6EE
(247,246,238)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7D2CA; }

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

This text font color is #F7D2CA.

Background Color

.myBgColor { background-color: #F7D2CA; }

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

This div background color is #F7D2CA.

Border color

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

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

This div border color is #F7D2CA.

Opacity

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

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

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

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

This text has shadow with #F7D2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7D2CA.

Preview

Color preview on black background

This text has color #F7D2CA on black background.


Color preview on white background

This text has color #F7D2CA on white background.


Black color preview on #F7D2CA background

This text has black color on #F7D2CA background.


White color preview on #F7D2CA background

This text has white color on #F7D2CA background.


Related colors

Complementary color

Complementary color for #hex is #082D35.


I love getcolorcode.com

Triadic colors

1 #CAF7D2 and #D2CAF7 with #F7D2CA are triadic colors.

2 #CAD2F7 and #D2F7CA with #F7D2CA are triadic colors.