COLOR #F9CFF9

HEX: #F9CFF9
RGB: (249,207,249)

Color info

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

RGB color model

#F9CFF9 color RGB value is (249,207,249).

  • red value is 249;
  • green value is 207;
  • blue value is 249.
RGB:
(249,207,249)
(98%,81%,98%)

RGB channels and saturation

R 249 of 255 = 98%
G 207 of 255 = 81%
B 249 of 255 = 98%

249
207
249

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

Portions of RGB colors in percentages

R + G + B =
249 + 207 + 249 = 705 (100%)
R 249 of 705 ~ 35.32%
G 207 of 705 ~ 29.36%
B 249 of 705 ~ 35.32%

%35.32
%29.36
%35.32

CMYK color model

#F9CFF9 color CMYK value is (0,17,0,2).

  • cyan value is 0.00%
  • magenta value is 16.87%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(0,17,0,2)
C0M17Y0K2 
(0%,17%,0%,2%)
(0.00/0.17/0.00/0.02)	

CMYK percentages

%0
%16.87
%0
%2.35

Codes

Color #F9CFF9 in popluar color models

F9CFF9
RGB249207249
HSL300°77.78%89.41%
HSB/HSV300°16.87%97.65%
CMYK0.00%16.87%0.00%
2.35%

Color #F9CFF9 in popluar number systems.

HEXF9CFF9
Decimal249207249
Binary111110011100111111111001
Octal371317371

Shades and tints

Shades of #F9CFF9

#F9CFF9
(249,207,249)
#E3BDE3
(227,189,227)
#CDABCD
(205,171,205)
#B799B7
(183,153,183)
#A187A1
(161,135,161)
#8B758B
(139,117,139)
#756375
(117,99,117)
#5F515F
(95,81,95)
#493F49
(73,63,73)
#332D33
(51,45,51)
#1D1B1D
(29,27,29)
#000000
(0,0,0)

Tints of #F9CFF9

#F9CFF9
(249,207,249)
#F9D3F9
(249,211,249)
#F9D7F9
(249,215,249)
#F9DBF9
(249,219,249)
#F9DFF9
(249,223,249)
#F9E3F9
(249,227,249)
#F9E7F9
(249,231,249)
#F9EBF9
(249,235,249)
#F9EFF9
(249,239,249)
#F9F3F9
(249,243,249)
#F9F7F9
(249,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9CFF9; }

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

This text font color is #F9CFF9.


Background Color

.myBgColor { background-color: #F9CFF9; }

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

This div background color is #F9CFF9.


Border color

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

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

This div border color is #F9CFF9.


Opacity

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

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

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

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

This text has shadow with #F9CFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9CFF9 on black background.


Color preview on white background

This text has color #F9CFF9 on white background.



Black color preview on #F9CFF9 background

This text has black color on #F9CFF9 background.


White color preview on #F9CFF9 background

This text has white color on #F9CFF9 background.