COLOR #F7C2DB

HEX: #F7C2DB RGB: (247,194,219)

Color info

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

RGB color model

#F7C2DB color RGB value is (247,194,219).

RGB: (247,194,219) (97%, 76%, 86%)

RGB channels and saturation

R 247 of 255 = 97%
G 194 of 255 = 76%
B 219 of 255 = 86%

247
194
219

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

Portions of RGB colors in percentages

R + G + B = 247 + 194 + 219 = 660 (100%)
R 247 of 660 ~ 37.42%
G 194 of 660 ~ 29.39%
B 219 of 660 ~ 33.18'%

%37.42
%29.39
%33.18

CMYK color model

#F7C2DB color CMYK value is (0,21,11,3).

  • cyan value is 0.00%
  • magenta value is 21.46%
  • yellow value is 11.34%
  • key color value is 3.14%
CMYK: (0,21,11,3) C0M21Y11K3 (0%,21%,11%,3%) (0.00/0.21/0.11/0.03) 

CMYK percentages

%0
%21.46
%11.34
%3.14

Codes

Color #F7C2DB in popluar color models

F7 C2 DB
RGB 247 194 219
HSL 332° 76.81% 86.47%
HSB/HSV 332° 21.46% 96.86%
CMYK 0.00% 21.46% 11.34%
3.14%

Color #F7C2DB in popluar number systems.

HEX F7 C2 DB
Decimal 247 194 219
Binary 11110111 11000010 11011011
Octal 367 302 333

Shades and tints

Shades of #F7C2DB

#F7C2DB
(247,194,219)
#E1B1C8
(225,177,200)
#CBA0B5
(203,160,181)
#B58FA2
(181,143,162)
#9F7E8F
(159,126,143)
#896D7C
(137,109,124)
#735C69
(115,92,105)
#5D4B56
(93,75,86)
#473A43
(71,58,67)
#312930
(49,41,48)
#1B181D
(27,24,29)
#000000
(0,0,0)

Tints of #F7C2DB

#F7C2DB
(247,194,219)
#F7C7DE
(247,199,222)
#F7CCE1
(247,204,225)
#F7D1E4
(247,209,228)
#F7D6E7
(247,214,231)
#F7DBEA
(247,219,234)
#F7E0ED
(247,224,237)
#F7E5F0
(247,229,240)
#F7EAF3
(247,234,243)
#F7EFF6
(247,239,246)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F7C2DB; }

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

This text font color is #F7C2DB.

Background Color

.myBgColor { background-color: #F7C2DB; }

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

This div background color is #F7C2DB.

Border color

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

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

This div border color is #F7C2DB.

Opacity

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

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

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

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

This text has shadow with #F7C2DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7C2DB.

Preview

Color preview on black background

This text has color #F7C2DB on black background.


Color preview on white background

This text has color #F7C2DB on white background.


Black color preview on #F7C2DB background

This text has black color on #F7C2DB background.


White color preview on #F7C2DB background

This text has white color on #F7C2DB background.


Related colors

Complementary color

Complementary color for #hex is #083D24.


I love getcolorcode.com

Triadic colors

1 #DBF7C2 and #C2DBF7 with #F7C2DB are triadic colors.

2 #DBC2F7 and #C2F7DB with #F7C2DB are triadic colors.