COLOR #F9C3ED

HEX: #F9C3ED RGB: (249,195,237)

Color info

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

RGB color model

#F9C3ED color RGB value is (249,195,237).

RGB: (249,195,237) (98%, 76%, 93%)

RGB channels and saturation

R 249 of 255 = 98%
G 195 of 255 = 76%
B 237 of 255 = 93%

249
195
237

R + G + B ~ 89%. #F9C3ED is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 195 + 237 = 681 (100%)
R 249 of 681 ~ 36.56%
G 195 of 681 ~ 28.63%
B 237 of 681 ~ 34.8'%

%36.56
%28.63
%34.8

CMYK color model

#F9C3ED color CMYK value is (0,22,5,2).

  • cyan value is 0.00%
  • magenta value is 21.69%
  • yellow value is 4.82%
  • key color value is 2.35%
CMYK: (0,22,5,2) C0M22Y5K2 (0%,22%,5%,2%) (0.00/0.22/0.05/0.02) 

CMYK percentages

%0
%21.69
%4.82
%2.35

Codes

Color #F9C3ED in popluar color models

F9 C3 ED
RGB 249 195 237
HSL 313° 81.82% 87.06%
HSB/HSV 313° 21.69% 97.65%
CMYK 0.00% 21.69% 4.82%
2.35%

Color #F9C3ED in popluar number systems.

HEX F9 C3 ED
Decimal 249 195 237
Binary 11111001 11000011 11101101
Octal 371 303 355

Shades and tints

Shades of #F9C3ED

#F9C3ED
(249,195,237)
#E3B2D8
(227,178,216)
#CDA1C3
(205,161,195)
#B790AE
(183,144,174)
#A17F99
(161,127,153)
#8B6E84
(139,110,132)
#755D6F
(117,93,111)
#5F4C5A
(95,76,90)
#493B45
(73,59,69)
#332A30
(51,42,48)
#1D191B
(29,25,27)
#000000
(0,0,0)

Tints of #F9C3ED

#F9C3ED
(249,195,237)
#F9C8EE
(249,200,238)
#F9CDEF
(249,205,239)
#F9D2F0
(249,210,240)
#F9D7F1
(249,215,241)
#F9DCF2
(249,220,242)
#F9E1F3
(249,225,243)
#F9E6F4
(249,230,244)
#F9EBF5
(249,235,245)
#F9F0F6
(249,240,246)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9C3ED color. Also use rgb(249,195,237) instead hex code.

Text Font Color

.myTextColor { color: #F9C3ED; }

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

This text font color is #F9C3ED.

Background Color

.myBgColor { background-color: #F9C3ED; }

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

This div background color is #F9C3ED.

Border color

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

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

This div border color is #F9C3ED.

Opacity

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

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

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

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

This text has shadow with #F9C3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9C3ED.

Preview

Color preview on black background

This text has color #F9C3ED on black background.


Color preview on white background

This text has color #F9C3ED on white background.


Black color preview on #F9C3ED background

This text has black color on #F9C3ED background.


White color preview on #F9C3ED background

This text has white color on #F9C3ED background.


Related colors

Complementary color

Complementary color for #hex is #063C12.


I love getcolorcode.com

Triadic colors

1 #EDF9C3 and #C3EDF9 with #F9C3ED are triadic colors.

2 #EDC3F9 and #C3F9ED with #F9C3ED are triadic colors.