COLOR #F9C2FD

HEX: #F9C2FD RGB: (249,194,253)

Color info

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

RGB color model

#F9C2FD color RGB value is (249,194,253).

RGB: (249,194,253) (98%, 76%, 99%)

RGB channels and saturation

R 249 of 255 = 98%
G 194 of 255 = 76%
B 253 of 255 = 99%

249
194
253

R + G + B ~ 91%. #F9C2FD is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 194 + 253 = 696 (100%)
R 249 of 696 ~ 35.78%
G 194 of 696 ~ 27.87%
B 253 of 696 ~ 36.35'%

%35.78
%27.87
%36.35

CMYK color model

#F9C2FD color CMYK value is (2,23,0,1).

  • cyan value is 1.58%
  • magenta value is 23.32%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (2,23,0,1)
C2M23Y0K1 (2%, 23%, 0%, 1%)
(0.02 / 0.23 / 0.00 / 0.01)

CMYK percentages

%1.58
%23.32
%0
%0.78

Codes

Color #F9C2FD in popluar color models

F9 C2 FD
RGB 249 194 253
HSL 296° 93.65% 87.65%
HSB/HSV 296° 23.32% 99.22%
CMYK 1.58% 23.32% 0.00%
0.78%

Color #F9C2FD in popluar number systems.

HEX F9 C2 FD
Decimal 249 194 253
Binary 11111001 11000010 11111101
Octal 371 302 375

Shades and tints

Shades of #F9C2FD

#F9C2FD
(249,194,253)
#E3B1E6
(227,177,230)
#CDA0CF
(205,160,207)
#B78FB8
(183,143,184)
#A17EA1
(161,126,161)
#8B6D8A
(139,109,138)
#755C73
(117,92,115)
#5F4B5C
(95,75,92)
#493A45
(73,58,69)
#33292E
(51,41,46)
#1D1817
(29,24,23)
#000000
(0,0,0)

Tints of #F9C2FD

#F9C2FD
(249,194,253)
#F9C7FD
(249,199,253)
#F9CCFD
(249,204,253)
#F9D1FD
(249,209,253)
#F9D6FD
(249,214,253)
#F9DBFD
(249,219,253)
#F9E0FD
(249,224,253)
#F9E5FD
(249,229,253)
#F9EAFD
(249,234,253)
#F9EFFD
(249,239,253)
#F9F4FD
(249,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C2FD color. Also use rgb(249,194,253) instead hex code.

Text Font Color

.myTextColor { color: #F9C2FD; }

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

This text font color is #F9C2FD.

Background Color

.myBgColor { background-color: #F9C2FD; }

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

This div background color is #F9C2FD.

Border color

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

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

This div border color is #F9C2FD.

Opacity

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

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

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

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

This text has shadow with #F9C2FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9C2FD.

Preview

Color preview on black background

This text has color #F9C2FD on black background.


Color preview on white background

This text has color #F9C2FD on white background.


Black color preview on #F9C2FD background

This text has black color on #F9C2FD background.


White color preview on #F9C2FD background

This text has white color on #F9C2FD background.


Related colors

Complementary color

Complementary color for #hex is #063D02.


I love getcolorcode.com

Triadic colors

1 #FDF9C2 and #C2FDF9 with #F9C2FD are triadic colors.

2 #FDC2F9 and #C2F9FD with #F9C2FD are triadic colors.