COLOR #F7C9FD

HEX: #F7C9FD RGB: (247,201,253)

Color info

#F7C9FD contains red, green and blue colors in about the same proportion. Web safe color of #F7C9FD is #FFCCFF (or #FCF).

RGB color model

#F7C9FD color RGB value is (247,201,253).

RGB: (247,201,253) (97%, 79%, 99%)

RGB channels and saturation

R 247 of 255 = 97%
G 201 of 255 = 79%
B 253 of 255 = 99%

247
201
253

R + G + B ~ 92%. #F7C9FD is light color.

Portions of RGB colors in percentages

R + G + B = 247 + 201 + 253 = 701 (100%)
R 247 of 701 ~ 35.24%
G 201 of 701 ~ 28.67%
B 253 of 701 ~ 36.09'%

%35.24
%28.67
%36.09

CMYK color model

#F7C9FD color CMYK value is (2,21,0,1).

  • cyan value is 2.37%
  • magenta value is 20.55%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (2,21,0,1)
C2M21Y0K1 (2%, 21%, 0%, 1%)
(0.02 / 0.21 / 0.00 / 0.01)

CMYK percentages

%2.37
%20.55
%0
%0.78

Codes

Color #F7C9FD in popluar color models

F7 C9 FD
RGB 247 201 253
HSL 293° 92.86% 89.02%
HSB/HSV 293° 20.55% 99.22%
CMYK 2.37% 20.55% 0.00%
0.78%

Color #F7C9FD in popluar number systems.

HEX F7 C9 FD
Decimal 247 201 253
Binary 11110111 11001001 11111101
Octal 367 311 375

Shades and tints

Shades of #F7C9FD

#F7C9FD
(247,201,253)
#E1B7E6
(225,183,230)
#CBA5CF
(203,165,207)
#B593B8
(181,147,184)
#9F81A1
(159,129,161)
#896F8A
(137,111,138)
#735D73
(115,93,115)
#5D4B5C
(93,75,92)
#473945
(71,57,69)
#31272E
(49,39,46)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #F7C9FD

#F7C9FD
(247,201,253)
#F7CDFD
(247,205,253)
#F7D1FD
(247,209,253)
#F7D5FD
(247,213,253)
#F7D9FD
(247,217,253)
#F7DDFD
(247,221,253)
#F7E1FD
(247,225,253)
#F7E5FD
(247,229,253)
#F7E9FD
(247,233,253)
#F7EDFD
(247,237,253)
#F7F1FD
(247,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F7C9FD color. Also use rgb(247,201,253) instead hex code.

Text Font Color

.myTextColor { color: #F7C9FD; }

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

This text font color is #F7C9FD.

Background Color

.myBgColor { background-color: #F7C9FD; }

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

This div background color is #F7C9FD.

Border color

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

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

This div border color is #F7C9FD.

Opacity

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

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

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

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

This text has shadow with #F7C9FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F7C9FD.

Preview

Color preview on black background

This text has color #F7C9FD on black background.


Color preview on white background

This text has color #F7C9FD on white background.


Black color preview on #F7C9FD background

This text has black color on #F7C9FD background.


White color preview on #F7C9FD background

This text has white color on #F7C9FD background.


Related colors

Complementary color

Complementary color for #hex is #083602.


I love getcolorcode.com

Triadic colors

1 #FDF7C9 and #C9FDF7 with #F7C9FD are triadic colors.

2 #FDC9F7 and #C9F7FD with #F7C9FD are triadic colors.