COLOR #F9FFC7

HEX: #F9FFC7 RGB: (249,255,199)

Color info

#F9FFC7 contains red, green and blue colors in about the same proportion. Web safe color of #F9FFC7 is #FFFFCC (or #FFC).

RGB color model

#F9FFC7 color RGB value is (249,255,199).

RGB: (249,255,199) (98%, 100%, 78%)

RGB channels and saturation

R 249 of 255 = 98%
G 255 of 255 = 100%
B 199 of 255 = 78%

249
255
199

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

Portions of RGB colors in percentages

R + G + B = 249 + 255 + 199 = 703 (100%)
R 249 of 703 ~ 35.42%
G 255 of 703 ~ 36.27%
B 199 of 703 ~ 28.31'%

%35.42
%36.27
%28.31

CMYK color model

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

  • cyan value is 2.35%
  • magenta value is 0.00%
  • yellow value is 21.96%
  • key color value is 0.00%

CMYK: (2,0,22,0)
C2M0Y22K0 (2%, 0%, 22%, 0%)
(0.02 / 0.00 / 0.22 / 0.00)

CMYK percentages

%2.35
%0
%21.96
%0

Codes

Color #F9FFC7 in popluar color models

F9 FF C7
RGB 249 255 199
HSL 66° 100.00% 89.02%
HSB/HSV 66° 21.96% 100.00%
CMYK 2.35% 0.00% 21.96%
0.00%

Color #F9FFC7 in popluar number systems.

HEX F9 FF C7
Decimal 249 255 199
Binary 11111001 11111111 11000111
Octal 371 377 307

Shades and tints

Shades of #F9FFC7

#F9FFC7
(249,255,199)
#E3E8B5
(227,232,181)
#CDD1A3
(205,209,163)
#B7BA91
(183,186,145)
#A1A37F
(161,163,127)
#8B8C6D
(139,140,109)
#75755B
(117,117,91)
#5F5E49
(95,94,73)
#494737
(73,71,55)
#333025
(51,48,37)
#1D1913
(29,25,19)
#000000
(0,0,0)

Tints of #F9FFC7

#F9FFC7
(249,255,199)
#F9FFCC
(249,255,204)
#F9FFD1
(249,255,209)
#F9FFD6
(249,255,214)
#F9FFDB
(249,255,219)
#F9FFE0
(249,255,224)
#F9FFE5
(249,255,229)
#F9FFEA
(249,255,234)
#F9FFEF
(249,255,239)
#F9FFF4
(249,255,244)
#F9FFF9
(249,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9FFC7; }

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

This text font color is #F9FFC7.

Background Color

.myBgColor { background-color: #F9FFC7; }

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

This div background color is #F9FFC7.

Border color

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

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

This div border color is #F9FFC7.

Opacity

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

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

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

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

This text has shadow with #F9FFC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9FFC7.

Preview

Color preview on black background

This text has color #F9FFC7 on black background.


Color preview on white background

This text has color #F9FFC7 on white background.


Black color preview on #F9FFC7 background

This text has black color on #F9FFC7 background.


White color preview on #F9FFC7 background

This text has white color on #F9FFC7 background.


Related colors

Complementary color

Complementary color for #hex is #060038.


I love getcolorcode.com

Triadic colors

1 #C7F9FF and #FFC7F9 with #F9FFC7 are triadic colors.

2 #C7FFF9 and #FFF9C7 with #F9FFC7 are triadic colors.