COLOR #F9CCFA

HEX: #F9CCFA RGB: (249,204,250)

Color info

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

RGB color model

#F9CCFA color RGB value is (249,204,250).

RGB: (249,204,250) (98%, 80%, 98%)

RGB channels and saturation

R 249 of 255 = 98%
G 204 of 255 = 80%
B 250 of 255 = 98%

249
204
250

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

Portions of RGB colors in percentages

R + G + B = 249 + 204 + 250 = 703 (100%)
R 249 of 703 ~ 35.42%
G 204 of 703 ~ 29.02%
B 250 of 703 ~ 35.56'%

%35.42
%29.02
%35.56

CMYK color model

#F9CCFA color CMYK value is (0,18,0,2).

  • cyan value is 0.40%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (0,18,0,2)
C0M18Y0K2 (0%, 18%, 0%, 2%)
(0.00 / 0.18 / 0.00 / 0.02)

CMYK percentages

%0.4
%18.4
%0
%1.96

Codes

Color #F9CCFA in popluar color models

F9 CC FA
RGB 249 204 250
HSL 299° 82.14% 89.02%
HSB/HSV 299° 18.40% 98.04%
CMYK 0.40% 18.40% 0.00%
1.96%

Color #F9CCFA in popluar number systems.

HEX F9 CC FA
Decimal 249 204 250
Binary 11111001 11001100 11111010
Octal 371 314 372

Shades and tints

Shades of #F9CCFA

#F9CCFA
(249,204,250)
#E3BAE4
(227,186,228)
#CDA8CE
(205,168,206)
#B796B8
(183,150,184)
#A184A2
(161,132,162)
#8B728C
(139,114,140)
#756076
(117,96,118)
#5F4E60
(95,78,96)
#493C4A
(73,60,74)
#332A34
(51,42,52)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #F9CCFA

#F9CCFA
(249,204,250)
#F9D0FA
(249,208,250)
#F9D4FA
(249,212,250)
#F9D8FA
(249,216,250)
#F9DCFA
(249,220,250)
#F9E0FA
(249,224,250)
#F9E4FA
(249,228,250)
#F9E8FA
(249,232,250)
#F9ECFA
(249,236,250)
#F9F0FA
(249,240,250)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9CCFA color. Also use rgb(249,204,250) instead hex code.

Text Font Color

.myTextColor { color: #F9CCFA; }

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

This text font color is #F9CCFA.

Background Color

.myBgColor { background-color: #F9CCFA; }

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

This div background color is #F9CCFA.

Border color

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

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

This div border color is #F9CCFA.

Opacity

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

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

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

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

This text has shadow with #F9CCFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9CCFA.

Preview

Color preview on black background

This text has color #F9CCFA on black background.


Color preview on white background

This text has color #F9CCFA on white background.


Black color preview on #F9CCFA background

This text has black color on #F9CCFA background.


White color preview on #F9CCFA background

This text has white color on #F9CCFA background.


Related colors

Complementary color

Complementary color for #hex is #063305.


I love getcolorcode.com

Triadic colors

1 #FAF9CC and #CCFAF9 with #F9CCFA are triadic colors.

2 #FACCF9 and #CCF9FA with #F9CCFA are triadic colors.